@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #af2818;
  --bs-secondary: #76abc1;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #262834;
  --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); }

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

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

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

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 3rem; } }

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

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

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 dotted;
  cursor: help;
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #af2818;
  text-decoration: underline; }
  a:hover {
    color: #8c2013; }

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 /* rtl:ignore */;
  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:not(:focus-visible) {
  outline: 0; }

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; }
  select:disabled {
    opacity: 1; }

[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; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1; }
  @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; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1; }
  @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; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1; }
  @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: "\2014\00A0"; }

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

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

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

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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%; }

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

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

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

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

@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-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #5d5d5d; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .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: #efd4d1;
  --bs-table-striped-bg: #e3c9c7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d7bfbc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ddc4c1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d7bfbc; }

.table-secondary {
  --bs-table-bg: #e4eef3;
  --bs-table-striped-bg: #d9e2e7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cdd6db;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d3dce1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cdd6db; }

.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: #262834;
  --bs-table-striped-bg: #31333e;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3c3e48;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #363843;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #3c3e48; }

.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;
  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: #d7948c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .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;
    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;
    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::-webkit-file-upload-button {
        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;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -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;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -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 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #d7948c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    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);
  appearance: none;
  color-adjust: exact; }
  .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: #d7948c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }
  .form-check-input:checked {
    background-color: #af2818;
    border-color: #af2818; }
    .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: #af2818;
    border-color: #af2818;
    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;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .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='%23d7948c'/%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;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #af2818;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #e7bfba; }
  .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: #af2818;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #e7bfba; }
  .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);
    line-height: 1.25; }
  .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 {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .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: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: 3rem; }

.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: .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; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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 2.25rem;
    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: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.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: .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; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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 2.25rem;
    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: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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(175, 40, 24, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #af2818;
  border-color: #af2818; }
  .btn-primary:hover {
    color: #fff;
    background-color: #952214;
    border-color: #8c2013; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #952214;
    border-color: #8c2013;
    box-shadow: 0 0 0 0.25rem rgba(187, 72, 59, 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: #8c2013;
    border-color: #831e12; }
    .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(187, 72, 59, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #af2818;
    border-color: #af2818; }

.btn-secondary {
  color: #000;
  background-color: #76abc1;
  border-color: #76abc1; }
  .btn-secondary:hover {
    color: #000;
    background-color: #8bb8ca;
    border-color: #84b3c7; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #8bb8ca;
    border-color: #84b3c7;
    box-shadow: 0 0 0 0.25rem rgba(100, 145, 164, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #91bccd;
    border-color: #84b3c7; }
    .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(100, 145, 164, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #76abc1;
    border-color: #76abc1; }

.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: #262834;
  border-color: #262834; }
  .btn-dark:hover {
    color: #fff;
    background-color: #20222c;
    border-color: #1e202a; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #20222c;
    border-color: #1e202a;
    box-shadow: 0 0 0 0.25rem rgba(71, 72, 82, 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: #1e202a;
    border-color: #1d1e27; }
    .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(71, 72, 82, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #262834;
    border-color: #262834; }

.btn-outline-primary {
  color: #af2818;
  border-color: #af2818; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #af2818;
    border-color: #af2818; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 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: #af2818;
    border-color: #af2818; }
    .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(175, 40, 24, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #af2818;
    background-color: transparent; }

.btn-outline-secondary {
  color: #76abc1;
  border-color: #76abc1; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #76abc1;
    border-color: #76abc1; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(118, 171, 193, 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: #000;
    background-color: #76abc1;
    border-color: #76abc1; }
    .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(118, 171, 193, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #76abc1;
    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: #262834;
  border-color: #262834; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #262834;
    border-color: #262834; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 40, 52, 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: #262834;
    border-color: #262834; }
    .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(38, 40, 52, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #262834;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #af2818;
  text-decoration: underline; }
  .btn-link:hover {
    color: #8c2013; }
  .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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #af2818; }
    .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;
  color: #af2818;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #8c2013; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-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;
  text-align: left;
  background-color: white;
  border: 0;
  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:not(.collapsed) {
    color: #67acc4;
    background-color: white; }
    .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='%239e2416'%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: none;
    outline: 0; }

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

.accordion-item {
  background-color: white;
  border: none; }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

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

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

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-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, "/") /* rtl: 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: #af2818;
  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: #8c2013;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #8c2013;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 0.25); }

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

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

.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: #69180e;
  background-color: #efd4d1;
  border-color: #e7bfba; }
  .alert-primary .alert-link {
    color: #54130b; }

.alert-secondary {
  color: #476774;
  background-color: #e4eef3;
  border-color: #d6e6ec; }
  .alert-secondary .alert-link {
    color: #39525d; }

.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: #17181f;
  background-color: #d4d4d6;
  border-color: #bebfc2; }
  .alert-dark .alert-link {
    color: #121319; }

@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: #af2818;
  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 {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.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;
  color: #212529;
  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: #af2818;
    border-color: #af2818; }
  .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: #69180e;
  background-color: #efd4d1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #69180e;
    background-color: #d7bfbc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #69180e;
    border-color: #69180e; }

.list-group-item-secondary {
  color: #476774;
  background-color: #e4eef3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #476774;
    background-color: #cdd6db; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #476774;
    border-color: #476774; }

.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: #17181f;
  background-color: #d4d4d6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #17181f;
    background-color: #bfbfc1; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #17181f;
    border-color: #17181f; }

.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: 0;
    box-shadow: 0 0 0 0.25rem rgba(175, 40, 24, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: 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: 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;
  word-wrap: break-word; }

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 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 #5d5d5d;
  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 #5d5d5d;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1080;
  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 /* rtl:ignore */;
  z-index: 1070;
  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; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.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 > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .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 > .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 > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .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 rgba(0, 0, 0, 0.2);
  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%;
  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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

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

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

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

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

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

.link-primary {
  color: #af2818; }
  .link-primary:hover, .link-primary:focus {
    color: #8c2013; }

.link-secondary {
  color: #76abc1; }
  .link-secondary:hover, .link-secondary:focus {
    color: #91bccd; }

.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: #262834; }
  .link-dark:hover, .link-dark:focus {
    color: #1e202a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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 #5d5d5d !important; }

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #76abc1 !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: #262834 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #af2818 !important; }

.text-secondary {
  color: #76abc1 !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: #262834 !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; }

.bg-primary {
  background-color: #af2818 !important; }

.bg-secondary {
  background-color: #76abc1 !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: #262834 !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

.text-jp-red {
  color: #BF0F00 !important; }

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

.text-blue-1 {
  color: #67ACC4 !important; }

.text-blue-2 {
  color: #131737 !important; }

.text-blue-3 {
  color: #373A43 !important; }

.text-blue-4 {
  color: #262833 !important; }

.text-blue-5 {
  color: #81bcd5 !important; }

.bg-blue-1 {
  background-color: #67ACC4 !important; }

.bg-blue-2 {
  background-color: #131737 !important; }

.bg-blue-3 {
  background-color: #373A43 !important; }

.bg-blue-4 {
  background-color: #262833 !important; }

.bg-blue-5 {
  background-color: #81bcd5 !important; }

.text-red-1 {
  color: #af2818 !important; }

.bg-red-1 {
  background-color: #af2818 !important; }

a:hover {
  cursor: pointer !important; }

.ui-tabs .ui-tabs-panel, .ui-tabs {
  padding: 0; }

.ui-tooltip {
  z-index: 90000000 !important;
  font-size: 12px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.ui-state-default a {
  color: #fff !important; }

.bs5 {
  /*!
    * Bootstrap v5.0.2 (https://getbootstrap.com/)
    * Copyright 2011-2021 The Bootstrap Authors
    * Copyright 2011-2021 Twitter, Inc.
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
    */ }

.bs5 :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)); }

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

@media (prefers-reduced-motion: no-preference) {
  .bs5 :root {
    scroll-behavior: smooth; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .bs5 h1, .bs5 .h1, .bs5 .h1 {
    font-size: 2.5rem; } }

.bs5 h2, .bs5 .h2, .bs5 .h2 {
  font-size: calc(1.325rem + .9vw); }

@media (min-width: 1200px) {
  .bs5 h2, .bs5 .h2, .bs5 .h2 {
    font-size: 2rem; } }

.bs5 h3, .bs5 .h3, .bs5 .h3 {
  font-size: calc(1.3rem + .6vw); }

@media (min-width: 1200px) {
  .bs5 h3, .bs5 .h3, .bs5 .h3 {
    font-size: 1.75rem; } }

.bs5 h4, .bs5 .h4, .bs5 .h4 {
  font-size: calc(1.275rem + .3vw); }

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

.bs5 h5, .bs5 .h5, .bs5 .h5 {
  font-size: 1.25rem; }

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

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

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

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

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

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

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

.bs5 dt {
  font-weight: 700; }

.bs5 dd {
  margin-bottom: .5rem;
  margin-left: 0; }

.bs5 blockquote {
  margin: 0 0 1rem; }

.bs5 b, .bs5 strong {
  font-weight: bolder; }

.bs5 small, .bs5 .small, .bs5 .small {
  font-size: .875em; }

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

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

.bs5 sub {
  bottom: -0.25em; }

.bs5 sup {
  top: -0.5em; }

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

.bs5 a:hover {
  color: #0a58ca; }

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

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

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

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

.bs5 code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word; }

.bs5 a > code {
  color: inherit; }

.bs5 kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

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

.bs5 figure {
  margin: 0 0 1rem; }

.bs5 img, .bs5 svg {
  vertical-align: middle; }

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

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

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

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

.bs5 label {
  display: inline-block; }

.bs5 button {
  border-radius: 0; }

.bs5 button:focus:not(:focus-visible) {
  outline: 0; }

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

.bs5 button, .bs5 select {
  text-transform: none; }

.bs5 [role=button] {
  cursor: pointer; }

.bs5 select {
  word-wrap: normal; }

.bs5 select:disabled {
  opacity: 1; }

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

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

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

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

.bs5 textarea {
  resize: vertical; }

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

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

@media (min-width: 1200px) {
  .bs5 legend {
    font-size: 1.5rem; } }

.bs5 legend + * {
  clear: left; }

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

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

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

.bs5 ::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

.bs5 output {
  display: inline-block; }

.bs5 iframe {
  border: 0; }

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

.bs5 progress {
  vertical-align: baseline; }

.bs5 [hidden] {
  display: none !important; }

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

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

@media (min-width: 1200px) {
  .bs5 .display-1 {
    font-size: 5rem; } }

.bs5 .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .bs5 .display-2 {
    font-size: 4.5rem; } }

.bs5 .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .bs5 .display-3 {
    font-size: 4rem; } }

.bs5 .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .bs5 .display-4 {
    font-size: 3.5rem; } }

.bs5 .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .bs5 .display-5 {
    font-size: 3rem; } }

.bs5 .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .bs5 .display-6 {
    font-size: 2.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

.bs5 .figure {
  display: inline-block; }

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

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

.bs5 .container, .bs5 .container-fluid, .bs5 .container-sm, .bs5 .container-md, .bs5 .container-lg, .bs5 .container-xl, .bs5 .container-xxl, .bs5 .container-xxl, .bs5 .container-xl, .bs5 .container-lg, .bs5 .container-md, .bs5 .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) {
  .bs5 .container-sm, .bs5 .container {
    max-width: 540px; } }

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

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

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

@media (min-width: 1400px) {
  .bs5 .container-xxl, .bs5 .container-xl, .bs5 .container-lg, .bs5 .container-md, .bs5 .container-sm, .bs5 .container {
    max-width: 1320px; } }

.bs5 .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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5); }

.bs5 .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.bs5 .col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs5 .col-sm {
    flex: 1 0 0%; }
  .bs5 .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs5 .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; } }

@media (min-width: 768px) {
  .bs5 .col-md {
    flex: 1 0 0%; }
  .bs5 .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs5 .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; } }

@media (min-width: 992px) {
  .bs5 .col-lg {
    flex: 1 0 0%; }
  .bs5 .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs5 .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; } }

@media (min-width: 1200px) {
  .bs5 .col-xl {
    flex: 1 0 0%; }
  .bs5 .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs5 .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; } }

@media (min-width: 1400px) {
  .bs5 .col-xxl {
    flex: 1 0 0%; }
  .bs5 .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .bs5 .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs5 .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs5 .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs5 .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs5 .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs5 .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs5 .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs5 .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs5 .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs5 .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .offset-sm-0 {
    margin-left: 0; }
  .bs5 .offset-sm-1 {
    margin-left: 8.33333333%; }
  .bs5 .offset-sm-2 {
    margin-left: 16.66666667%; }
  .bs5 .offset-sm-3 {
    margin-left: 25%; }
  .bs5 .offset-sm-4 {
    margin-left: 33.33333333%; }
  .bs5 .offset-sm-5 {
    margin-left: 41.66666667%; }
  .bs5 .offset-sm-6 {
    margin-left: 50%; }
  .bs5 .offset-sm-7 {
    margin-left: 58.33333333%; }
  .bs5 .offset-sm-8 {
    margin-left: 66.66666667%; }
  .bs5 .offset-sm-9 {
    margin-left: 75%; }
  .bs5 .offset-sm-10 {
    margin-left: 83.33333333%; }
  .bs5 .offset-sm-11 {
    margin-left: 91.66666667%; }
  .bs5 .g-sm-0, .bs5 .gx-sm-0 {
    --bs-gutter-x:0; }
  .bs5 .g-sm-0, .bs5 .gy-sm-0 {
    --bs-gutter-y:0; }
  .bs5 .g-sm-1, .bs5 .gx-sm-1 {
    --bs-gutter-x:.25rem; }
  .bs5 .g-sm-1, .bs5 .gy-sm-1 {
    --bs-gutter-y:.25rem; }
  .bs5 .g-sm-2, .bs5 .gx-sm-2 {
    --bs-gutter-x:.5rem; }
  .bs5 .g-sm-2, .bs5 .gy-sm-2 {
    --bs-gutter-y:.5rem; }
  .bs5 .g-sm-3, .bs5 .gx-sm-3 {
    --bs-gutter-x:1rem; }
  .bs5 .g-sm-3, .bs5 .gy-sm-3 {
    --bs-gutter-y:1rem; }
  .bs5 .g-sm-4, .bs5 .gx-sm-4 {
    --bs-gutter-x:1.5rem; }
  .bs5 .g-sm-4, .bs5 .gy-sm-4 {
    --bs-gutter-y:1.5rem; }
  .bs5 .g-sm-5, .bs5 .gx-sm-5 {
    --bs-gutter-x:3rem; }
  .bs5 .g-sm-5, .bs5 .gy-sm-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 768px) {
  .bs5 .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs5 .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs5 .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs5 .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs5 .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs5 .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs5 .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs5 .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs5 .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .offset-md-0 {
    margin-left: 0; }
  .bs5 .offset-md-1 {
    margin-left: 8.33333333%; }
  .bs5 .offset-md-2 {
    margin-left: 16.66666667%; }
  .bs5 .offset-md-3 {
    margin-left: 25%; }
  .bs5 .offset-md-4 {
    margin-left: 33.33333333%; }
  .bs5 .offset-md-5 {
    margin-left: 41.66666667%; }
  .bs5 .offset-md-6 {
    margin-left: 50%; }
  .bs5 .offset-md-7 {
    margin-left: 58.33333333%; }
  .bs5 .offset-md-8 {
    margin-left: 66.66666667%; }
  .bs5 .offset-md-9 {
    margin-left: 75%; }
  .bs5 .offset-md-10 {
    margin-left: 83.33333333%; }
  .bs5 .offset-md-11 {
    margin-left: 91.66666667%; }
  .bs5 .g-md-0, .bs5 .gx-md-0 {
    --bs-gutter-x:0; }
  .bs5 .g-md-0, .bs5 .gy-md-0 {
    --bs-gutter-y:0; }
  .bs5 .g-md-1, .bs5 .gx-md-1 {
    --bs-gutter-x:.25rem; }
  .bs5 .g-md-1, .bs5 .gy-md-1 {
    --bs-gutter-y:.25rem; }
  .bs5 .g-md-2, .bs5 .gx-md-2 {
    --bs-gutter-x:.5rem; }
  .bs5 .g-md-2, .bs5 .gy-md-2 {
    --bs-gutter-y:.5rem; }
  .bs5 .g-md-3, .bs5 .gx-md-3 {
    --bs-gutter-x:1rem; }
  .bs5 .g-md-3, .bs5 .gy-md-3 {
    --bs-gutter-y:1rem; }
  .bs5 .g-md-4, .bs5 .gx-md-4 {
    --bs-gutter-x:1.5rem; }
  .bs5 .g-md-4, .bs5 .gy-md-4 {
    --bs-gutter-y:1.5rem; }
  .bs5 .g-md-5, .bs5 .gx-md-5 {
    --bs-gutter-x:3rem; }
  .bs5 .g-md-5, .bs5 .gy-md-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 992px) {
  .bs5 .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs5 .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs5 .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs5 .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs5 .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs5 .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs5 .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs5 .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs5 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .offset-lg-0 {
    margin-left: 0; }
  .bs5 .offset-lg-1 {
    margin-left: 8.33333333%; }
  .bs5 .offset-lg-2 {
    margin-left: 16.66666667%; }
  .bs5 .offset-lg-3 {
    margin-left: 25%; }
  .bs5 .offset-lg-4 {
    margin-left: 33.33333333%; }
  .bs5 .offset-lg-5 {
    margin-left: 41.66666667%; }
  .bs5 .offset-lg-6 {
    margin-left: 50%; }
  .bs5 .offset-lg-7 {
    margin-left: 58.33333333%; }
  .bs5 .offset-lg-8 {
    margin-left: 66.66666667%; }
  .bs5 .offset-lg-9 {
    margin-left: 75%; }
  .bs5 .offset-lg-10 {
    margin-left: 83.33333333%; }
  .bs5 .offset-lg-11 {
    margin-left: 91.66666667%; }
  .bs5 .g-lg-0, .bs5 .gx-lg-0 {
    --bs-gutter-x:0; }
  .bs5 .g-lg-0, .bs5 .gy-lg-0 {
    --bs-gutter-y:0; }
  .bs5 .g-lg-1, .bs5 .gx-lg-1 {
    --bs-gutter-x:.25rem; }
  .bs5 .g-lg-1, .bs5 .gy-lg-1 {
    --bs-gutter-y:.25rem; }
  .bs5 .g-lg-2, .bs5 .gx-lg-2 {
    --bs-gutter-x:.5rem; }
  .bs5 .g-lg-2, .bs5 .gy-lg-2 {
    --bs-gutter-y:.5rem; }
  .bs5 .g-lg-3, .bs5 .gx-lg-3 {
    --bs-gutter-x:1rem; }
  .bs5 .g-lg-3, .bs5 .gy-lg-3 {
    --bs-gutter-y:1rem; }
  .bs5 .g-lg-4, .bs5 .gx-lg-4 {
    --bs-gutter-x:1.5rem; }
  .bs5 .g-lg-4, .bs5 .gy-lg-4 {
    --bs-gutter-y:1.5rem; }
  .bs5 .g-lg-5, .bs5 .gx-lg-5 {
    --bs-gutter-x:3rem; }
  .bs5 .g-lg-5, .bs5 .gy-lg-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1200px) {
  .bs5 .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs5 .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs5 .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs5 .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs5 .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs5 .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs5 .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs5 .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs5 .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .offset-xl-0 {
    margin-left: 0; }
  .bs5 .offset-xl-1 {
    margin-left: 8.33333333%; }
  .bs5 .offset-xl-2 {
    margin-left: 16.66666667%; }
  .bs5 .offset-xl-3 {
    margin-left: 25%; }
  .bs5 .offset-xl-4 {
    margin-left: 33.33333333%; }
  .bs5 .offset-xl-5 {
    margin-left: 41.66666667%; }
  .bs5 .offset-xl-6 {
    margin-left: 50%; }
  .bs5 .offset-xl-7 {
    margin-left: 58.33333333%; }
  .bs5 .offset-xl-8 {
    margin-left: 66.66666667%; }
  .bs5 .offset-xl-9 {
    margin-left: 75%; }
  .bs5 .offset-xl-10 {
    margin-left: 83.33333333%; }
  .bs5 .offset-xl-11 {
    margin-left: 91.66666667%; }
  .bs5 .g-xl-0, .bs5 .gx-xl-0 {
    --bs-gutter-x:0; }
  .bs5 .g-xl-0, .bs5 .gy-xl-0 {
    --bs-gutter-y:0; }
  .bs5 .g-xl-1, .bs5 .gx-xl-1 {
    --bs-gutter-x:.25rem; }
  .bs5 .g-xl-1, .bs5 .gy-xl-1 {
    --bs-gutter-y:.25rem; }
  .bs5 .g-xl-2, .bs5 .gx-xl-2 {
    --bs-gutter-x:.5rem; }
  .bs5 .g-xl-2, .bs5 .gy-xl-2 {
    --bs-gutter-y:.5rem; }
  .bs5 .g-xl-3, .bs5 .gx-xl-3 {
    --bs-gutter-x:1rem; }
  .bs5 .g-xl-3, .bs5 .gy-xl-3 {
    --bs-gutter-y:1rem; }
  .bs5 .g-xl-4, .bs5 .gx-xl-4 {
    --bs-gutter-x:1.5rem; }
  .bs5 .g-xl-4, .bs5 .gy-xl-4 {
    --bs-gutter-y:1.5rem; }
  .bs5 .g-xl-5, .bs5 .gx-xl-5 {
    --bs-gutter-x:3rem; }
  .bs5 .g-xl-5, .bs5 .gy-xl-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1400px) {
  .bs5 .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .bs5 .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .bs5 .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .bs5 .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .bs5 .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .bs5 .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .bs5 .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .bs5 .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .bs5 .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .bs5 .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .bs5 .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .bs5 .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .bs5 .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .bs5 .offset-xxl-0 {
    margin-left: 0; }
  .bs5 .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .bs5 .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .bs5 .offset-xxl-3 {
    margin-left: 25%; }
  .bs5 .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .bs5 .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .bs5 .offset-xxl-6 {
    margin-left: 50%; }
  .bs5 .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .bs5 .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .bs5 .offset-xxl-9 {
    margin-left: 75%; }
  .bs5 .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .bs5 .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .bs5 .g-xxl-0, .bs5 .gx-xxl-0 {
    --bs-gutter-x:0; }
  .bs5 .g-xxl-0, .bs5 .gy-xxl-0 {
    --bs-gutter-y:0; }
  .bs5 .g-xxl-1, .bs5 .gx-xxl-1 {
    --bs-gutter-x:.25rem; }
  .bs5 .g-xxl-1, .bs5 .gy-xxl-1 {
    --bs-gutter-y:.25rem; }
  .bs5 .g-xxl-2, .bs5 .gx-xxl-2 {
    --bs-gutter-x:.5rem; }
  .bs5 .g-xxl-2, .bs5 .gy-xxl-2 {
    --bs-gutter-y:.5rem; }
  .bs5 .g-xxl-3, .bs5 .gx-xxl-3 {
    --bs-gutter-x:1rem; }
  .bs5 .g-xxl-3, .bs5 .gy-xxl-3 {
    --bs-gutter-y:1rem; }
  .bs5 .g-xxl-4, .bs5 .gx-xxl-4 {
    --bs-gutter-x:1.5rem; }
  .bs5 .g-xxl-4, .bs5 .gy-xxl-4 {
    --bs-gutter-y:1.5rem; }
  .bs5 .g-xxl-5, .bs5 .gx-xxl-5 {
    --bs-gutter-x:3rem; }
  .bs5 .g-xxl-5, .bs5 .gy-xxl-5 {
    --bs-gutter-y:3rem; } }

.bs5 .table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0,0,0,0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0,0,0,0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0,0,0,0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }

.bs5 .table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .form-label {
  margin-bottom: .5rem; }

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

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

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

.bs5 .form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d; }

.bs5 .form-control {
  display: block;
  width: 100%;
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-control {
    transition: none; } }

.bs5 .form-control[type=file] {
  overflow: hidden; }

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

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

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

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

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

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

.bs5 .form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-control::file-selector-button {
    transition: none; } }

.bs5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3; }

.bs5 .form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none; } }

.bs5 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

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

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

.bs5 .form-control-sm {
  min-height: calc(1.5em + (.5rem + 2px));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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 .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-select {
    transition: none; } }

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

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

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

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

.bs5 .form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

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

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

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

.bs5 .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .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; }

.bs5 .form-check-input[type=checkbox] {
  border-radius: .25em; }

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

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

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

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

.bs5 .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"); }

.bs5 .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"); }

.bs5 .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"); }

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

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

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

.bs5 .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;
  transition: background-position .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-switch .form-check-input {
    transition: none; } }

.bs5 .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"); }

.bs5 .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"); }

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

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

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

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

.bs5 .form-range:focus {
  outline: 0; }

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

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

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

.bs5 .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 .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.bs5 .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe; }

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

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

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.bs5 .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe; }

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

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

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

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

.bs5 .form-floating {
  position: relative; }

.bs5 .form-floating > .form-control, .bs5 .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25; }

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

@media (prefers-reduced-motion: reduce) {
  .bs5 .form-floating > label {
    transition: none; } }

.bs5 .form-floating > .form-control {
  padding: 1rem .75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .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: .25rem; }

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

.bs5 .input-group-sm > .form-control, .bs5 .input-group-sm > .form-select, .bs5 .input-group-sm > .input-group-text, .bs5 .input-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

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

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

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

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

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

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

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

.bs5 .was-validated .form-control:valid, .bs5 .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

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

.bs5 .was-validated textarea.form-control:valid, .bs5 textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

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

.bs5 .was-validated .form-select:valid:not([multiple]):not([size]), .bs5 .was-validated .form-select:valid:not([multiple])[size="1"], .bs5 .form-select.is-valid:not([multiple]):not([size]), .bs5 .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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 .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

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

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

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

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

.bs5 .was-validated .input-group .form-control:valid, .bs5 .input-group .form-control.is-valid, .bs5 .was-validated .input-group .form-select:valid, .bs5 .input-group .form-select.is-valid {
  z-index: 1; }

.bs5 .was-validated .input-group .form-control:valid:focus, .bs5 .input-group .form-control.is-valid:focus, .bs5 .was-validated .input-group .form-select:valid:focus, .bs5 .input-group .form-select.is-valid:focus {
  z-index: 3; }

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

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

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

.bs5 .was-validated .form-control:invalid, .bs5 .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

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

.bs5 .was-validated textarea.form-control:invalid, .bs5 textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

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

.bs5 .was-validated .form-select:invalid:not([multiple]):not([size]), .bs5 .was-validated .form-select:invalid:not([multiple])[size="1"], .bs5 .form-select.is-invalid:not([multiple]):not([size]), .bs5 .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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 .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

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

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

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

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

.bs5 .was-validated .input-group .form-control:invalid, .bs5 .input-group .form-control.is-invalid, .bs5 .was-validated .input-group .form-select:invalid, .bs5 .input-group .form-select.is-invalid {
  z-index: 2; }

.bs5 .was-validated .input-group .form-control:invalid:focus, .bs5 .input-group .form-control.is-invalid:focus, .bs5 .was-validated .input-group .form-select:invalid:focus, .bs5 .input-group .form-select.is-invalid:focus {
  z-index: 3; }

.bs5 .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: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .btn {
    transition: none; } }

.bs5 .btn:hover {
  color: #212529; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .btn-lg, .bs5 .btn-group-lg > .btn, .bs5 .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.bs5 .btn-sm, .bs5 .btn-group-sm > .btn, .bs5 .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.bs5 .fade {
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .fade {
    transition: none; } }

.bs5 .fade:not(.show) {
  opacity: 0; }

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

.bs5 .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .collapsing {
    transition: none; } }

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

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

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

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

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

.bs5 .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem; }

.bs5 .dropdown-menu-start {
  --bs-position:start; }

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

.bs5 .dropdown-menu-end {
  --bs-position:end; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .nav-link {
    transition: none; } }

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

.bs5 .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5 .navbar-toggler:hover {
  text-decoration: none; }

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

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

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

@media (min-width: 576px) {
  .bs5 .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs5 .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .bs5 .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs5 .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs5 .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .bs5 .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs5 .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (min-width: 768px) {
  .bs5 .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs5 .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .bs5 .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs5 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs5 .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .bs5 .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs5 .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (min-width: 992px) {
  .bs5 .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs5 .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .bs5 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs5 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs5 .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .bs5 .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs5 .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (min-width: 1200px) {
  .bs5 .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs5 .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .bs5 .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs5 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs5 .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .bs5 .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs5 .navbar-expand-xl .navbar-toggler {
    display: none; } }

@media (min-width: 1400px) {
  .bs5 .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .bs5 .navbar-expand-xxl .navbar-nav {
    flex-direction: row; }
  .bs5 .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs5 .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs5 .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible; }
  .bs5 .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .bs5 .navbar-expand-xxl .navbar-toggler {
    display: none; } }

.bs5 .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }

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

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

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

.bs5 .navbar-expand .navbar-nav-scroll {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

.bs5 .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"); }

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

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

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

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

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

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

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

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

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

.bs5 .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"); }

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

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

.bs5 .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: .25rem; }

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

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

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

.bs5 .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.bs5 .card > .card-header + .list-group, .bs5 .card > .list-group + .card-footer {
  border-top: 0; }

.bs5 .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.bs5 .card-title {
  margin-bottom: .5rem; }

.bs5 .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.bs5 .card-text:last-child {
  margin-bottom: 0; }

.bs5 .card-link:hover {
  text-decoration: none; }

.bs5 .card-link + .card-link {
  margin-left: 1rem; }

.bs5 .card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.bs5 .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.bs5 .card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.bs5 .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.bs5 .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.bs5 .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.bs5 .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px); }

.bs5 .card-img, .bs5 .card-img-top, .bs5 .card-img-bottom {
  width: 100%; }

.bs5 .card-img, .bs5 .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.bs5 .card-img, .bs5 .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.bs5 .card-group > .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .bs5 .card-group {
    display: flex;
    flex-flow: row wrap; }
  .bs5 .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .bs5 .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .bs5 .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bs5 .card-group > .card:not(:last-child) .card-img-top, .bs5 .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .bs5 .card-group > .card:not(:last-child) .card-img-bottom, .bs5 .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .bs5 .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .bs5 .card-group > .card:not(:first-child) .card-img-top, .bs5 .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .bs5 .card-group > .card:not(:first-child) .card-img-bottom, .bs5 .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.bs5 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .accordion-button {
    transition: none; } }

.bs5 .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }

.bs5 .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); }

.bs5 .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 .2s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .accordion-button::after {
    transition: none; } }

.bs5 .accordion-button:hover {
  z-index: 2; }

.bs5 .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.bs5 .accordion-header {
  margin-bottom: 0; }

.bs5 .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.bs5 .accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.bs5 .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.bs5 .accordion-item:not(:first-of-type) {
  border-top: 0; }

.bs5 .accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.bs5 .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.bs5 .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.bs5 .accordion-body {
  padding: 1rem 1.25rem; }

.bs5 .accordion-flush .accordion-collapse {
  border-width: 0; }

.bs5 .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.bs5 .accordion-flush .accordion-item:first-child {
  border-top: 0; }

.bs5 .accordion-flush .accordion-item:last-child {
  border-bottom: 0; }

.bs5 .accordion-flush .accordion-item .accordion-button {
  border-radius: 0; }

.bs5 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.bs5 .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.bs5 .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/"); }

.bs5 .breadcrumb-item.active {
  color: #6c757d; }

.bs5 .pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.bs5 .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .page-link {
    transition: none; } }

.bs5 .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.bs5 .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); }

.bs5 .page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.bs5 .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.bs5 .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.bs5 .page-link {
  padding: .375rem .75rem; }

.bs5 .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.bs5 .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.bs5 .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.bs5 .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.bs5 .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.bs5 .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem; }

.bs5 .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.bs5 .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.bs5 .badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.bs5 .badge:empty {
  display: none; }

.bs5 .btn .badge {
  position: relative;
  top: -1px; }

.bs5 .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.bs5 .alert-heading {
  color: inherit; }

.bs5 .alert-link {
  font-weight: 700; }

.bs5 .alert-dismissible {
  padding-right: 3rem; }

.bs5 .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem; }

.bs5 .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }

.bs5 .alert-primary .alert-link {
  color: #06357a; }

.bs5 .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }

.bs5 .alert-secondary .alert-link {
  color: #34383c; }

.bs5 .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.bs5 .alert-success .alert-link {
  color: #0c4128; }

.bs5 .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }

.bs5 .alert-info .alert-link {
  color: #04414d; }

.bs5 .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }

.bs5 .alert-warning .alert-link {
  color: #523e02; }

.bs5 .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

.bs5 .alert-danger .alert-link {
  color: #6a1a21; }

.bs5 .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.bs5 .alert-light .alert-link {
  color: #4f5050; }

.bs5 .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }

.bs5 .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; } }

.bs5 .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.bs5 .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 .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .progress-bar {
    transition: none; } }

.bs5 .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; }

.bs5 .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.bs5 .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

.bs5 .list-group-numbered {
  list-style-type: none;
  counter-reset: section; }

.bs5 .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section; }

.bs5 .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.bs5 .list-group-item-action:hover, .bs5 .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.bs5 .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.bs5 .list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.bs5 .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.bs5 .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.bs5 .list-group-item.disabled, .bs5 .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.bs5 .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.bs5 .list-group-item + .list-group-item {
  border-top-width: 0; }

.bs5 .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.bs5 .list-group-horizontal {
  flex-direction: row; }

.bs5 .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.bs5 .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

.bs5 .list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.bs5 .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.bs5 .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .bs5 .list-group-horizontal-sm {
    flex-direction: row; }
  .bs5 .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs5 .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .bs5 .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .bs5 .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bs5 .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .bs5 .list-group-horizontal-md {
    flex-direction: row; }
  .bs5 .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs5 .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .bs5 .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .bs5 .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bs5 .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .bs5 .list-group-horizontal-lg {
    flex-direction: row; }
  .bs5 .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs5 .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .bs5 .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .bs5 .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bs5 .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .bs5 .list-group-horizontal-xl {
    flex-direction: row; }
  .bs5 .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs5 .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .bs5 .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .bs5 .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bs5 .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1400px) {
  .bs5 .list-group-horizontal-xxl {
    flex-direction: row; }
  .bs5 .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs5 .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .bs5 .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0; }
  .bs5 .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bs5 .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.bs5 .list-group-flush {
  border-radius: 0; }

.bs5 .list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.bs5 .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.bs5 .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }

.bs5 .list-group-item-primary.list-group-item-action:hover, .bs5 .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6; }

.bs5 .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298; }

.bs5 .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }

.bs5 .list-group-item-secondary.list-group-item-action:hover, .bs5 .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce; }

.bs5 .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b; }

.bs5 .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }

.bs5 .list-group-item-success.list-group-item-action:hover, .bs5 .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7; }

.bs5 .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132; }

.bs5 .list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }

.bs5 .list-group-item-info.list-group-item-action:hover, .bs5 .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3; }

.bs5 .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160; }

.bs5 .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }

.bs5 .list-group-item-warning.list-group-item-action:hover, .bs5 .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9; }

.bs5 .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03; }

.bs5 .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }

.bs5 .list-group-item-danger.list-group-item-action:hover, .bs5 .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4; }

.bs5 .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029; }

.bs5 .list-group-item-light {
  color: #636464;
  background-color: #fefefe; }

.bs5 .list-group-item-light.list-group-item-action:hover, .bs5 .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5; }

.bs5 .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464; }

.bs5 .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }

.bs5 .list-group-item-dark.list-group-item-action:hover, .bs5 .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf; }

.bs5 .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619; }

.bs5 .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .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: .25rem;
  opacity: .5; }

.bs5 .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.bs5 .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1; }

.bs5 .btn-close:disabled, .bs5 .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25; }

.bs5 .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.bs5 .toast {
  width: 350px;
  max-width: 100%;
  font-size: .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: .25rem; }

.bs5 .toast:not(.showing):not(.show) {
  opacity: 0; }

.bs5 .toast.hide {
  display: none; }

.bs5 .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }

.bs5 .toast-container > :not(:last-child) {
  margin-bottom: .75rem; }

.bs5 .toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .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(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.bs5 .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: .75rem; }

.bs5 .toast-body {
  padding: .75rem;
  word-wrap: break-word; }

.bs5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.bs5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.bs5 .modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .bs5 .modal.fade .modal-dialog {
    transition: none; } }

.bs5 .modal.show .modal-dialog {
  transform: none; }

.bs5 .modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.bs5 .modal-dialog-scrollable {
  height: calc(100% - 1rem); }

.bs5 .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden; }

.bs5 .modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.bs5 .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.bs5 .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: .3rem;
  outline: 0; }

.bs5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.bs5 .modal-backdrop.fade {
  opacity: 0; }

.bs5 .modal-backdrop.show {
  opacity: .5; }

.bs5 .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(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.bs5 .modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -0.5rem -0.5rem -0.5rem auto; }

.bs5 .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.bs5 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.bs5 .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.bs5 .modal-footer > * {
  margin: .25rem; }

@media (min-width: 576px) {
  .bs5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .bs5 .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .bs5 .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .bs5 .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .bs5 .modal-lg, .bs5 .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .bs5 .modal-xl {
    max-width: 1140px; } }

.bs5 .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.bs5 .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.bs5 .modal-fullscreen .modal-header {
  border-radius: 0; }

.bs5 .modal-fullscreen .modal-body {
  overflow-y: auto; }

.bs5 .modal-fullscreen .modal-footer {
  border-radius: 0; }

@media (max-width: 575.98px) {
  .bs5 .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs5 .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs5 .modal-fullscreen-sm-down .modal-header {
    border-radius: 0; }
  .bs5 .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto; }
  .bs5 .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 767.98px) {
  .bs5 .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs5 .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs5 .modal-fullscreen-md-down .modal-header {
    border-radius: 0; }
  .bs5 .modal-fullscreen-md-down .modal-body {
    overflow-y: auto; }
  .bs5 .modal-fullscreen-md-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 991.98px) {
  .bs5 .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs5 .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs5 .modal-fullscreen-lg-down .modal-header {
    border-radius: 0; }
  .bs5 .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto; }
  .bs5 .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1199.98px) {
  .bs5 .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs5 .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs5 .modal-fullscreen-xl-down .modal-header {
    border-radius: 0; }
  .bs5 .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto; }
  .bs5 .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1399.98px) {
  .bs5 .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .bs5 .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .bs5 .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0; }
  .bs5 .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto; }
  .bs5 .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0; } }

.bs5 .tooltip {
  position: absolute;
  z-index: 1080;
  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: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.bs5 .tooltip.show {
  opacity: .9; }

.bs5 .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.bs5 .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs5 .bs-tooltip-top, .bs5 .bs-tooltip-auto[data-popper-placement^="top"], .bs5 .bs-tooltip-auto[data-popper-placement^=top] {
  padding: .4rem 0; }

.bs5 .bs-tooltip-top .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0; }

.bs5 .bs-tooltip-top .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs5 .bs-tooltip-end, .bs5 .bs-tooltip-auto[data-popper-placement^="right"], .bs5 .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 .4rem; }

.bs5 .bs-tooltip-end .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs5 .bs-tooltip-end .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs5 .bs-tooltip-bottom, .bs5 .bs-tooltip-auto[data-popper-placement^="bottom"], .bs5 .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: .4rem 0; }

.bs5 .bs-tooltip-bottom .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0; }

.bs5 .bs-tooltip-bottom .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs5 .bs-tooltip-start, .bs5 .bs-tooltip-auto[data-popper-placement^="left"], .bs5 .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 .4rem; }

.bs5 .bs-tooltip-start .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs5 .bs-tooltip-start .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.bs5 .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.bs5 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.bs5 .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem; }

.bs5 .popover .popover-arrow::before, .bs5 .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs5 .bs-popover-top > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }

.bs5 .bs-popover-top > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs5 .bs-popover-top > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs5 .bs-popover-end > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs5 .bs-popover-end > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs5 .bs-popover-end > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs5 .bs-popover-bottom > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px); }

.bs5 .bs-popover-bottom > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs5 .bs-popover-bottom > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs5 .bs-popover-bottom .popover-header::before, .bs5 .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs5 .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; }

.bs5 .bs-popover-start > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs5 .bs-popover-start > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs5 .bs-popover-start > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.bs5 .popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.bs5 .popover-header:empty {
  display: none; }

.bs5 .popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.bs5 .carousel {
  position: relative; }

.bs5 .carousel.pointer-event {
  touch-action: pan-y; }

.bs5 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.bs5 .carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.bs5 .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .carousel-item {
    transition: none; } }

.bs5 .carousel-item.active, .bs5 .carousel-item-next, .bs5 .carousel-item-prev {
  display: block; }

.bs5 .carousel-item-next:not(.carousel-item-start), .bs5 .active.carousel-item-end {
  transform: translateX(100%); }

.bs5 .carousel-item-prev:not(.carousel-item-end), .bs5 .active.carousel-item-start {
  transform: translateX(-100%); }

.bs5 .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.bs5 .carousel-fade .carousel-item.active, .bs5 .carousel-fade .carousel-item-next.carousel-item-start, .bs5 .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.bs5 .carousel-fade .active.carousel-item-start, .bs5 .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .carousel-fade .active.carousel-item-start, .bs5 .carousel-fade .active.carousel-item-end {
    transition: none; } }

.bs5 .carousel-control-prev, .bs5 .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .carousel-control-prev, .bs5 .carousel-control-next {
    transition: none; } }

.bs5 .carousel-control-prev:hover, .bs5 .carousel-control-prev:focus, .bs5 .carousel-control-next:hover, .bs5 .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.bs5 .carousel-control-prev {
  left: 0; }

.bs5 .carousel-control-next {
  right: 0; }

.bs5 .carousel-control-prev-icon, .bs5 .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.bs5 .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"); }

.bs5 .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"); }

.bs5 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }

.bs5 .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .carousel-indicators [data-bs-target] {
    transition: none; } }

.bs5 .carousel-indicators .active {
  opacity: 1; }

.bs5 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.bs5 .carousel-dark .carousel-control-prev-icon, .bs5 .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.bs5 .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.bs5 .carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.bs5 .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.bs5 .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .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; } }

.bs5 .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.bs5 .spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .spinner-border, .bs5 .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.bs5 .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bs5 .offcanvas {
    transition: none; } }

.bs5 .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }

.bs5 .offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem; }

.bs5 .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.bs5 .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.bs5 .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.bs5 .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.bs5 .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.bs5 .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.bs5 .offcanvas.show {
  transform: none; }

.bs5 .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.bs5 .link-primary {
  color: #0d6efd; }

.bs5 .link-primary:hover, .bs5 .link-primary:focus {
  color: #0a58ca; }

.bs5 .link-secondary {
  color: #6c757d; }

.bs5 .link-secondary:hover, .bs5 .link-secondary:focus {
  color: #565e64; }

.bs5 .link-success {
  color: #198754; }

.bs5 .link-success:hover, .bs5 .link-success:focus {
  color: #146c43; }

.bs5 .link-info {
  color: #0dcaf0; }

.bs5 .link-info:hover, .bs5 .link-info:focus {
  color: #3dd5f3; }

.bs5 .link-warning {
  color: #ffc107; }

.bs5 .link-warning:hover, .bs5 .link-warning:focus {
  color: #ffcd39; }

.bs5 .link-danger {
  color: #dc3545; }

.bs5 .link-danger:hover, .bs5 .link-danger:focus {
  color: #b02a37; }

.bs5 .link-light {
  color: #f8f9fa; }

.bs5 .link-light:hover, .bs5 .link-light:focus {
  color: #f9fafb; }

.bs5 .link-dark {
  color: #212529; }

.bs5 .link-dark:hover, .bs5 .link-dark:focus {
  color: #1a1e21; }

.bs5 .ratio {
  position: relative;
  width: 100%; }

.bs5 .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""; }

.bs5 .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bs5 .ratio-1x1 {
  --bs-aspect-ratio:100%; }

.bs5 .ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%); }

.bs5 .ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%); }

.bs5 .ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%); }

.bs5 .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.bs5 .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.bs5 .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .bs5 .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .bs5 .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .bs5 .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .bs5 .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .bs5 .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.bs5 .visually-hidden, .bs5 .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.bs5 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.bs5 .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bs5 .align-baseline {
  vertical-align: baseline !important; }

.bs5 .align-top {
  vertical-align: top !important; }

.bs5 .align-middle {
  vertical-align: middle !important; }

.bs5 .align-bottom {
  vertical-align: bottom !important; }

.bs5 .align-text-bottom {
  vertical-align: text-bottom !important; }

.bs5 .align-text-top {
  vertical-align: text-top !important; }

.bs5 .float-start {
  float: left !important; }

.bs5 .float-end {
  float: right !important; }

.bs5 .float-none {
  float: none !important; }

.bs5 .overflow-auto {
  overflow: auto !important; }

.bs5 .overflow-hidden {
  overflow: hidden !important; }

.bs5 .overflow-visible {
  overflow: visible !important; }

.bs5 .overflow-scroll {
  overflow: scroll !important; }

.bs5 .d-inline {
  display: inline !important; }

.bs5 .d-inline-block {
  display: inline-block !important; }

.bs5 .d-block {
  display: block !important; }

.bs5 .d-grid {
  display: grid !important; }

.bs5 .d-table {
  display: table !important; }

.bs5 .d-table-row {
  display: table-row !important; }

.bs5 .d-table-cell {
  display: table-cell !important; }

.bs5 .d-flex {
  display: flex !important; }

.bs5 .d-inline-flex {
  display: inline-flex !important; }

.bs5 .d-none {
  display: none !important; }

.bs5 .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.bs5 .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.bs5 .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.bs5 .shadow-none {
  box-shadow: none !important; }

.bs5 .position-static {
  position: static !important; }

.bs5 .position-relative {
  position: relative !important; }

.bs5 .position-absolute {
  position: absolute !important; }

.bs5 .position-fixed {
  position: fixed !important; }

.bs5 .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.bs5 .top-0 {
  top: 0 !important; }

.bs5 .top-50 {
  top: 50% !important; }

.bs5 .top-100 {
  top: 100% !important; }

.bs5 .bottom-0 {
  bottom: 0 !important; }

.bs5 .bottom-50 {
  bottom: 50% !important; }

.bs5 .bottom-100 {
  bottom: 100% !important; }

.bs5 .start-0 {
  left: 0 !important; }

.bs5 .start-50 {
  left: 50% !important; }

.bs5 .start-100 {
  left: 100% !important; }

.bs5 .end-0 {
  right: 0 !important; }

.bs5 .end-50 {
  right: 50% !important; }

.bs5 .end-100 {
  right: 100% !important; }

.bs5 .translate-middle {
  transform: translate(-50%, -50%) !important; }

.bs5 .translate-middle-x {
  transform: translateX(-50%) !important; }

.bs5 .translate-middle-y {
  transform: translateY(-50%) !important; }

.bs5 .border {
  border: 1px solid #dee2e6 !important; }

.bs5 .border-0 {
  border: 0 !important; }

.bs5 .border-top {
  border-top: 1px solid #dee2e6 !important; }

.bs5 .border-top-0 {
  border-top: 0 !important; }

.bs5 .border-end {
  border-right: 1px solid #dee2e6 !important; }

.bs5 .border-end-0 {
  border-right: 0 !important; }

.bs5 .border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.bs5 .border-bottom-0 {
  border-bottom: 0 !important; }

.bs5 .border-start {
  border-left: 1px solid #dee2e6 !important; }

.bs5 .border-start-0 {
  border-left: 0 !important; }

.bs5 .border-primary {
  border-color: #0d6efd !important; }

.bs5 .border-secondary {
  border-color: #6c757d !important; }

.bs5 .border-success {
  border-color: #198754 !important; }

.bs5 .border-info {
  border-color: #0dcaf0 !important; }

.bs5 .border-warning {
  border-color: #ffc107 !important; }

.bs5 .border-danger {
  border-color: #dc3545 !important; }

.bs5 .border-light {
  border-color: #f8f9fa !important; }

.bs5 .border-dark {
  border-color: #212529 !important; }

.bs5 .border-white {
  border-color: #fff !important; }

.bs5 .border-1 {
  border-width: 1px !important; }

.bs5 .border-2 {
  border-width: 2px !important; }

.bs5 .border-3 {
  border-width: 3px !important; }

.bs5 .border-4 {
  border-width: 4px !important; }

.bs5 .border-5 {
  border-width: 5px !important; }

.bs5 .w-25 {
  width: 25% !important; }

.bs5 .w-50 {
  width: 50% !important; }

.bs5 .w-75 {
  width: 75% !important; }

.bs5 .w-100 {
  width: 100% !important; }

.bs5 .w-auto {
  width: auto !important; }

.bs5 .mw-100 {
  max-width: 100% !important; }

.bs5 .vw-100 {
  width: 100vw !important; }

.bs5 .min-vw-100 {
  min-width: 100vw !important; }

.bs5 .h-25 {
  height: 25% !important; }

.bs5 .h-50 {
  height: 50% !important; }

.bs5 .h-75 {
  height: 75% !important; }

.bs5 .h-100 {
  height: 100% !important; }

.bs5 .h-auto {
  height: auto !important; }

.bs5 .mh-100 {
  max-height: 100% !important; }

.bs5 .vh-100 {
  height: 100vh !important; }

.bs5 .min-vh-100 {
  min-height: 100vh !important; }

.bs5 .flex-fill {
  flex: 1 1 auto !important; }

.bs5 .flex-row {
  flex-direction: row !important; }

.bs5 .flex-column {
  flex-direction: column !important; }

.bs5 .flex-row-reverse {
  flex-direction: row-reverse !important; }

.bs5 .flex-column-reverse {
  flex-direction: column-reverse !important; }

.bs5 .flex-grow-0 {
  flex-grow: 0 !important; }

.bs5 .flex-grow-1 {
  flex-grow: 1 !important; }

.bs5 .flex-shrink-0 {
  flex-shrink: 0 !important; }

.bs5 .flex-shrink-1 {
  flex-shrink: 1 !important; }

.bs5 .flex-wrap {
  flex-wrap: wrap !important; }

.bs5 .flex-nowrap {
  flex-wrap: nowrap !important; }

.bs5 .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.bs5 .gap-0 {
  gap: 0 !important; }

.bs5 .gap-1 {
  gap: .25rem !important; }

.bs5 .gap-2 {
  gap: .5rem !important; }

.bs5 .gap-3 {
  gap: 1rem !important; }

.bs5 .gap-4 {
  gap: 1.5rem !important; }

.bs5 .gap-5 {
  gap: 3rem !important; }

.bs5 .justify-content-start {
  justify-content: flex-start !important; }

.bs5 .justify-content-end {
  justify-content: flex-end !important; }

.bs5 .justify-content-center {
  justify-content: center !important; }

.bs5 .justify-content-between {
  justify-content: space-between !important; }

.bs5 .justify-content-around {
  justify-content: space-around !important; }

.bs5 .justify-content-evenly {
  justify-content: space-evenly !important; }

.bs5 .align-items-start {
  align-items: flex-start !important; }

.bs5 .align-items-end {
  align-items: flex-end !important; }

.bs5 .align-items-center {
  align-items: center !important; }

.bs5 .align-items-baseline {
  align-items: baseline !important; }

.bs5 .align-items-stretch {
  align-items: stretch !important; }

.bs5 .align-content-start {
  align-content: flex-start !important; }

.bs5 .align-content-end {
  align-content: flex-end !important; }

.bs5 .align-content-center {
  align-content: center !important; }

.bs5 .align-content-between {
  align-content: space-between !important; }

.bs5 .align-content-around {
  align-content: space-around !important; }

.bs5 .align-content-stretch {
  align-content: stretch !important; }

.bs5 .align-self-auto {
  align-self: auto !important; }

.bs5 .align-self-start {
  align-self: flex-start !important; }

.bs5 .align-self-end {
  align-self: flex-end !important; }

.bs5 .align-self-center {
  align-self: center !important; }

.bs5 .align-self-baseline {
  align-self: baseline !important; }

.bs5 .align-self-stretch {
  align-self: stretch !important; }

.bs5 .order-first {
  order: -1 !important; }

.bs5 .order-0 {
  order: 0 !important; }

.bs5 .order-1 {
  order: 1 !important; }

.bs5 .order-2 {
  order: 2 !important; }

.bs5 .order-3 {
  order: 3 !important; }

.bs5 .order-4 {
  order: 4 !important; }

.bs5 .order-5 {
  order: 5 !important; }

.bs5 .order-last {
  order: 6 !important; }

.bs5 .m-0 {
  margin: 0 !important; }

.bs5 .m-1 {
  margin: .25rem !important; }

.bs5 .m-2 {
  margin: .5rem !important; }

.bs5 .m-3 {
  margin: 1rem !important; }

.bs5 .m-4 {
  margin: 1.5rem !important; }

.bs5 .m-5 {
  margin: 3rem !important; }

.bs5 .m-auto {
  margin: auto !important; }

.bs5 .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.bs5 .mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important; }

.bs5 .mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important; }

.bs5 .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.bs5 .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.bs5 .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.bs5 .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.bs5 .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.bs5 .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important; }

.bs5 .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important; }

.bs5 .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.bs5 .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.bs5 .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.bs5 .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.bs5 .mt-0 {
  margin-top: 0 !important; }

.bs5 .mt-1 {
  margin-top: .25rem !important; }

.bs5 .mt-2 {
  margin-top: .5rem !important; }

.bs5 .mt-3 {
  margin-top: 1rem !important; }

.bs5 .mt-4 {
  margin-top: 1.5rem !important; }

.bs5 .mt-5 {
  margin-top: 3rem !important; }

.bs5 .mt-auto {
  margin-top: auto !important; }

.bs5 .me-0 {
  margin-right: 0 !important; }

.bs5 .me-1 {
  margin-right: .25rem !important; }

.bs5 .me-2 {
  margin-right: .5rem !important; }

.bs5 .me-3 {
  margin-right: 1rem !important; }

.bs5 .me-4 {
  margin-right: 1.5rem !important; }

.bs5 .me-5 {
  margin-right: 3rem !important; }

.bs5 .me-auto {
  margin-right: auto !important; }

.bs5 .mb-0 {
  margin-bottom: 0 !important; }

.bs5 .mb-1 {
  margin-bottom: .25rem !important; }

.bs5 .mb-2 {
  margin-bottom: .5rem !important; }

.bs5 .mb-3 {
  margin-bottom: 1rem !important; }

.bs5 .mb-4 {
  margin-bottom: 1.5rem !important; }

.bs5 .mb-5 {
  margin-bottom: 3rem !important; }

.bs5 .mb-auto {
  margin-bottom: auto !important; }

.bs5 .ms-0 {
  margin-left: 0 !important; }

.bs5 .ms-1 {
  margin-left: .25rem !important; }

.bs5 .ms-2 {
  margin-left: .5rem !important; }

.bs5 .ms-3 {
  margin-left: 1rem !important; }

.bs5 .ms-4 {
  margin-left: 1.5rem !important; }

.bs5 .ms-5 {
  margin-left: 3rem !important; }

.bs5 .ms-auto {
  margin-left: auto !important; }

.bs5 .p-0 {
  padding: 0 !important; }

.bs5 .p-1 {
  padding: .25rem !important; }

.bs5 .p-2 {
  padding: .5rem !important; }

.bs5 .p-3 {
  padding: 1rem !important; }

.bs5 .p-4 {
  padding: 1.5rem !important; }

.bs5 .p-5 {
  padding: 3rem !important; }

.bs5 .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.bs5 .px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important; }

.bs5 .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important; }

.bs5 .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.bs5 .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.bs5 .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.bs5 .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.bs5 .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important; }

.bs5 .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important; }

.bs5 .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.bs5 .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.bs5 .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.bs5 .pt-0 {
  padding-top: 0 !important; }

.bs5 .pt-1 {
  padding-top: .25rem !important; }

.bs5 .pt-2 {
  padding-top: .5rem !important; }

.bs5 .pt-3 {
  padding-top: 1rem !important; }

.bs5 .pt-4 {
  padding-top: 1.5rem !important; }

.bs5 .pt-5 {
  padding-top: 3rem !important; }

.bs5 .pe-0 {
  padding-right: 0 !important; }

.bs5 .pe-1 {
  padding-right: .25rem !important; }

.bs5 .pe-2 {
  padding-right: .5rem !important; }

.bs5 .pe-3 {
  padding-right: 1rem !important; }

.bs5 .pe-4 {
  padding-right: 1.5rem !important; }

.bs5 .pe-5 {
  padding-right: 3rem !important; }

.bs5 .pb-0 {
  padding-bottom: 0 !important; }

.bs5 .pb-1 {
  padding-bottom: .25rem !important; }

.bs5 .pb-2 {
  padding-bottom: .5rem !important; }

.bs5 .pb-3 {
  padding-bottom: 1rem !important; }

.bs5 .pb-4 {
  padding-bottom: 1.5rem !important; }

.bs5 .pb-5 {
  padding-bottom: 3rem !important; }

.bs5 .ps-0 {
  padding-left: 0 !important; }

.bs5 .ps-1 {
  padding-left: .25rem !important; }

.bs5 .ps-2 {
  padding-left: .5rem !important; }

.bs5 .ps-3 {
  padding-left: 1rem !important; }

.bs5 .ps-4 {
  padding-left: 1.5rem !important; }

.bs5 .ps-5 {
  padding-left: 3rem !important; }

.bs5 .font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.bs5 .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.bs5 .fs-2 {
  font-size: calc(1.325rem + .9vw) !important; }

.bs5 .fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }

.bs5 .fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }

.bs5 .fs-5 {
  font-size: 1.25rem !important; }

.bs5 .fs-6 {
  font-size: 1rem !important; }

.bs5 .fst-italic {
  font-style: italic !important; }

.bs5 .fst-normal {
  font-style: normal !important; }

.bs5 .fw-light {
  font-weight: 300 !important; }

.bs5 .fw-lighter {
  font-weight: lighter !important; }

.bs5 .fw-normal {
  font-weight: 400 !important; }

.bs5 .fw-bold {
  font-weight: 700 !important; }

.bs5 .fw-bolder {
  font-weight: bolder !important; }

.bs5 .lh-1 {
  line-height: 1 !important; }

.bs5 .lh-sm {
  line-height: 1.25 !important; }

.bs5 .lh-base {
  line-height: 1.5 !important; }

.bs5 .lh-lg {
  line-height: 2 !important; }

.bs5 .text-start {
  text-align: left !important; }

.bs5 .text-end {
  text-align: right !important; }

.bs5 .text-center {
  text-align: center !important; }

.bs5 .text-decoration-none {
  text-decoration: none !important; }

.bs5 .text-decoration-underline {
  text-decoration: underline !important; }

.bs5 .text-decoration-line-through {
  text-decoration: line-through !important; }

.bs5 .text-lowercase {
  text-transform: lowercase !important; }

.bs5 .text-uppercase {
  text-transform: uppercase !important; }

.bs5 .text-capitalize {
  text-transform: capitalize !important; }

.bs5 .text-wrap {
  white-space: normal !important; }

.bs5 .text-nowrap {
  white-space: nowrap !important; }

.bs5 .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.bs5 .text-primary {
  color: #0d6efd !important; }

.bs5 .text-secondary {
  color: #6c757d !important; }

.bs5 .text-success {
  color: #198754 !important; }

.bs5 .text-info {
  color: #0dcaf0 !important; }

.bs5 .text-warning {
  color: #ffc107 !important; }

.bs5 .text-danger {
  color: #dc3545 !important; }

.bs5 .text-light {
  color: #f8f9fa !important; }

.bs5 .text-dark {
  color: #212529 !important; }

.bs5 .text-white {
  color: #fff !important; }

.bs5 .text-body {
  color: #212529 !important; }

.bs5 .text-muted {
  color: #6c757d !important; }

.bs5 .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.bs5 .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bs5 .text-reset {
  color: inherit !important; }

.bs5 .bg-primary {
  background-color: #0d6efd !important; }

.bs5 .bg-secondary {
  background-color: #6c757d !important; }

.bs5 .bg-success {
  background-color: #198754 !important; }

.bs5 .bg-info {
  background-color: #0dcaf0 !important; }

.bs5 .bg-warning {
  background-color: #ffc107 !important; }

.bs5 .bg-danger {
  background-color: #dc3545 !important; }

.bs5 .bg-light {
  background-color: #f8f9fa !important; }

.bs5 .bg-dark {
  background-color: #212529 !important; }

.bs5 .bg-body {
  background-color: #fff !important; }

.bs5 .bg-white {
  background-color: #fff !important; }

.bs5 .bg-transparent {
  background-color: transparent !important; }

.bs5 .bg-gradient {
  background-image: var(--bs-gradient) !important; }

.bs5 .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.bs5 .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important; }

.bs5 .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important; }

.bs5 .pe-none {
  pointer-events: none !important; }

.bs5 .pe-auto {
  pointer-events: auto !important; }

.bs5 .rounded {
  border-radius: .25rem !important; }

.bs5 .rounded-0 {
  border-radius: 0 !important; }

.bs5 .rounded-1 {
  border-radius: .2rem !important; }

.bs5 .rounded-2 {
  border-radius: .25rem !important; }

.bs5 .rounded-3 {
  border-radius: .3rem !important; }

.bs5 .rounded-circle {
  border-radius: 50% !important; }

.bs5 .rounded-pill {
  border-radius: 50rem !important; }

.bs5 .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important; }

.bs5 .rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important; }

.bs5 .rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important; }

.bs5 .rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important; }

.bs5 .visible {
  visibility: visible !important; }

.bs5 .invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .bs5 .float-sm-start {
    float: left !important; }
  .bs5 .float-sm-end {
    float: right !important; }
  .bs5 .float-sm-none {
    float: none !important; }
  .bs5 .d-sm-inline {
    display: inline !important; }
  .bs5 .d-sm-inline-block {
    display: inline-block !important; }
  .bs5 .d-sm-block {
    display: block !important; }
  .bs5 .d-sm-grid {
    display: grid !important; }
  .bs5 .d-sm-table {
    display: table !important; }
  .bs5 .d-sm-table-row {
    display: table-row !important; }
  .bs5 .d-sm-table-cell {
    display: table-cell !important; }
  .bs5 .d-sm-flex {
    display: flex !important; }
  .bs5 .d-sm-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-sm-none {
    display: none !important; }
  .bs5 .flex-sm-fill {
    flex: 1 1 auto !important; }
  .bs5 .flex-sm-row {
    flex-direction: row !important; }
  .bs5 .flex-sm-column {
    flex-direction: column !important; }
  .bs5 .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .bs5 .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .bs5 .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .bs5 .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .bs5 .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .bs5 .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .bs5 .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .bs5 .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .bs5 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs5 .gap-sm-0 {
    gap: 0 !important; }
  .bs5 .gap-sm-1 {
    gap: .25rem !important; }
  .bs5 .gap-sm-2 {
    gap: .5rem !important; }
  .bs5 .gap-sm-3 {
    gap: 1rem !important; }
  .bs5 .gap-sm-4 {
    gap: 1.5rem !important; }
  .bs5 .gap-sm-5 {
    gap: 3rem !important; }
  .bs5 .justify-content-sm-start {
    justify-content: flex-start !important; }
  .bs5 .justify-content-sm-end {
    justify-content: flex-end !important; }
  .bs5 .justify-content-sm-center {
    justify-content: center !important; }
  .bs5 .justify-content-sm-between {
    justify-content: space-between !important; }
  .bs5 .justify-content-sm-around {
    justify-content: space-around !important; }
  .bs5 .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .bs5 .align-items-sm-start {
    align-items: flex-start !important; }
  .bs5 .align-items-sm-end {
    align-items: flex-end !important; }
  .bs5 .align-items-sm-center {
    align-items: center !important; }
  .bs5 .align-items-sm-baseline {
    align-items: baseline !important; }
  .bs5 .align-items-sm-stretch {
    align-items: stretch !important; }
  .bs5 .align-content-sm-start {
    align-content: flex-start !important; }
  .bs5 .align-content-sm-end {
    align-content: flex-end !important; }
  .bs5 .align-content-sm-center {
    align-content: center !important; }
  .bs5 .align-content-sm-between {
    align-content: space-between !important; }
  .bs5 .align-content-sm-around {
    align-content: space-around !important; }
  .bs5 .align-content-sm-stretch {
    align-content: stretch !important; }
  .bs5 .align-self-sm-auto {
    align-self: auto !important; }
  .bs5 .align-self-sm-start {
    align-self: flex-start !important; }
  .bs5 .align-self-sm-end {
    align-self: flex-end !important; }
  .bs5 .align-self-sm-center {
    align-self: center !important; }
  .bs5 .align-self-sm-baseline {
    align-self: baseline !important; }
  .bs5 .align-self-sm-stretch {
    align-self: stretch !important; }
  .bs5 .order-sm-first {
    order: -1 !important; }
  .bs5 .order-sm-0 {
    order: 0 !important; }
  .bs5 .order-sm-1 {
    order: 1 !important; }
  .bs5 .order-sm-2 {
    order: 2 !important; }
  .bs5 .order-sm-3 {
    order: 3 !important; }
  .bs5 .order-sm-4 {
    order: 4 !important; }
  .bs5 .order-sm-5 {
    order: 5 !important; }
  .bs5 .order-sm-last {
    order: 6 !important; }
  .bs5 .m-sm-0 {
    margin: 0 !important; }
  .bs5 .m-sm-1 {
    margin: .25rem !important; }
  .bs5 .m-sm-2 {
    margin: .5rem !important; }
  .bs5 .m-sm-3 {
    margin: 1rem !important; }
  .bs5 .m-sm-4 {
    margin: 1.5rem !important; }
  .bs5 .m-sm-5 {
    margin: 3rem !important; }
  .bs5 .m-sm-auto {
    margin: auto !important; }
  .bs5 .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs5 .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs5 .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs5 .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs5 .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs5 .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs5 .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs5 .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs5 .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs5 .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs5 .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs5 .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs5 .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs5 .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs5 .mt-sm-0 {
    margin-top: 0 !important; }
  .bs5 .mt-sm-1 {
    margin-top: .25rem !important; }
  .bs5 .mt-sm-2 {
    margin-top: .5rem !important; }
  .bs5 .mt-sm-3 {
    margin-top: 1rem !important; }
  .bs5 .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .bs5 .mt-sm-5 {
    margin-top: 3rem !important; }
  .bs5 .mt-sm-auto {
    margin-top: auto !important; }
  .bs5 .me-sm-0 {
    margin-right: 0 !important; }
  .bs5 .me-sm-1 {
    margin-right: .25rem !important; }
  .bs5 .me-sm-2 {
    margin-right: .5rem !important; }
  .bs5 .me-sm-3 {
    margin-right: 1rem !important; }
  .bs5 .me-sm-4 {
    margin-right: 1.5rem !important; }
  .bs5 .me-sm-5 {
    margin-right: 3rem !important; }
  .bs5 .me-sm-auto {
    margin-right: auto !important; }
  .bs5 .mb-sm-0 {
    margin-bottom: 0 !important; }
  .bs5 .mb-sm-1 {
    margin-bottom: .25rem !important; }
  .bs5 .mb-sm-2 {
    margin-bottom: .5rem !important; }
  .bs5 .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .bs5 .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bs5 .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .bs5 .mb-sm-auto {
    margin-bottom: auto !important; }
  .bs5 .ms-sm-0 {
    margin-left: 0 !important; }
  .bs5 .ms-sm-1 {
    margin-left: .25rem !important; }
  .bs5 .ms-sm-2 {
    margin-left: .5rem !important; }
  .bs5 .ms-sm-3 {
    margin-left: 1rem !important; }
  .bs5 .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .bs5 .ms-sm-5 {
    margin-left: 3rem !important; }
  .bs5 .ms-sm-auto {
    margin-left: auto !important; }
  .bs5 .p-sm-0 {
    padding: 0 !important; }
  .bs5 .p-sm-1 {
    padding: .25rem !important; }
  .bs5 .p-sm-2 {
    padding: .5rem !important; }
  .bs5 .p-sm-3 {
    padding: 1rem !important; }
  .bs5 .p-sm-4 {
    padding: 1.5rem !important; }
  .bs5 .p-sm-5 {
    padding: 3rem !important; }
  .bs5 .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs5 .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs5 .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs5 .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs5 .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs5 .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs5 .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs5 .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs5 .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs5 .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs5 .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs5 .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs5 .pt-sm-0 {
    padding-top: 0 !important; }
  .bs5 .pt-sm-1 {
    padding-top: .25rem !important; }
  .bs5 .pt-sm-2 {
    padding-top: .5rem !important; }
  .bs5 .pt-sm-3 {
    padding-top: 1rem !important; }
  .bs5 .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .bs5 .pt-sm-5 {
    padding-top: 3rem !important; }
  .bs5 .pe-sm-0 {
    padding-right: 0 !important; }
  .bs5 .pe-sm-1 {
    padding-right: .25rem !important; }
  .bs5 .pe-sm-2 {
    padding-right: .5rem !important; }
  .bs5 .pe-sm-3 {
    padding-right: 1rem !important; }
  .bs5 .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .bs5 .pe-sm-5 {
    padding-right: 3rem !important; }
  .bs5 .pb-sm-0 {
    padding-bottom: 0 !important; }
  .bs5 .pb-sm-1 {
    padding-bottom: .25rem !important; }
  .bs5 .pb-sm-2 {
    padding-bottom: .5rem !important; }
  .bs5 .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .bs5 .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bs5 .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .bs5 .ps-sm-0 {
    padding-left: 0 !important; }
  .bs5 .ps-sm-1 {
    padding-left: .25rem !important; }
  .bs5 .ps-sm-2 {
    padding-left: .5rem !important; }
  .bs5 .ps-sm-3 {
    padding-left: 1rem !important; }
  .bs5 .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .bs5 .ps-sm-5 {
    padding-left: 3rem !important; }
  .bs5 .text-sm-start {
    text-align: left !important; }
  .bs5 .text-sm-end {
    text-align: right !important; }
  .bs5 .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .bs5 .float-md-start {
    float: left !important; }
  .bs5 .float-md-end {
    float: right !important; }
  .bs5 .float-md-none {
    float: none !important; }
  .bs5 .d-md-inline {
    display: inline !important; }
  .bs5 .d-md-inline-block {
    display: inline-block !important; }
  .bs5 .d-md-block {
    display: block !important; }
  .bs5 .d-md-grid {
    display: grid !important; }
  .bs5 .d-md-table {
    display: table !important; }
  .bs5 .d-md-table-row {
    display: table-row !important; }
  .bs5 .d-md-table-cell {
    display: table-cell !important; }
  .bs5 .d-md-flex {
    display: flex !important; }
  .bs5 .d-md-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-md-none {
    display: none !important; }
  .bs5 .flex-md-fill {
    flex: 1 1 auto !important; }
  .bs5 .flex-md-row {
    flex-direction: row !important; }
  .bs5 .flex-md-column {
    flex-direction: column !important; }
  .bs5 .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .bs5 .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .bs5 .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .bs5 .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .bs5 .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .bs5 .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .bs5 .flex-md-wrap {
    flex-wrap: wrap !important; }
  .bs5 .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .bs5 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs5 .gap-md-0 {
    gap: 0 !important; }
  .bs5 .gap-md-1 {
    gap: .25rem !important; }
  .bs5 .gap-md-2 {
    gap: .5rem !important; }
  .bs5 .gap-md-3 {
    gap: 1rem !important; }
  .bs5 .gap-md-4 {
    gap: 1.5rem !important; }
  .bs5 .gap-md-5 {
    gap: 3rem !important; }
  .bs5 .justify-content-md-start {
    justify-content: flex-start !important; }
  .bs5 .justify-content-md-end {
    justify-content: flex-end !important; }
  .bs5 .justify-content-md-center {
    justify-content: center !important; }
  .bs5 .justify-content-md-between {
    justify-content: space-between !important; }
  .bs5 .justify-content-md-around {
    justify-content: space-around !important; }
  .bs5 .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .bs5 .align-items-md-start {
    align-items: flex-start !important; }
  .bs5 .align-items-md-end {
    align-items: flex-end !important; }
  .bs5 .align-items-md-center {
    align-items: center !important; }
  .bs5 .align-items-md-baseline {
    align-items: baseline !important; }
  .bs5 .align-items-md-stretch {
    align-items: stretch !important; }
  .bs5 .align-content-md-start {
    align-content: flex-start !important; }
  .bs5 .align-content-md-end {
    align-content: flex-end !important; }
  .bs5 .align-content-md-center {
    align-content: center !important; }
  .bs5 .align-content-md-between {
    align-content: space-between !important; }
  .bs5 .align-content-md-around {
    align-content: space-around !important; }
  .bs5 .align-content-md-stretch {
    align-content: stretch !important; }
  .bs5 .align-self-md-auto {
    align-self: auto !important; }
  .bs5 .align-self-md-start {
    align-self: flex-start !important; }
  .bs5 .align-self-md-end {
    align-self: flex-end !important; }
  .bs5 .align-self-md-center {
    align-self: center !important; }
  .bs5 .align-self-md-baseline {
    align-self: baseline !important; }
  .bs5 .align-self-md-stretch {
    align-self: stretch !important; }
  .bs5 .order-md-first {
    order: -1 !important; }
  .bs5 .order-md-0 {
    order: 0 !important; }
  .bs5 .order-md-1 {
    order: 1 !important; }
  .bs5 .order-md-2 {
    order: 2 !important; }
  .bs5 .order-md-3 {
    order: 3 !important; }
  .bs5 .order-md-4 {
    order: 4 !important; }
  .bs5 .order-md-5 {
    order: 5 !important; }
  .bs5 .order-md-last {
    order: 6 !important; }
  .bs5 .m-md-0 {
    margin: 0 !important; }
  .bs5 .m-md-1 {
    margin: .25rem !important; }
  .bs5 .m-md-2 {
    margin: .5rem !important; }
  .bs5 .m-md-3 {
    margin: 1rem !important; }
  .bs5 .m-md-4 {
    margin: 1.5rem !important; }
  .bs5 .m-md-5 {
    margin: 3rem !important; }
  .bs5 .m-md-auto {
    margin: auto !important; }
  .bs5 .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs5 .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs5 .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs5 .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs5 .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs5 .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs5 .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs5 .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs5 .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs5 .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs5 .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs5 .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs5 .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs5 .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs5 .mt-md-0 {
    margin-top: 0 !important; }
  .bs5 .mt-md-1 {
    margin-top: .25rem !important; }
  .bs5 .mt-md-2 {
    margin-top: .5rem !important; }
  .bs5 .mt-md-3 {
    margin-top: 1rem !important; }
  .bs5 .mt-md-4 {
    margin-top: 1.5rem !important; }
  .bs5 .mt-md-5 {
    margin-top: 3rem !important; }
  .bs5 .mt-md-auto {
    margin-top: auto !important; }
  .bs5 .me-md-0 {
    margin-right: 0 !important; }
  .bs5 .me-md-1 {
    margin-right: .25rem !important; }
  .bs5 .me-md-2 {
    margin-right: .5rem !important; }
  .bs5 .me-md-3 {
    margin-right: 1rem !important; }
  .bs5 .me-md-4 {
    margin-right: 1.5rem !important; }
  .bs5 .me-md-5 {
    margin-right: 3rem !important; }
  .bs5 .me-md-auto {
    margin-right: auto !important; }
  .bs5 .mb-md-0 {
    margin-bottom: 0 !important; }
  .bs5 .mb-md-1 {
    margin-bottom: .25rem !important; }
  .bs5 .mb-md-2 {
    margin-bottom: .5rem !important; }
  .bs5 .mb-md-3 {
    margin-bottom: 1rem !important; }
  .bs5 .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .bs5 .mb-md-5 {
    margin-bottom: 3rem !important; }
  .bs5 .mb-md-auto {
    margin-bottom: auto !important; }
  .bs5 .ms-md-0 {
    margin-left: 0 !important; }
  .bs5 .ms-md-1 {
    margin-left: .25rem !important; }
  .bs5 .ms-md-2 {
    margin-left: .5rem !important; }
  .bs5 .ms-md-3 {
    margin-left: 1rem !important; }
  .bs5 .ms-md-4 {
    margin-left: 1.5rem !important; }
  .bs5 .ms-md-5 {
    margin-left: 3rem !important; }
  .bs5 .ms-md-auto {
    margin-left: auto !important; }
  .bs5 .p-md-0 {
    padding: 0 !important; }
  .bs5 .p-md-1 {
    padding: .25rem !important; }
  .bs5 .p-md-2 {
    padding: .5rem !important; }
  .bs5 .p-md-3 {
    padding: 1rem !important; }
  .bs5 .p-md-4 {
    padding: 1.5rem !important; }
  .bs5 .p-md-5 {
    padding: 3rem !important; }
  .bs5 .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs5 .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs5 .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs5 .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs5 .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs5 .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs5 .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs5 .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs5 .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs5 .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs5 .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs5 .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs5 .pt-md-0 {
    padding-top: 0 !important; }
  .bs5 .pt-md-1 {
    padding-top: .25rem !important; }
  .bs5 .pt-md-2 {
    padding-top: .5rem !important; }
  .bs5 .pt-md-3 {
    padding-top: 1rem !important; }
  .bs5 .pt-md-4 {
    padding-top: 1.5rem !important; }
  .bs5 .pt-md-5 {
    padding-top: 3rem !important; }
  .bs5 .pe-md-0 {
    padding-right: 0 !important; }
  .bs5 .pe-md-1 {
    padding-right: .25rem !important; }
  .bs5 .pe-md-2 {
    padding-right: .5rem !important; }
  .bs5 .pe-md-3 {
    padding-right: 1rem !important; }
  .bs5 .pe-md-4 {
    padding-right: 1.5rem !important; }
  .bs5 .pe-md-5 {
    padding-right: 3rem !important; }
  .bs5 .pb-md-0 {
    padding-bottom: 0 !important; }
  .bs5 .pb-md-1 {
    padding-bottom: .25rem !important; }
  .bs5 .pb-md-2 {
    padding-bottom: .5rem !important; }
  .bs5 .pb-md-3 {
    padding-bottom: 1rem !important; }
  .bs5 .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .bs5 .pb-md-5 {
    padding-bottom: 3rem !important; }
  .bs5 .ps-md-0 {
    padding-left: 0 !important; }
  .bs5 .ps-md-1 {
    padding-left: .25rem !important; }
  .bs5 .ps-md-2 {
    padding-left: .5rem !important; }
  .bs5 .ps-md-3 {
    padding-left: 1rem !important; }
  .bs5 .ps-md-4 {
    padding-left: 1.5rem !important; }
  .bs5 .ps-md-5 {
    padding-left: 3rem !important; }
  .bs5 .text-md-start {
    text-align: left !important; }
  .bs5 .text-md-end {
    text-align: right !important; }
  .bs5 .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bs5 .float-lg-start {
    float: left !important; }
  .bs5 .float-lg-end {
    float: right !important; }
  .bs5 .float-lg-none {
    float: none !important; }
  .bs5 .d-lg-inline {
    display: inline !important; }
  .bs5 .d-lg-inline-block {
    display: inline-block !important; }
  .bs5 .d-lg-block {
    display: block !important; }
  .bs5 .d-lg-grid {
    display: grid !important; }
  .bs5 .d-lg-table {
    display: table !important; }
  .bs5 .d-lg-table-row {
    display: table-row !important; }
  .bs5 .d-lg-table-cell {
    display: table-cell !important; }
  .bs5 .d-lg-flex {
    display: flex !important; }
  .bs5 .d-lg-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-lg-none {
    display: none !important; }
  .bs5 .flex-lg-fill {
    flex: 1 1 auto !important; }
  .bs5 .flex-lg-row {
    flex-direction: row !important; }
  .bs5 .flex-lg-column {
    flex-direction: column !important; }
  .bs5 .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .bs5 .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .bs5 .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .bs5 .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .bs5 .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .bs5 .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .bs5 .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .bs5 .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .bs5 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs5 .gap-lg-0 {
    gap: 0 !important; }
  .bs5 .gap-lg-1 {
    gap: .25rem !important; }
  .bs5 .gap-lg-2 {
    gap: .5rem !important; }
  .bs5 .gap-lg-3 {
    gap: 1rem !important; }
  .bs5 .gap-lg-4 {
    gap: 1.5rem !important; }
  .bs5 .gap-lg-5 {
    gap: 3rem !important; }
  .bs5 .justify-content-lg-start {
    justify-content: flex-start !important; }
  .bs5 .justify-content-lg-end {
    justify-content: flex-end !important; }
  .bs5 .justify-content-lg-center {
    justify-content: center !important; }
  .bs5 .justify-content-lg-between {
    justify-content: space-between !important; }
  .bs5 .justify-content-lg-around {
    justify-content: space-around !important; }
  .bs5 .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .bs5 .align-items-lg-start {
    align-items: flex-start !important; }
  .bs5 .align-items-lg-end {
    align-items: flex-end !important; }
  .bs5 .align-items-lg-center {
    align-items: center !important; }
  .bs5 .align-items-lg-baseline {
    align-items: baseline !important; }
  .bs5 .align-items-lg-stretch {
    align-items: stretch !important; }
  .bs5 .align-content-lg-start {
    align-content: flex-start !important; }
  .bs5 .align-content-lg-end {
    align-content: flex-end !important; }
  .bs5 .align-content-lg-center {
    align-content: center !important; }
  .bs5 .align-content-lg-between {
    align-content: space-between !important; }
  .bs5 .align-content-lg-around {
    align-content: space-around !important; }
  .bs5 .align-content-lg-stretch {
    align-content: stretch !important; }
  .bs5 .align-self-lg-auto {
    align-self: auto !important; }
  .bs5 .align-self-lg-start {
    align-self: flex-start !important; }
  .bs5 .align-self-lg-end {
    align-self: flex-end !important; }
  .bs5 .align-self-lg-center {
    align-self: center !important; }
  .bs5 .align-self-lg-baseline {
    align-self: baseline !important; }
  .bs5 .align-self-lg-stretch {
    align-self: stretch !important; }
  .bs5 .order-lg-first {
    order: -1 !important; }
  .bs5 .order-lg-0 {
    order: 0 !important; }
  .bs5 .order-lg-1 {
    order: 1 !important; }
  .bs5 .order-lg-2 {
    order: 2 !important; }
  .bs5 .order-lg-3 {
    order: 3 !important; }
  .bs5 .order-lg-4 {
    order: 4 !important; }
  .bs5 .order-lg-5 {
    order: 5 !important; }
  .bs5 .order-lg-last {
    order: 6 !important; }
  .bs5 .m-lg-0 {
    margin: 0 !important; }
  .bs5 .m-lg-1 {
    margin: .25rem !important; }
  .bs5 .m-lg-2 {
    margin: .5rem !important; }
  .bs5 .m-lg-3 {
    margin: 1rem !important; }
  .bs5 .m-lg-4 {
    margin: 1.5rem !important; }
  .bs5 .m-lg-5 {
    margin: 3rem !important; }
  .bs5 .m-lg-auto {
    margin: auto !important; }
  .bs5 .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs5 .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs5 .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs5 .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs5 .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs5 .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs5 .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs5 .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs5 .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs5 .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs5 .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs5 .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs5 .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs5 .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs5 .mt-lg-0 {
    margin-top: 0 !important; }
  .bs5 .mt-lg-1 {
    margin-top: .25rem !important; }
  .bs5 .mt-lg-2 {
    margin-top: .5rem !important; }
  .bs5 .mt-lg-3 {
    margin-top: 1rem !important; }
  .bs5 .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .bs5 .mt-lg-5 {
    margin-top: 3rem !important; }
  .bs5 .mt-lg-auto {
    margin-top: auto !important; }
  .bs5 .me-lg-0 {
    margin-right: 0 !important; }
  .bs5 .me-lg-1 {
    margin-right: .25rem !important; }
  .bs5 .me-lg-2 {
    margin-right: .5rem !important; }
  .bs5 .me-lg-3 {
    margin-right: 1rem !important; }
  .bs5 .me-lg-4 {
    margin-right: 1.5rem !important; }
  .bs5 .me-lg-5 {
    margin-right: 3rem !important; }
  .bs5 .me-lg-auto {
    margin-right: auto !important; }
  .bs5 .mb-lg-0 {
    margin-bottom: 0 !important; }
  .bs5 .mb-lg-1 {
    margin-bottom: .25rem !important; }
  .bs5 .mb-lg-2 {
    margin-bottom: .5rem !important; }
  .bs5 .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .bs5 .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bs5 .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .bs5 .mb-lg-auto {
    margin-bottom: auto !important; }
  .bs5 .ms-lg-0 {
    margin-left: 0 !important; }
  .bs5 .ms-lg-1 {
    margin-left: .25rem !important; }
  .bs5 .ms-lg-2 {
    margin-left: .5rem !important; }
  .bs5 .ms-lg-3 {
    margin-left: 1rem !important; }
  .bs5 .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .bs5 .ms-lg-5 {
    margin-left: 3rem !important; }
  .bs5 .ms-lg-auto {
    margin-left: auto !important; }
  .bs5 .p-lg-0 {
    padding: 0 !important; }
  .bs5 .p-lg-1 {
    padding: .25rem !important; }
  .bs5 .p-lg-2 {
    padding: .5rem !important; }
  .bs5 .p-lg-3 {
    padding: 1rem !important; }
  .bs5 .p-lg-4 {
    padding: 1.5rem !important; }
  .bs5 .p-lg-5 {
    padding: 3rem !important; }
  .bs5 .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs5 .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs5 .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs5 .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs5 .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs5 .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs5 .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs5 .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs5 .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs5 .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs5 .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs5 .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs5 .pt-lg-0 {
    padding-top: 0 !important; }
  .bs5 .pt-lg-1 {
    padding-top: .25rem !important; }
  .bs5 .pt-lg-2 {
    padding-top: .5rem !important; }
  .bs5 .pt-lg-3 {
    padding-top: 1rem !important; }
  .bs5 .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .bs5 .pt-lg-5 {
    padding-top: 3rem !important; }
  .bs5 .pe-lg-0 {
    padding-right: 0 !important; }
  .bs5 .pe-lg-1 {
    padding-right: .25rem !important; }
  .bs5 .pe-lg-2 {
    padding-right: .5rem !important; }
  .bs5 .pe-lg-3 {
    padding-right: 1rem !important; }
  .bs5 .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .bs5 .pe-lg-5 {
    padding-right: 3rem !important; }
  .bs5 .pb-lg-0 {
    padding-bottom: 0 !important; }
  .bs5 .pb-lg-1 {
    padding-bottom: .25rem !important; }
  .bs5 .pb-lg-2 {
    padding-bottom: .5rem !important; }
  .bs5 .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .bs5 .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bs5 .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .bs5 .ps-lg-0 {
    padding-left: 0 !important; }
  .bs5 .ps-lg-1 {
    padding-left: .25rem !important; }
  .bs5 .ps-lg-2 {
    padding-left: .5rem !important; }
  .bs5 .ps-lg-3 {
    padding-left: 1rem !important; }
  .bs5 .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .bs5 .ps-lg-5 {
    padding-left: 3rem !important; }
  .bs5 .text-lg-start {
    text-align: left !important; }
  .bs5 .text-lg-end {
    text-align: right !important; }
  .bs5 .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .bs5 .float-xl-start {
    float: left !important; }
  .bs5 .float-xl-end {
    float: right !important; }
  .bs5 .float-xl-none {
    float: none !important; }
  .bs5 .d-xl-inline {
    display: inline !important; }
  .bs5 .d-xl-inline-block {
    display: inline-block !important; }
  .bs5 .d-xl-block {
    display: block !important; }
  .bs5 .d-xl-grid {
    display: grid !important; }
  .bs5 .d-xl-table {
    display: table !important; }
  .bs5 .d-xl-table-row {
    display: table-row !important; }
  .bs5 .d-xl-table-cell {
    display: table-cell !important; }
  .bs5 .d-xl-flex {
    display: flex !important; }
  .bs5 .d-xl-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-xl-none {
    display: none !important; }
  .bs5 .flex-xl-fill {
    flex: 1 1 auto !important; }
  .bs5 .flex-xl-row {
    flex-direction: row !important; }
  .bs5 .flex-xl-column {
    flex-direction: column !important; }
  .bs5 .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .bs5 .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .bs5 .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .bs5 .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .bs5 .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .bs5 .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .bs5 .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .bs5 .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .bs5 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs5 .gap-xl-0 {
    gap: 0 !important; }
  .bs5 .gap-xl-1 {
    gap: .25rem !important; }
  .bs5 .gap-xl-2 {
    gap: .5rem !important; }
  .bs5 .gap-xl-3 {
    gap: 1rem !important; }
  .bs5 .gap-xl-4 {
    gap: 1.5rem !important; }
  .bs5 .gap-xl-5 {
    gap: 3rem !important; }
  .bs5 .justify-content-xl-start {
    justify-content: flex-start !important; }
  .bs5 .justify-content-xl-end {
    justify-content: flex-end !important; }
  .bs5 .justify-content-xl-center {
    justify-content: center !important; }
  .bs5 .justify-content-xl-between {
    justify-content: space-between !important; }
  .bs5 .justify-content-xl-around {
    justify-content: space-around !important; }
  .bs5 .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .bs5 .align-items-xl-start {
    align-items: flex-start !important; }
  .bs5 .align-items-xl-end {
    align-items: flex-end !important; }
  .bs5 .align-items-xl-center {
    align-items: center !important; }
  .bs5 .align-items-xl-baseline {
    align-items: baseline !important; }
  .bs5 .align-items-xl-stretch {
    align-items: stretch !important; }
  .bs5 .align-content-xl-start {
    align-content: flex-start !important; }
  .bs5 .align-content-xl-end {
    align-content: flex-end !important; }
  .bs5 .align-content-xl-center {
    align-content: center !important; }
  .bs5 .align-content-xl-between {
    align-content: space-between !important; }
  .bs5 .align-content-xl-around {
    align-content: space-around !important; }
  .bs5 .align-content-xl-stretch {
    align-content: stretch !important; }
  .bs5 .align-self-xl-auto {
    align-self: auto !important; }
  .bs5 .align-self-xl-start {
    align-self: flex-start !important; }
  .bs5 .align-self-xl-end {
    align-self: flex-end !important; }
  .bs5 .align-self-xl-center {
    align-self: center !important; }
  .bs5 .align-self-xl-baseline {
    align-self: baseline !important; }
  .bs5 .align-self-xl-stretch {
    align-self: stretch !important; }
  .bs5 .order-xl-first {
    order: -1 !important; }
  .bs5 .order-xl-0 {
    order: 0 !important; }
  .bs5 .order-xl-1 {
    order: 1 !important; }
  .bs5 .order-xl-2 {
    order: 2 !important; }
  .bs5 .order-xl-3 {
    order: 3 !important; }
  .bs5 .order-xl-4 {
    order: 4 !important; }
  .bs5 .order-xl-5 {
    order: 5 !important; }
  .bs5 .order-xl-last {
    order: 6 !important; }
  .bs5 .m-xl-0 {
    margin: 0 !important; }
  .bs5 .m-xl-1 {
    margin: .25rem !important; }
  .bs5 .m-xl-2 {
    margin: .5rem !important; }
  .bs5 .m-xl-3 {
    margin: 1rem !important; }
  .bs5 .m-xl-4 {
    margin: 1.5rem !important; }
  .bs5 .m-xl-5 {
    margin: 3rem !important; }
  .bs5 .m-xl-auto {
    margin: auto !important; }
  .bs5 .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs5 .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs5 .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs5 .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs5 .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs5 .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs5 .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs5 .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs5 .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs5 .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs5 .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs5 .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs5 .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs5 .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs5 .mt-xl-0 {
    margin-top: 0 !important; }
  .bs5 .mt-xl-1 {
    margin-top: .25rem !important; }
  .bs5 .mt-xl-2 {
    margin-top: .5rem !important; }
  .bs5 .mt-xl-3 {
    margin-top: 1rem !important; }
  .bs5 .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .bs5 .mt-xl-5 {
    margin-top: 3rem !important; }
  .bs5 .mt-xl-auto {
    margin-top: auto !important; }
  .bs5 .me-xl-0 {
    margin-right: 0 !important; }
  .bs5 .me-xl-1 {
    margin-right: .25rem !important; }
  .bs5 .me-xl-2 {
    margin-right: .5rem !important; }
  .bs5 .me-xl-3 {
    margin-right: 1rem !important; }
  .bs5 .me-xl-4 {
    margin-right: 1.5rem !important; }
  .bs5 .me-xl-5 {
    margin-right: 3rem !important; }
  .bs5 .me-xl-auto {
    margin-right: auto !important; }
  .bs5 .mb-xl-0 {
    margin-bottom: 0 !important; }
  .bs5 .mb-xl-1 {
    margin-bottom: .25rem !important; }
  .bs5 .mb-xl-2 {
    margin-bottom: .5rem !important; }
  .bs5 .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .bs5 .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bs5 .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .bs5 .mb-xl-auto {
    margin-bottom: auto !important; }
  .bs5 .ms-xl-0 {
    margin-left: 0 !important; }
  .bs5 .ms-xl-1 {
    margin-left: .25rem !important; }
  .bs5 .ms-xl-2 {
    margin-left: .5rem !important; }
  .bs5 .ms-xl-3 {
    margin-left: 1rem !important; }
  .bs5 .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .bs5 .ms-xl-5 {
    margin-left: 3rem !important; }
  .bs5 .ms-xl-auto {
    margin-left: auto !important; }
  .bs5 .p-xl-0 {
    padding: 0 !important; }
  .bs5 .p-xl-1 {
    padding: .25rem !important; }
  .bs5 .p-xl-2 {
    padding: .5rem !important; }
  .bs5 .p-xl-3 {
    padding: 1rem !important; }
  .bs5 .p-xl-4 {
    padding: 1.5rem !important; }
  .bs5 .p-xl-5 {
    padding: 3rem !important; }
  .bs5 .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs5 .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs5 .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs5 .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs5 .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs5 .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs5 .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs5 .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs5 .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs5 .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs5 .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs5 .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs5 .pt-xl-0 {
    padding-top: 0 !important; }
  .bs5 .pt-xl-1 {
    padding-top: .25rem !important; }
  .bs5 .pt-xl-2 {
    padding-top: .5rem !important; }
  .bs5 .pt-xl-3 {
    padding-top: 1rem !important; }
  .bs5 .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .bs5 .pt-xl-5 {
    padding-top: 3rem !important; }
  .bs5 .pe-xl-0 {
    padding-right: 0 !important; }
  .bs5 .pe-xl-1 {
    padding-right: .25rem !important; }
  .bs5 .pe-xl-2 {
    padding-right: .5rem !important; }
  .bs5 .pe-xl-3 {
    padding-right: 1rem !important; }
  .bs5 .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .bs5 .pe-xl-5 {
    padding-right: 3rem !important; }
  .bs5 .pb-xl-0 {
    padding-bottom: 0 !important; }
  .bs5 .pb-xl-1 {
    padding-bottom: .25rem !important; }
  .bs5 .pb-xl-2 {
    padding-bottom: .5rem !important; }
  .bs5 .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .bs5 .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bs5 .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .bs5 .ps-xl-0 {
    padding-left: 0 !important; }
  .bs5 .ps-xl-1 {
    padding-left: .25rem !important; }
  .bs5 .ps-xl-2 {
    padding-left: .5rem !important; }
  .bs5 .ps-xl-3 {
    padding-left: 1rem !important; }
  .bs5 .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .bs5 .ps-xl-5 {
    padding-left: 3rem !important; }
  .bs5 .text-xl-start {
    text-align: left !important; }
  .bs5 .text-xl-end {
    text-align: right !important; }
  .bs5 .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .bs5 .float-xxl-start {
    float: left !important; }
  .bs5 .float-xxl-end {
    float: right !important; }
  .bs5 .float-xxl-none {
    float: none !important; }
  .bs5 .d-xxl-inline {
    display: inline !important; }
  .bs5 .d-xxl-inline-block {
    display: inline-block !important; }
  .bs5 .d-xxl-block {
    display: block !important; }
  .bs5 .d-xxl-grid {
    display: grid !important; }
  .bs5 .d-xxl-table {
    display: table !important; }
  .bs5 .d-xxl-table-row {
    display: table-row !important; }
  .bs5 .d-xxl-table-cell {
    display: table-cell !important; }
  .bs5 .d-xxl-flex {
    display: flex !important; }
  .bs5 .d-xxl-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-xxl-none {
    display: none !important; }
  .bs5 .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .bs5 .flex-xxl-row {
    flex-direction: row !important; }
  .bs5 .flex-xxl-column {
    flex-direction: column !important; }
  .bs5 .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .bs5 .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .bs5 .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .bs5 .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .bs5 .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .bs5 .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .bs5 .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .bs5 .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .bs5 .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bs5 .gap-xxl-0 {
    gap: 0 !important; }
  .bs5 .gap-xxl-1 {
    gap: .25rem !important; }
  .bs5 .gap-xxl-2 {
    gap: .5rem !important; }
  .bs5 .gap-xxl-3 {
    gap: 1rem !important; }
  .bs5 .gap-xxl-4 {
    gap: 1.5rem !important; }
  .bs5 .gap-xxl-5 {
    gap: 3rem !important; }
  .bs5 .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .bs5 .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .bs5 .justify-content-xxl-center {
    justify-content: center !important; }
  .bs5 .justify-content-xxl-between {
    justify-content: space-between !important; }
  .bs5 .justify-content-xxl-around {
    justify-content: space-around !important; }
  .bs5 .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .bs5 .align-items-xxl-start {
    align-items: flex-start !important; }
  .bs5 .align-items-xxl-end {
    align-items: flex-end !important; }
  .bs5 .align-items-xxl-center {
    align-items: center !important; }
  .bs5 .align-items-xxl-baseline {
    align-items: baseline !important; }
  .bs5 .align-items-xxl-stretch {
    align-items: stretch !important; }
  .bs5 .align-content-xxl-start {
    align-content: flex-start !important; }
  .bs5 .align-content-xxl-end {
    align-content: flex-end !important; }
  .bs5 .align-content-xxl-center {
    align-content: center !important; }
  .bs5 .align-content-xxl-between {
    align-content: space-between !important; }
  .bs5 .align-content-xxl-around {
    align-content: space-around !important; }
  .bs5 .align-content-xxl-stretch {
    align-content: stretch !important; }
  .bs5 .align-self-xxl-auto {
    align-self: auto !important; }
  .bs5 .align-self-xxl-start {
    align-self: flex-start !important; }
  .bs5 .align-self-xxl-end {
    align-self: flex-end !important; }
  .bs5 .align-self-xxl-center {
    align-self: center !important; }
  .bs5 .align-self-xxl-baseline {
    align-self: baseline !important; }
  .bs5 .align-self-xxl-stretch {
    align-self: stretch !important; }
  .bs5 .order-xxl-first {
    order: -1 !important; }
  .bs5 .order-xxl-0 {
    order: 0 !important; }
  .bs5 .order-xxl-1 {
    order: 1 !important; }
  .bs5 .order-xxl-2 {
    order: 2 !important; }
  .bs5 .order-xxl-3 {
    order: 3 !important; }
  .bs5 .order-xxl-4 {
    order: 4 !important; }
  .bs5 .order-xxl-5 {
    order: 5 !important; }
  .bs5 .order-xxl-last {
    order: 6 !important; }
  .bs5 .m-xxl-0 {
    margin: 0 !important; }
  .bs5 .m-xxl-1 {
    margin: .25rem !important; }
  .bs5 .m-xxl-2 {
    margin: .5rem !important; }
  .bs5 .m-xxl-3 {
    margin: 1rem !important; }
  .bs5 .m-xxl-4 {
    margin: 1.5rem !important; }
  .bs5 .m-xxl-5 {
    margin: 3rem !important; }
  .bs5 .m-xxl-auto {
    margin: auto !important; }
  .bs5 .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bs5 .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important; }
  .bs5 .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important; }
  .bs5 .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .bs5 .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .bs5 .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .bs5 .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .bs5 .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .bs5 .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important; }
  .bs5 .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .bs5 .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .bs5 .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .bs5 .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .bs5 .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .bs5 .mt-xxl-0 {
    margin-top: 0 !important; }
  .bs5 .mt-xxl-1 {
    margin-top: .25rem !important; }
  .bs5 .mt-xxl-2 {
    margin-top: .5rem !important; }
  .bs5 .mt-xxl-3 {
    margin-top: 1rem !important; }
  .bs5 .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .bs5 .mt-xxl-5 {
    margin-top: 3rem !important; }
  .bs5 .mt-xxl-auto {
    margin-top: auto !important; }
  .bs5 .me-xxl-0 {
    margin-right: 0 !important; }
  .bs5 .me-xxl-1 {
    margin-right: .25rem !important; }
  .bs5 .me-xxl-2 {
    margin-right: .5rem !important; }
  .bs5 .me-xxl-3 {
    margin-right: 1rem !important; }
  .bs5 .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .bs5 .me-xxl-5 {
    margin-right: 3rem !important; }
  .bs5 .me-xxl-auto {
    margin-right: auto !important; }
  .bs5 .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .bs5 .mb-xxl-1 {
    margin-bottom: .25rem !important; }
  .bs5 .mb-xxl-2 {
    margin-bottom: .5rem !important; }
  .bs5 .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .bs5 .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .bs5 .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .bs5 .mb-xxl-auto {
    margin-bottom: auto !important; }
  .bs5 .ms-xxl-0 {
    margin-left: 0 !important; }
  .bs5 .ms-xxl-1 {
    margin-left: .25rem !important; }
  .bs5 .ms-xxl-2 {
    margin-left: .5rem !important; }
  .bs5 .ms-xxl-3 {
    margin-left: 1rem !important; }
  .bs5 .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .bs5 .ms-xxl-5 {
    margin-left: 3rem !important; }
  .bs5 .ms-xxl-auto {
    margin-left: auto !important; }
  .bs5 .p-xxl-0 {
    padding: 0 !important; }
  .bs5 .p-xxl-1 {
    padding: .25rem !important; }
  .bs5 .p-xxl-2 {
    padding: .5rem !important; }
  .bs5 .p-xxl-3 {
    padding: 1rem !important; }
  .bs5 .p-xxl-4 {
    padding: 1.5rem !important; }
  .bs5 .p-xxl-5 {
    padding: 3rem !important; }
  .bs5 .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .bs5 .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important; }
  .bs5 .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }
  .bs5 .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .bs5 .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .bs5 .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .bs5 .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bs5 .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important; }
  .bs5 .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .bs5 .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .bs5 .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .bs5 .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .bs5 .pt-xxl-0 {
    padding-top: 0 !important; }
  .bs5 .pt-xxl-1 {
    padding-top: .25rem !important; }
  .bs5 .pt-xxl-2 {
    padding-top: .5rem !important; }
  .bs5 .pt-xxl-3 {
    padding-top: 1rem !important; }
  .bs5 .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .bs5 .pt-xxl-5 {
    padding-top: 3rem !important; }
  .bs5 .pe-xxl-0 {
    padding-right: 0 !important; }
  .bs5 .pe-xxl-1 {
    padding-right: .25rem !important; }
  .bs5 .pe-xxl-2 {
    padding-right: .5rem !important; }
  .bs5 .pe-xxl-3 {
    padding-right: 1rem !important; }
  .bs5 .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .bs5 .pe-xxl-5 {
    padding-right: 3rem !important; }
  .bs5 .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .bs5 .pb-xxl-1 {
    padding-bottom: .25rem !important; }
  .bs5 .pb-xxl-2 {
    padding-bottom: .5rem !important; }
  .bs5 .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .bs5 .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .bs5 .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .bs5 .ps-xxl-0 {
    padding-left: 0 !important; }
  .bs5 .ps-xxl-1 {
    padding-left: .25rem !important; }
  .bs5 .ps-xxl-2 {
    padding-left: .5rem !important; }
  .bs5 .ps-xxl-3 {
    padding-left: 1rem !important; }
  .bs5 .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .bs5 .ps-xxl-5 {
    padding-left: 3rem !important; }
  .bs5 .text-xxl-start {
    text-align: left !important; }
  .bs5 .text-xxl-end {
    text-align: right !important; }
  .bs5 .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .bs5 .fs-1 {
    font-size: 2.5rem !important; }
  .bs5 .fs-2 {
    font-size: 2rem !important; }
  .bs5 .fs-3 {
    font-size: 1.75rem !important; }
  .bs5 .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .bs5 .d-print-inline {
    display: inline !important; }
  .bs5 .d-print-inline-block {
    display: inline-block !important; }
  .bs5 .d-print-block {
    display: block !important; }
  .bs5 .d-print-grid {
    display: grid !important; }
  .bs5 .d-print-table {
    display: table !important; }
  .bs5 .d-print-table-row {
    display: table-row !important; }
  .bs5 .d-print-table-cell {
    display: table-cell !important; }
  .bs5 .d-print-flex {
    display: flex !important; }
  .bs5 .d-print-inline-flex {
    display: inline-flex !important; }
  .bs5 .d-print-none {
    display: none !important; } }

a {
  color: #fff; }
  a:hover, a:active {
    outline: none !important;
    text-decoration: none  !important;
    cursor: pointer;
    color: #fff; }
  a .red {
    color: #740001; }
    a .red:hover {
      color: #E70003; }
  a .btn {
    color: #fff !important;
    font-size: 20px;
    line-height: 20px !important;
    padding-top: 15px;
    padding-bottom: 13px; }
  a .btn-sm, a .btn-group-sm > .btn {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px !important;
    padding-top: 8px;
    padding-bottom: 8px; }
  a .btn-tiny {
    padding: 4px 12px 5px 12px !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px !important; }

.ytThumbs a:hover {
  text-decoration: none !important; }

.underline {
  text-decoration: underline; }

button {
  font-weight: 700; }

.btn {
  color: #fff !important;
  font-size: 20px;
  line-height: 20px !important;
  padding-top: 15px;
  padding-bottom: 13px; }
  .btn:focus, .btn:active {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.red {
  color: #740001; }
  .red:hover {
    color: #E70003; }

.btn-sm, .btn-group-sm > .btn {
  color: #fff !important;
  font-size: 16px;
  line-height: 20px !important;
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-tiny {
  padding: 4px 12px 5px 12px !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 12px !important; }

.img-fluid,
.crisp {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges; }

.loadImg {
  background-image: url("https://www-ecs.jamplay.com/client/shell/images/icons/load.gif");
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 20%; }

.card-deck .card {
  margin: 0; }

div.card-group div.card-header {
  -webkit-border-radius: 10px 10px 4px 4px !important;
  -moz-border-radius: 10px 10px 4px 4px !important;
  border-radius: 10px 10px 4px 4px !important;
  border: none; }

/*div.modal-header {padding:10px 0 0 0; width:85%; margin:0 auto; border:none;}
div.modal-body {padding:0; width:85%; margin:0 auto; }
div.modal-backdrop.fade {opacity:0}
div.modal-backdrop.show {opacity:.8}*/
.guitar-tools-info-card:hover {
  filter: brightness(150%); }

.fix-column-positioning {
  flex: 1 0 0% !important;
  padding-top: 4rem !important; }

.modal .modal-content {
  border: none !important; }

/* modal videos */
.modal-auto {
  max-width: auto !important;
  width: auto !important;
  height: auto !important;
  max-height: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important; }

.modal-high {
  max-width: 1020px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0px !important; }

.modal-super {
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0px !important; }

.modal-720 {
  max-width: 1660px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important; }

.modal-4k {
  max-width: 1660px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important; }

.modal-high div.free-lesson-video-wrap {
  flex: 0 1 640px; }

.modal-super div.free-lesson-video-wrap {
  flex: 0 1 800px; }

.modal-720 div.free-lesson-video-wrap {
  flex: 0 1 1280px; }

.modal-4k div.free-lesson-video-wrap {
  flex: 0 1 1280px; }

div.free-modal {
  padding-right: 0 !important; }

div.free-modal-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  justify-content: stretch;
  align-content: stretch; }

div.free-header-row {
  flex: 1 1 100%; }

div.free-lesson-video-wrap {
  order: 2;
  padding: 10px 10px; }

div.free-lesson-content-wrap {
  order: 1;
  flex: 0 1 360px;
  min-height: 0px;
  position: relative;
  margin: 10px; }

div.free-lesson-content-wrap div.free-lesson-scrollable {
  flex: 1 1 auto;
  position: absolute;
  height: 100%;
  min-height: 0px;
  padding: 10px 10px 10px 10px;
  overflow: auto; }

@media (max-width: 1670px) {
  .modal-720, .modal-4k {
    max-width: 90% !important; }
  .modal-720 div.free-lesson-video-wrap, .modal-4k div.free-lesson-video-wrap {
    flex: 1 1 auto; }
  div.free-lesson-content-wrap {
    flex: 0 1 350px; } }

@media (max-width: 1370px) {
  .modal-720, .modal-4k {
    max-width: 94% !important; } }

@media (max-width: 1290px) {
  .modal-super {
    max-width: 94% !important; }
  .modal-super div.free-lesson-video-wrap {
    flex: 1 1 auto; } }

@media (max-width: 1050px) {
  .modal-high {
    max-width: 94% !important; }
  .modal-high div.free-lesson-video-wrap {
    flex: 1 1 auto; }
  div.free-lesson-content-wrap {
    flex: 0 1 300px; } }

@media (max-width: 1000px) {
  .modal-high, .modal-super, .modal-720, .modal-4k {
    max-width: 70% !important; }
  div.free-modal div.modal-dialog {
    height: 100%;
    margin: 0 auto !important; }
  div.free-modal div.modal-dialog div.modal-content {
    height: 95%; }
  div.free-modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: start;
    justify-content: start; }
  div.free-header-row {
    flex: 0 1 auto; }
  div.free-lesson-video-wrap {
    flex: 0 0 auto !important; }
  div.free-lesson-content-wrap {
    order: 2;
    flex: 1 1 auto;
    margin: 0px 10px 10px 10px; } }

@media (max-width: 790px) {
  .modal-high, .modal-super, .modal-720, .modal-4k {
    max-width: 95% !important; } }

@media (max-width: 450px) {
  .modal-high, .modal-super, .modal-720, .modal-4k {
    max-width: 100% !important; }
  div.free-modal div.modal-dialog div.modal-content {
    height: 98%; }
  div.free-lesson-video-wrap {
    padding: 0px; } }

.modal-lg {
  max-width: 800px !important; }

.list-group-item {
  background: none;
  border: none; }

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem; }
  .breadcrumb .breadcrumb-item {
    padding: 0 2px !important; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding: 0 2px !important; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      padding: 0 !important;
      display: none;
      content: none !important; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item:active {
      color: #fff; }

.table-dark {
  background-color: #222;
  border-color: #f7dada; }
  .table-dark td,
  .table-dark th {
    border-color: #444; }
  .table-dark thead th {
    border-color: #444; }

input,
select {
  border-radius: 5px;
  padding: 5px 0 3px 4px;
  border: 1px solid #333;
  background: #eee; }
  input .error,
  select .error {
    background-color: #ECB4B5; }

input:focus {
  transition: box-shadow 0.3s, border 0.3s;
  -webkit-box-shadow: 0px 0px 10px 10px #d44646;
  -moz-box-shadow: 0px 0px 10px 2px #d44646;
  border-color: #000;
  outline: none;
  box-shadow: 0px 0px 10px 2px #d44646; }

input .nofucus:focus {
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-color: none;
  outline: none;
  box-shadow: none; }

/* checkout form, modern */
.checkoutModern {
  /* div with a field that has an icon */ }
  .checkoutModern input .form-control,
  .checkoutModern select .form-control {
    height: 3.1rem !important;
    color: #000; }
    .checkoutModern input .form-control:focus,
    .checkoutModern select .form-control:focus {
      border-color: #aaa #888 #888 #888 !important;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45) !important;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .checkoutModern .field-icon {
    top: 1rem;
    left: .7rem; }
  .checkoutModern .input-icon-container {
    position: relative; }
    .checkoutModern .input-icon-container .float-label {
      left: 2.5rem; }
    .checkoutModern .input-icon-container input .form-control {
      padding-left: 2.4rem !important; }

/* class applied when active */
.checkoutModern label.float-label {
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  top: 1rem;
  left: .8rem;
  font-size: .65rem;
  text-transform: uppercase;
  line-height: 1em;
  color: #777; }

.checkoutModern .float-active label.float-label {
  opacity: 1;
  visibility: visible;
  top: .6rem;
  z-index: 10000; }

.checkoutModern .float-active input.form-control, .float-active select.form-control {
  padding-top: 1.15rem; }

.checkoutModern .popover {
  z-index: 100000;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.form-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .form-horizontal li {
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
    position: relative;
    clear: both; }
    .form-horizontal li label {
      display: inline-block;
      width: 47%;
      padding: 0 2% 0 0;
      text-align: right; }
    .form-horizontal li input {
      width: 40%; }
    .form-horizontal li .errorInfo {
      text-align: right !important;
      padding-right: 5%;
      margin: 0 0 5px 0 !important; }
    .form-horizontal li .span {
      display: inline-block;
      margin: 0 auto 5px auto;
      padding: 5px 15px;
      text-align: right !important;
      background: #703B3C;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .form-horizontal li .a {
      color: #FFDF91;
      text-decoration: underline; }
    .form-horizontal li .slick-next:before,
    .form-horizontal li .slick-prev:before {
      font-size: 30px !important;
      color: #960000 !important; }

div.redErrors li.errorInfo span {
  background: #ECB4B5; }

div.redErrors li.errorInfo a {
  color: #970002; }

ul#tabNav li.ui-tabs-active a, ul li.ui-state-active a {
  border-bottom: 1px solid #999 !important;
  border-top: 1px solid #222 !important;
  background: #edecf1;
  line-height: 16px; }

ul#tabNav li a {
  padding: 8px 30px 7px 30px !important;
  line-height: 16px !important;
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #111 !important;
  font-size: 14px !important; }

ul#tabNav li i {
  font-style: normal; }

ul#tabNav li a img {
  display: inline-block !important;
  vertical-align: top !important; }

ul#tabNav.tabs-light li.ui-tabs-active a, ul#tabNav.tabs-light ul li.ui-state-active a {
  background: #ddd !important;
  color: #333 !important;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #444 !important;
  line-height: 16px; }

ul#tabNav.tabs-light li a {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #888 !important;
  background: #edecf1;
  font-size: 14px !important; }

ul#tabNav.tabs-light li i {
  font-style: normal; }

ul#tabNav.tabs-light li a img {
  display: inline-block !important;
  vertical-align: top !important; }

#fixedNav {
  z-index: 1200;
  backface-visibility: hidden;
  height: 75px !important;
  width: 100vw;
  position: fixed !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important; }
  #fixedNav #headerNav #nav {
    position: absolute !important;
    right: auto !important; }
    @media (max-width: 992px) {
      #fixedNav #headerNav #nav {
        top: 20px; } }
    #fixedNav #headerNav #nav #logoContainer {
      position: absolute;
      top: 5px;
      left: 2rem; }
      @media (max-width: 992) {
        #fixedNav #headerNav #nav #logoContainer {
          max-width: 115px !important; } }
  #fixedNav #headerNav .navbar-nav {
    margin-right: 2rem; }
    @media (min-width: 991px) {
      #fixedNav #headerNav .navbar-nav .bt-sm-444 {
        border-top: none !important; } }
    @media (min-width: 992px) {
      #fixedNav #headerNav .navbar-nav .nav-item {
        width: auto !important; } }
    @media (max-width: 1220px) {
      #fixedNav #headerNav .navbar-nav .nav-item {
        font-size: 0.8rem !important; } }

.learn_guitar_shell {
  text-transform: none;
  left: auto;
  margin-left: -1rem !important; }
  @media (max-width: 992px) {
    .learn_guitar_shell {
      margin-left: auto !important; } }

.learn_guitar_dropdown {
  list-style-type: none;
  padding: 0; }
  .learn_guitar_dropdown li {
    margin: 10px 0; }
    .learn_guitar_dropdown li a {
      text-transform: uppercase; }
      .learn_guitar_dropdown li a:hover {
        color: gold;
        text-shadow: 0px 2px 8px gold; }
    .learn_guitar_dropdown li:hover {
      color: gold;
      text-shadow: 0px 2px 8px gold; }

@media (max-width: 767px) {
  #headUpsell p {
    font-size: 1rem !important; }
    #headUpsell p span {
      font-size: inherit !important; } }

#jamplaynav {
  position: fixed;
  width: 100%;
  z-index: 1001; }
  #jamplaynav .navbar {
    background-color: #edecf1; }
    #jamplaynav .navbar .navLogo {
      max-width: 144px; }
      #jamplaynav .navbar .navLogo img {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: -3px; }
    #jamplaynav .navbar .navbar-nav {
      float: none !important; }
      #jamplaynav .navbar .navbar-nav li {
        transition: 0 !important;
        float: left !important;
        NObackground-color: transparent !important; }
        #jamplaynav .navbar .navbar-nav li a {
          font-family: 'aktiv-grotesk';
          font-weight: 300;
          color: #333;
          transition: 0 !important;
          NObackground-color: transparent !important; }
          #jamplaynav .navbar .navbar-nav li a:hover {
            color: #B50E03; 
            background-color:inherit !important;
    }
      #jamplaynav .navbar .navbar-nav .dropdown-menu {
        background-color: #edecf1;
        margin-left: -2.5rem; }
        #jamplaynav .navbar .navbar-nav .dropdown-menu h3, #jamplaynav .navbar .navbar-nav .dropdown-menu .h3 {
          font-family: 'aktiv-grotesk';
          font-weight: normal; }
        #jamplaynav .navbar .navbar-nav .dropdown-menu li a {
          color: #a0a0a0;
          text-decoration: none;
          font-weight: normal; }
          #jamplaynav .navbar .navbar-nav .dropdown-menu li a:hover {
            color: #B50E03; }
    #jamplaynav .navbar .show-search {
      color: #333; }
      #jamplaynav .navbar .show-search:hover {
        color: #B50E03; }
    #jamplaynav .navbar .avatarLink {
      width: 40px;
      height: 40px;
      display: block;
      background-size: cover;
      background-position: center;
      border-radius: 50%; }
    #jamplaynav .navbar * {
      text-shadow: none !important;
      transition: 0 !important; }
  #jamplaynav .mobileMenu {
    background-color: #edecf1; }
    #jamplaynav .mobileMenu h3, #jamplaynav .mobileMenu .h3 {
      font-family: 'aktiv-grotesk';
      font-weight: normal; }
    #jamplaynav .mobileMenu li a {
      color: #a0a0a0;
      text-decoration: none;
      font-weight: normal;
      font-family: 'aktiv-grotesk';
      NObackground: transparent !important; }
      #jamplaynav .mobileMenu li a:hover {
        color: #B50E03; }
  #jamplaynav .searchContainer a:first-of-type {
    color: #B50E03; }
  #jamplaynav .searchContainer a:last-of-type {
    text-decoration: none; }
  #jamplaynav .searchContainer input {
    NObackground-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #B50E03;
    color: #333; }

.ctr-override,
#jamplayHomepage {
  padding-top: 90px !important; }

.containerPad {
  padding-top: 15px !important; }

.feature_icon {
  display: flex;
  flex-direction: column;
  align-items: center; }

.jw-state-idle .jw-icon-display::before {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }

.fb_iframe_widget span {
  vertical-align: top !important; }

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; } }

.navbar .megamenu {
  max-width: 65%;
  left: auto !important;
  right: auto !important;
  top: 70px;
  /* ============ desktop view ============ */ }
  @media all and (min-width: 992px) {
    .navbar .megamenu {
      width: 100% !important;
      margin-top: 0 !important; } }

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto !important;
    max-height: 90vh !important;
    margin-top: 10px !important; } }

/* ============ mobile view .end// ============ */
.global-hero .fa-angle-right,
.global-hero .fa-angle-left,
.global-hero .dot {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #212529; }

.global-hero .fa-angle-left,
.global-hero .fa-angle-right {
  -webkit-text-fill-color: white; }

p, header, section, label {
  padding: 0;
  margin: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h1, .h2, .h3, .h4 {
  padding: 0;
  margin: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 0 !important;
  padding-right: 0px !important; }

.pointer {
  cursor: pointer; }

.blurred {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(2px); }

.blurred-5 {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.blurred-10 {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.blurred-15 {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px); }

@media (max-width: 991px) {
  .blurred,
  .blurred-5,
  .blurred-10,
  .blurred-15 {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none; } }

#pageContent {
  overflow-x: hidden; }
  @media (max-width: 991px) {
    #pageContent {
      opacity: 1 !important; } }
  #pageContent .content_col .shell-page,
  #pageContent .content_col #jamplay_footer {
	  text-shadow:none !important;
    width: 100vw; }

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	ANIMATION
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.modalBundleHeaderDefault, .productPanel, .productTitleBar, .staticPrice {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.animate-all {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  animation-fill-mode: forwards; }

.animate-all-2 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  animation-fill-mode: forwards; }

.animate-all-1 {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  animation-fill-mode: forwards; }

.blip {
  animation: blip  .9s  ease-in-out 1;
  animation-fill-mode: forwards; }

@media (max-width: 575px) {
  .blipper-num {
    top: -30px !important; } }

.fadeIn {
  animation: fadeIn  1s  ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s; }

.sauce {
  opacity: 0; }

.saucey-text {
  animation: saucey 2.0s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  opacity: 0; }

.fader {
  opacity: 0;
  animation-delay: .3s; }

.rotating {
  animation: rotate 2.0s ease-in-out 1;
  animation-delay: 0.4s;
  animation-fill-mode: forwards; }

.rotater {
  transform: rotate(180deg); }

.pulse-continuous {
  animation: pulseContinous  1s  ease-in-out infinite;
  animation-fill-mode: forwards; }

.card-hover:hover .card-hover-element, .card-hover:active .card-hover-element {
  animation: cardHover 0.25s ease-in-out 1 0s forwards; }

.bgFadeIn {
  animation: bgFadeIn 1.2s ease-in-out 0s 1 forwards;
  opacity: 0; }

@keyframes bgFadeIn {
  0% {
    transform: translatey(0px) scale(1.3);
    opacity: 0; }
  80% {
    opacity: 0.5;
    transform: translatey(0px) scale(0.99); }
  100% {
    opacity: 1.0;
    transform: translatey(0px) scale(1); } }

@keyframes cardHover {
  100% {
    transform: scale(1.04); } }

@keyframes pulseContinous {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1.6); }
  100% {
    transform: scale(0.9); } }

@keyframes rotate {
  0% {
    transform: rotate(180deg); }
  70% {
    transform: rotate(-40deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes saucey {
  0% {
    opacity: 0.0;
    transform: translatey(-30px) scale(1);
    color: #888; }
  30% {
    opacity: 0.7;
    transform: translatey(5px) scale(1); }
  70% {
    opacity: 1.0;
    transform: translatey(0px) scale(1);
    color: #FFE199; }
  100% {
    opacity: 1.0;
    transform: translatey(0px) scale(1);
    color: #fff; } }

@keyframes blip {
  0% {
    transform: translatey(0px) rotate(0deg) scale(1); }
  40% {
    transform: translatey(-15px) rotate(3deg) scale(1.35); }
  100% {
    transform: translatey(0px) rotate(0deg) scale(1); } }

@keyframes fadeIn {
  0% {
    transform: translatey(-25px) scale(0.4); }
  80% {
    transform: translatey(35px) scale(1);
    opacity: 0.3; }
  /*  filter:blur(12px)*/
  95% {
    transform: translatey(0px) scale(1);
    opacity: 1; }
  100% {
    transform: translatey(0px) scale(1);
    opacity: 1; }
  /* filter:blur(0px) */ }

#phpErrors {
  background: #7C0002; }

#phpErrors ul {
  padding: 5px;
  width: 90%;
  margin: 0 0 0 10%;
  list-style-type: circle; }

#phpErrors li {
  padding: 2px 0;
  margin: 0;
  font-size: 0.95em; }

/*----------------------------------------------------------------------------------------------------------------------
	STRUCTURE
---------------------------------------------------------------------------------------------------------------------- */
.flex-0-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.flex-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.flex-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.col-fixed-525px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 525px;
  -ms-flex: 0 0 525px;
  flex: 0 0  525px;
  max-width: 525px; }

.col-fixed-500px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 500px;
  -ms-flex: 0 0 500px;
  flex: 0 0  500px;
  max-width: 500px; }

.col-fixed-300px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0  300px;
  max-width: 300px; }

.col-fixed-270px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0  270px;
  max-width: 270px; }

.col-fixed-240px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0  240px;
  max-width: 240px; }

.col-full-auto {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.w-5px {
  width: 5px; }

.w-10px {
  width: 10px; }

.w-15px {
  width: 15px; }

.w-20px {
  width: 20px; }

.w-25px {
  width: 25px; }

.w-30px {
  width: 30px; }

.w-40px {
  width: 40px; }

.w-50px {
  width: 50px; }

.w-60px {
  width: 60px; }

.w-75px {
  width: 75px; }

.w-80px {
  width: 80px; }

.w-100px {
  width: 100px; }

.w-125px {
  width: 125px; }

.w-150px {
  width: 150px; }

.w-175px {
  width: 175px; }

.w-180px {
  width: 180px; }

.w-200px {
  width: 200px; }

.w-225px {
  width: 225px; }

.w-250px {
  width: 250px; }

.w-275px {
  width: 275px; }

.w-300px {
  width: 300px; }

.w-325px {
  width: 325px; }

.w-350px {
  width: 350px; }

.w-400px {
  width: 400px; }

.w-450px {
  width: 450px; }

.w-475px {
  width: 475px; }

.w-500px {
  width: 500px; }

.w-550px {
  width: 550px; }

.w-600px {
  width: 600px; }

.w-650px {
  width: 650px; }

.w-675px {
  width: 675px; }

.w-700px {
  width: 700px; }

.w-750px {
  width: 750px; }

.w-800px {
  width: 800px; }

.w-850px {
  width: 850px; }

.w-900px {
  width: 900px; }

.w-950px {
  width: 950px; }

.w-1000px {
  width: 1000px; }

.w-1050px {
  width: 1050px; }

.w-1100px {
  width: 1100px; }

.w-1150px {
  width: 1150px; }

.w-1200px {
  width: 1200px; }

.w-1250px {
  width: 1250px; }

.w-1280px {
  width: 1280px; }

.w-1300px {
  width: 1300px; }

.w-1350px {
  width: 1350px; }

.w-1400px {
  width: 1400px; }

.w-1450px {
  width: 1450px; }

.w-1500px {
  width: 1500px; }

.w-1550px {
  width: 1550px; }

.w-1600px {
  width: 1600px; }

.w-5 {
  width: 5%; }

.w-10 {
  width: 10%; }

.w-12 {
  width: 12%; }

.w-13 {
  width: 13%; }

.w-15 {
  width: 15%; }

.w-17 {
  width: 17%; }

.w-18 {
  width: 18%; }

.w-20 {
  width: 20%; }

.w-25p {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-48 {
  width: 48%; }

.w-49 {
  width: 49%; }

.w-50 {
  width: 50%; }

.w-50p {
  width: 50%; }

.w-53 {
  width: 53%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.w-75p {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-95 {
  width: 95%; }

.w-96 {
  width: 96%; }

.w-97 {
  width: 97%; }

.w-98 {
  width: 98%; }

.w-99 {
  width: 99%; }

.w-100p {
  width: 100%; }

.w-auto {
  width: auto; }

.w-jm-auto {
  width: auto; }

.h-10p {
  height: 10%; }

.h-15p {
  height: 15%; }

.h-20p {
  height: 20%; }

.h-25p {
  height: 25%; }

.h-30p {
  height: 30%; }

.h-35p {
  height: 35%; }

.h-40p {
  height: 40%; }

.h-45p {
  height: 45%; }

.h-50p {
  height: 50%; }

.h-75p {
  height: 75%; }

.h-80p {
  height: 80%; }

.h-90p {
  height: 90%; }

.h-100p {
  height: 100%; }

.h-3px {
  height: 3px; }

.h-5px {
  height: 5px; }

.h-10px {
  height: 10px; }

.h-15px {
  height: 15px; }

.h-20px {
  height: 20px; }

.h-25px {
  height: 25px; }

.h-30px {
  height: 30px; }

.h-35px {
  height: 35px; }

.h-40px {
  height: 40px; }

.h-45px {
  height: 45px; }

.h-50px {
  height: 50px; }

.h-60px {
  height: 60px; }

.h-75px {
  height: 75px; }

.h-100px {
  height: 100px; }

.h-110px {
  height: 110px; }

.h-125px {
  height: 125px; }

.h-150px {
  height: 150px; }

.h-175px {
  height: 175px; }

.h-200px {
  height: 200px; }

.h-225px {
  height: 225px; }

.h-250px {
  height: 250px; }

.h-275px {
  height: 275px; }

.h-300px {
  height: 300px; }

.h-325px {
  height: 325px; }

.h-350px {
  height: 350px; }

.h-400px {
  height: 400px; }

.h-425px {
  height: 425px; }

.h-450px {
  height: 450px; }

.h-475px {
  height: 475px; }

.h-500px {
  height: 500px; }

.h-550px {
  height: 550px; }

.h-600px {
  height: 600px; }

.h-650px {
  height: 650px; }

.h-700px {
  height: 700px; }

.h-750px {
  height: 750px; }

.h-800px {
  height: 800px; }

.h-850px {
  height: 850px; }

.h-900px {
  height: 900px; }

.h-950px {
  height: 950px; }

.h-1000px {
  height: 1000px; }

.h-1050px {
  height: 1050px; }

.h-auto {
  height: auto; }

.mw-100p {
  min-width: 100%; }

.mw-300px {
  min-width: 300px; }

.mw-250px {
  min-width: 250px; }

.mw-200px {
  min-width: 200px; }

.mw-175px {
  min-width: 175px; }

.mw-150px {
  min-width: 150px; }

.maxw-100p {
  max-width: 100%; }

.maxw-300px {
  max-width: 300px; }

.maxw-250px {
  max-width: 250px; }

.maxw-200px {
  max-width: 200px; }

.mh-100p {
  min-height: 100%; }

.mh-1000px {
  min-height: 1000px; }

.mh-950px {
  min-height: 950px; }

.mh-900px {
  min-height: 900px; }

.mh-800px {
  min-height: 800px; }

.mh-700px {
  min-height: 700px; }

.mh-400px {
  min-height: 400px; }

.mh-200px {
  min-height: 200px; }

.over-hidden {
  overflow: hidden; }

.over-visible {
  overflow: visible; }

.offset-1p {
  margin-left: 1%; }

.offset-2p {
  margin-left: 2%; }

.offset-3p {
  margin-left: 3%; }

.offset-4p {
  margin-left: 4%; }

.offset-5p {
  margin-left: 5%; }

.offset-7p {
  margin-left: 7%; }

.offset-10p {
  margin-left: 10%; }

.offset-15p {
  margin-left: 15%; }

.offset-17p {
  margin-left: 17%; }

.offset-19p {
  margin-left: 19%; }

.offset-20p {
  margin-left: 20%; }

.offset-25p {
  margin-left: 25%; }

.offset-30p {
  margin-left: 30%; }

.offset-35p {
  margin-left: 35%; }

.offset-40p {
  margin-left: 40%; }

.offset-45p {
  margin-left: 45%; }

.offset-50p {
  margin-left: 50%; }

.offset-55p {
  margin-left: 55%; }

.offset-60p {
  margin-left: 60%; }

.offset-65p {
  margin-left: 65%; }

.offset-70p {
  margin-left: 70%; }

.offset-75p {
  margin-left: 75%; }

.offset-80p {
  margin-left: 80%; }

.offset-85p {
  margin-left: 85%; }

.offset-90p {
  margin-left: 90%; }

.offset-95p {
  margin-left: 95%; }

.offset-auto {
  margin-left: auto;
  margin-right: auto; }

/*----------------------------------------------------------------------------------------------------------------------
	POSITIONING
---------------------------------------------------------------------------------------------------------------------- */
.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.pos-fixed {
  position: fixed; }

.pos-static {
  position: static; }

.pos-t-80p {
  top: 80%; }

.pos-t-75p {
  top: 75%; }

.pos-t-70p {
  top: 70%; }

.pos-t-60p {
  top: 60%; }

.pos-t-50p {
  top: 50%; }

.pos-t-40p {
  top: 40%; }

.pos-t-30p {
  top: 30%; }

.pos-t-25p {
  top: 25%; }

.pos-t-20p {
  top: 20%; }

.pos-t-15p {
  top: 15%; }

.pos-t-10p {
  top: 10%; }

.pos-t-5p {
  top: 5%; }

.pos-t-300 {
  top: 300px; }

.pos-t-250 {
  top: 250px; }

.pos-t-225 {
  top: 225px; }

.pos-t-200 {
  top: 200px; }

.pos-t-175 {
  top: 175px; }

.pos-t-150 {
  top: 150px; }

.pos-t-125 {
  top: 125px; }

.pos-t-100 {
  top: 100px; }

.pos-t-75 {
  top: 75px; }

.pos-t-70 {
  top: 70px; }

.pos-t-60 {
  top: 60px; }

.pos-t-50 {
  top: 50px; }

.pos-t-40 {
  top: 40px; }

.pos-t-30 {
  top: 30px; }

.pos-t-25px {
  top: 25px; }

.pos-t-20 {
  top: 20px; }

.pos-t-10 {
  top: 10px; }

.pos-t-5 {
  top: 5px; }

.pos-t-0 {
  top: 0px; }

.pos-l-50p {
  left: 50%; }

.pos-l-40p {
  left: 40%; }

.pos-l-30p {
  left: 30%; }

.pos-l-20p {
  left: 20%; }

.pos-l-15p {
  left: 15%; }

.pos-l-10p {
  left: 10%; }

.pos-l-5p {
  left: 5%; }

.pos-l-50 {
  left: 50px; }

.pos-l-40 {
  left: 40px; }

.pos-l-30 {
  left: 30px; }

.pos-l-20 {
  left: 20px; }

.pos-l-10 {
  left: 10px; }

.pos-l-0 {
  left: 0px; }

.pos-l-auto {
  left: auto; }

.pos-b-90 {
  bottom: 90px; }

.pos-b-80 {
  bottom: 80px; }

.pos-b-70 {
  bottom: 70px; }

.pos-b-60 {
  bottom: 60px; }

.pos-b-50 {
  bottom: 50px; }

.pos-b-40 {
  bottom: 40px; }

.pos-b-30 {
  bottom: 30px; }

.pos-b-20 {
  bottom: 20px; }

.pos-b-10 {
  bottom: 10px; }

.pos-b-5 {
  bottom: 5px; }

.pos-b-0 {
  bottom: 0px; }

.pos-b-90p {
  bottom: 90%; }

.pos-b-80p {
  bottom: 80%; }

.pos-b-70p {
  bottom: 70%; }

.pos-b-60p {
  bottom: 60%; }

.pos-b-50p {
  bottom: 50%; }

.pos-b-40p {
  bottom: 40%; }

.pos-b-30p {
  bottom: 30%; }

.pos-b-20p {
  bottom: 20%; }

.pos-b-10p {
  bottom: 10%; }

.pos-b-5p {
  bottom: 5%; }

.pos-b-0p {
  bottom: 0%; }

.pos-r-50 {
  right: 50px; }

.pos-r-40 {
  right: 40px; }

.pos-r-30 {
  right: 30px; }

.pos-r-20 {
  right: 20px; }

.pos-r-10 {
  right: 10px; }

.pos-r-5 {
  right: 5px; }

.pos-r-0 {
  right: 0px; }

.pos-r-auto {
  right: auto; }

.pos-r-50p {
  right: 50%; }

.pos-r-40p {
  right: 40%; }

.pos-r-30p {
  right: 30%; }

.pos-r-20p {
  right: 20%; }

.pos-r-15p {
  right: 15%; }

.pos-r-10p {
  right: 10%; }

.pos-r-5p {
  right: 5%; }

.pos-r-4p {
  right: 4%; }

.pos-r-3p {
  right: 3%; }

.pos-r-2p {
  right: 2%; }

.pos-r-1p {
  right: 1%; }

.pos-r-0 {
  right: 0px; }

.z-25 {
  z-index: 25; }

.z-50 {
  z-index: 50; }

.z-100 {
  z-index: 100; }

.z-200 {
  z-index: 200; }

.z-300 {
  z-index: 300; }

.z-400 {
  z-index: 400; }

.z-500 {
  z-index: 500; }

.z-600 {
  z-index: 600; }

.z-700 {
  z-index: 700; }

.z-800 {
  z-index: 800; }

.z-900 {
  z-index: 900; }

.z-1000 {
  z-index: 1000; }

.z-1100 {
  z-index: 1100; }

.pt-300 {
  padding-top: 300px; }

.pb-150 {
  padding-bottom: 150px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

/*----------------------------------------------------------------------------------------------------------------------
	SHADOWS
---------------------------------------------------------------------------------------------------------------------- */
.shadow-strong-0 {
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75); }

.shadow-medium {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75); }

.shadow-medium2 {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75); }

.shadow-medium-0 {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75); }

.shadow-light {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.shadow-light2 {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2); }

.shadow-light3 {
  -webkit-box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.35); }

.shadow-light-0 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }

.shadow-inner {
  -webkit-box-shadow: inset 0px 12px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 12px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 35px 5px rgba(0, 0, 0, 0.75); }

.shadow-inner-light {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -3px 15px 0px rgba(0, 0, 0, 0.5); }

.shadow-inner-light2 {
  -webkit-box-shadow: inset 0px 12px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 12px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }

.shadow-inner-light3 {
  -webkit-box-shadow: inset 0px 12px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 12px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.4); }

.shadow-inner-strong2 {
  -webkit-box-shadow: inset 0px 0px 75px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 75px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px 0px 75px 10px rgba(0, 0, 0, 0.9); }

.shadow-inner-btn {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75); }

.shadow-img {
  -webkit-filter: drop-shadow(3px 5px 1px #222);
  filter: drop-shadow(3px 5px 1px #222); }

.shadow-img1 {
  -webkit-filter: drop-shadow(0px 1px 1px #000);
  filter: drop-shadow(0px 1px 1px #000); }

.shadow-img2 {
  -webkit-filter: drop-shadow(0px 8px 4px #000);
  filter: drop-shadow(0px 8px 4px #000); }

.shadow-img3 {
  -webkit-filter: drop-shadow(0px 15px 20px #000);
  filter: drop-shadow(0px 15px 20px #000); }

.shadow-img4 {
  -webkit-filter: drop-shadow(0px 10px 10px #333);
  filter: drop-shadow(0px 10px 10px #333); }

.shadow-img5 {
  -webkit-filter: drop-shadow(0px 10px 15px #111);
  filter: drop-shadow(0px 10px 15px #111); }

.shadow-img-light {
  -webkit-filter: drop-shadow(0px 6px 5px #888);
  filter: drop-shadow(0px 6px 5px #888); }

.text-shadow {
  text-shadow: 2px 2px 4px black; }

.text-shadow2 {
  text-shadow: 5px 6px 10px black; }

.text-shadow3 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); }

.text-shadow4 {
  text-shadow: 8px 8px 20px rgba(0, 0, 0, 0.6); }

.text-shadow5 {
  text-shadow: 0px 1px 1px #222; }

.text-shadow6 {
  text-shadow: 2px 5px 1px rgba(0, 0, 0, 0.15); }

.text-shadow-fine {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

.text-bevel-fff {
  text-shadow: 0px 1px 0px #fff; }

.text-bevel-ccc {
  text-shadow: 0px 1px 0px #ccc; }

.text-bevel-ddd {
  text-shadow: 0px 1px 0px #ddd; }

.text-bevel-eee {
  text-shadow: 0px 1px 0px #eee; }

.text-bevel-aaa {
  text-shadow: 0px 1px 0px #aaa; }

.text-bevel-none {
  text-shadow: none; }

/*----------------------------------------------------------------------------------------------------------------------
	FONT
---------------------------------------------------------------------------------------------------------------------- */
.nunito, .nunito input, .nunito select, .nunito button {
  font-family: 'Nunito Sans', sans-serif;
  font-display: block; }

.allura {
  font-family: 'Allura', serif;
  font-display: block; }

.ruthie {
  font-family: 'Ruthie', cursive;
  font-display: block; }

.dafoe {
  font-family: 'Mr Dafoe', cursive;
  font-display: block; }

.lato {
  font-family: 'Lato', sans-serif;
  font-display: block; }

.garamond {
  font-family: 'EB Garamond', serif;
  font-display: block; }

.fs-170 {
  font-size: 170px; }

.fs-160 {
  font-size: 160px; }

.fs-150 {
  font-size: 150px; }

.fs-140 {
  font-size: 140px; }

.fs-130 {
  font-size: 130px; }

.fs-120 {
  font-size: 120px; }

.fs-110 {
  font-size: 110px; }

.fs-125 {
  font-size: 105px;
  line-height: 1em; }

.fs-100 {
  font-size: 100px;
  line-height: 1em; }

.fs-90 {
  font-size: 90px; }

.fs-80 {
  font-size: 80px; }

.fs-70 {
  font-size: 70px; }

.fs-60 {
  font-size: 60px; }

.fs-50 {
  font-size: 50px; }

.fs-46 {
  font-size: 46px; }

.fs-40 {
  font-size: 40px; }

.fs-36 {
  font-size: 36px; }

.fs-34 {
  font-size: 34px; }

.fs-32 {
  font-size: 32px; }

.fs-30 {
  font-size: 30px; }

.fs-26 {
  font-size: 26px; }

.fs-24 {
  font-size: 24px; }

.fs-22 {
  font-size: 22px; }

.fs-20 {
  font-size: 20px; }

.fs-18 {
  font-size: 18px; }

.fs-16 {
  font-size: 16px;
  line-height: 21px; }

.fs-15 {
  font-size: 15px;
  line-height: 19px; }

.fs-14 {
  font-size: 14px;
  line-height: 18px; }

.fs-13 {
  font-size: 13px; }

.fs-12 {
  font-size: 12px;
  line-height: 16px; }

.fs-11 {
  font-size: 11px;
  line-height: 14px; }

.fs-10 {
  font-size: 10px;
  line-height: 14px; }

.fs-24-static {
  font-size: 24px; }

.fs-18-static {
  font-size: 18px; }

.fs-16-static {
  font-size: 16px; }

.fs-15-static {
  font-size: 15px; }

.fs-14-static {
  font-size: 14px; }

.fs-12-static {
  font-size: 12px !important; }

.fs-10vw {
  font-size: 10vw; }

.fs-95vw {
  font-size: 9.5vw; }

.fs-9vw {
  font-size: 9vw; }

.fs-85vw {
  font-size: 8.5vw; }

.fs-8vw {
  font-size: 8vw; }

.fs-75vw {
  font-size: 7.5vw; }

.fs-7vw {
  font-size: 7vw; }

.fs-65vw {
  font-size: 6.5vw; }

.fs-6vw {
  font-size: 6vw; }

.fs-55vw {
  font-size: 5.5vw; }

.fs-5vw {
  font-size: 5vw; }

.fs-45vw {
  font-size: 4.5vw; }

.fs-4vw {
  font-size: 4vw; }

.fs-35vw {
  font-size: 3.5vw; }

.fs-3vw {
  font-size: 3vw; }

.fs-25vw {
  font-size: 2.5vw; }

.fs-2vw {
  font-size: 2vw; }

.fs-15vw {
  font-size: 1.5vw; }

.fs-1vw {
  font-size: 1vw; }

.fs-bigger {
  font-size: 1.2em; }

.fs-11x {
  font-size: 1.1em; }

.fs-12x {
  font-size: 1.2em; }

.fs-13x {
  font-size: 1.3em; }

.fs-14x {
  font-size: 1.4em; }

.fs-15x {
  font-size: 1.5em; }

.fs-175x {
  font-size: 1.75em; }

.fs-2x {
  font-size: 2em; }

.fs-25x {
  font-size: 2.5em; }

.fs-3x {
  font-size: 3em; }

.lh-1 {
  line-height: 1em; }

.lh-11 {
  line-height: 1.1em; }

.lh-12 {
  line-height: 1.2em; }

.lh-13 {
  line-height: 1.3em; }

.lh-14 {
  line-height: 1.4em; }

.lh-15 {
  line-height: 1.5em; }

.lh-16 {
  line-height: 1.6em; }

.lh-17 {
  line-height: 1.7em; }

.lh-18 {
  line-height: 1.8em; }

.lh-19 {
  line-height: 1.9em; }

.lh-20 {
  line-height: 2.0em; }

.lh-22 {
  line-height: 2.2em; }

.fw-700 {
  font-weight: 700 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-100 {
  font-weight: 100 !important; }

.text-tracked {
  letter-spacing: 0.5em; }

.text-tracked-1 {
  letter-spacing: 0.1em; }

.text-tracked-2 {
  letter-spacing: 0.2em; }

.text-tracked-3 {
  letter-spacing: 0.3em; }

.text-tracked-4 {
  letter-spacing: 0.4em; }

.text-tracked-5 {
  letter-spacing: 0.5em; }

.text-untracked {
  letter-spacing: 0em; }

.text-smaller {
  font-size: 0.9em; }

.text-rotate-5 {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.text-rotate-3 {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.text-rotate-2 {
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.rotate-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.flip-horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/ }

.aaa, a.aaa {
  color: #aaa !important; }

.bbb, a.bbb {
  color: #aaa !important; }

.ccc, a.ccc {
  color: #ccc !important; }

.ddd, a.ddd {
  color: #ccc !important; }

.eee, a.eee {
  color: #eee !important; }

.fff, a.fff {
  color: #fff !important; }

.fc-000 {
  color: #000; }

.fc-111 {
  color: #111; }

.fc-222 {
  color: #222; }

.fc-333 {
  color: #333; }

.fc-444 {
  color: #444; }

.fc-555 {
  color: #555; }

.fc-666 {
  color: #666; }

.fc-777 {
  color: #777; }

.fc-888 {
  color: #888; }

.fc-999 {
  color: #999; }

.fc-red {
  color: #A30002; }

.yellow, a.yellow {
  color: #E3C970; }

.yellow-light, a.yellow-light {
  color: #c1b7a2; }

.yellow2, a.yellow2 {
  color: #FDEC4F; }

.blue, a.blue {
  color: #E4E6FF; }

.purple, a.purple {
  color: #51517E; }

.blue-light, a.blue-light {
  color: #93C8F9; }

.blue-dark, a.blue-dark {
  color: #0439c0; }

.green, a.green {
  color: #009C25; }

.green-light, a.green-light {
  color: #9ee3a6; }

.yellow, a.yellow {
  color: #E3C970; }

.yellow-light, a.yellow-light {
  color: #e3dc9e; }

.orange-light, a.orange-light {
  color: #ffb45a; }

.orange, a.orange {
  color: #9c6300; }

.teal, a.teal {
  color: #09a2a8; }

.peach, a.peach {
  color: #c1b7a2; }

.red-light, a.red-light {
  color: #F39092; }

.red {
  color: #7A0002; }

.strike {
  text-decoration: line-through; }

.serif {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }

/*----------------------------------------------------------------------------------------------------------------------
	BORDERS
---------------------------------------------------------------------------------------------------------------------- */
.rounded {
  -webkit-border-radius: 50%  !important;
  -moz-border-radius: 50%  !important;
  border-radius: 50%  !important; }

.rounded-0 {
  -webkit-border-radius: 0  !important;
  -moz-border-radius: 0  !important;
  border-radius: 0  !important; }

.rounded-5 {
  -webkit-border-radius: 5px  !important;
  -moz-border-radius: 5px  !important;
  border-radius: 5px  !important; }

.rounded-10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }

.rounded-15 {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important; }

.rounded-25 {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important; }

.rounded-15-tl {
  -webkit-border-radius: 15px 0 0 0 !important;
  -moz-border-radius: 15px 0 0 0 !important;
  border-radius: 15px 0 0 0 !important; }

/* top left, top right, bottom right, bottom left. */
.rounded-15-tr {
  -webkit-border-radius: 0 15px 0 0 !important;
  -moz-border-radius: 0 15px 0 0 !important;
  border-radius: 0 15px 0 0 !important; }

.rounded-15-tl-tr {
  -webkit-border-radius: 15px 15px 0 0 !important;
  -moz-border-radius: 15px 15px 0 0 !important;
  border-radius: 15px 15px 0 0 !important; }

.rounded-15-tl-bl {
  -webkit-border-radius: 15px 0 0 15px !important;
  -moz-border-radius: 15px 0 0 15px !important;
  border-radius: 15px 0 0 15px !important; }

.rounded-15-tr-bl {
  -webkit-border-radius: 0 15px 0 15px !important;
  -moz-border-radius: 0 15px 0 15px !important;
  border-radius: 0 15px 0 15px !important; }

.rounded-15-tr-br {
  -webkit-border-radius: 0 15px 15px 0 !important;
  -moz-border-radius: 0 15px 15px 0 !important;
  border-radius: 0 15px 15px 0 !important; }

.rounded-15-br-bl {
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
  border-radius: 0 0 15px 15px !important; }

.rounded-25-tl-tr {
  -webkit-border-radius: 25px 25px 0 0 !important;
  -moz-border-radius: 25px 25px 0 0 !important;
  border-radius: 25px 25px 0 0 !important; }

.rounded-25-tl {
  -webkit-border-radius: 25px 0 0 0 !important;
  -moz-border-radius: 25px 0 0 0 !important;
  border-radius: 25px 0 0 0 !important; }

/* top left, top right, bottom right, bottom left. */
.rounded-25-tr {
  -webkit-border-radius: 0 25px 0 0 !important;
  -moz-border-radius: 0 25px 0 0 !important;
  border-radius: 0 25px 0 0 !important; }

.b-none {
  border: none !important; }

.b-000 {
  border: 1px solid #000; }

.b-111 {
  border: 1px solid #111; }

.b-222 {
  border: 1px solid #222; }

.b-333 {
  border: 1px solid #333; }

.b-444 {
  border: 1px solid #444; }

.b-555 {
  border: 1px solid #555; }

.b-666 {
  border: 1px solid #666; }

.b-777 {
  border: 1px solid #777; }

.b-888 {
  border: 1px solid #888; }

.b-999 {
  border: 1px solid #999; }

.b-fff {
  border: 1px solid #fff; }

.b-eee {
  border: 1px solid #eee; }

.b-ddd {
  border: 1px solid #ddd; }

.b-ccc {
  border: 1px solid #ccc; }

.b-bbb {
  border: 1px solid #bbb; }

.b-aaa {
  border: 1px solid #aaa; }

.b-red {
  border: 1px solid #C70003; }

.bt-000 {
  border-top: 1px solid #000; }

.bt-111 {
  border-top: 1px solid #111; }

.bt-222 {
  border-top: 1px solid #222; }

.bt-333 {
  border-top: 1px solid #333; }

.bt-444 {
  border-top: 1px solid #444; }

.bt-555 {
  border-top: 1px solid #555; }

.bt-666 {
  border-top: 1px solid #666; }

.bt-777 {
  border-top: 1px solid #777; }

.bt-888 {
  border-top: 1px solid #888; }

.bt-999 {
  border-top: 1px solid #999; }

.bt-aaa {
  border-top: 1px solid #aaa; }

.bt-eee {
  border-top: 1px solid #eee; }

.bt-ccc {
  border-top: 1px solid #ccc; }

.bt-fff {
  border-top: 1px solid #fff; }

.bb-000 {
  border-bottom: 1px solid #000; }

.bb-111 {
  border-bottom: 1px solid #111; }

.bb-222 {
  border-bottom: 1px solid #222; }

.bb-333 {
  border-bottom: 1px solid #333; }

.bb-444 {
  border-bottom: 1px solid #444; }

.bb-555 {
  border-bottom: 1px solid #555; }

.bb-666 {
  border-bottom: 1px solid #666; }

.bb-777 {
  border-bottom: 1px solid #777; }

.bb-888 {
  border-bottom: 1px solid #888; }

.bb-999 {
  border-bottom: 1px solid #999; }

.bb-fff {
  border-bottom: 1px solid #fff; }

.bb-eee {
  border-bottom: 1px solid #eee; }

.bb-ddd {
  border-bottom: 1px solid #ddd; }

.bb-ccc {
  border-bottom: 1px solid #ccc; }

.bb-bbb {
  border-bottom: 1px solid #bbb; }

.bb-aaa {
  border-bottom: 1px solid #aaa; }

.br-000 {
  border-right: 1px solid #000; }

.br-111 {
  border-right: 1px solid #111; }

.br-222 {
  border-right: 1px solid #222; }

.br-333 {
  border-right: 1px solid #333; }

.br-444 {
  border-right: 1px solid #444; }

.br-555 {
  border-right: 1px solid #555; }

.br-666 {
  border-right: 1px solid #666; }

.br-777 {
  border-right: 1px solid #777; }

.br-888 {
  border-right: 1px solid #888; }

.br-999 {
  border-right: 1px solid #999; }

.br-fff {
  border-right: 1px solid #fff; }

.br-eee {
  border-right: 1px solid #eee; }

.br-ddd {
  border-right: 1px solid #ddd; }

.br-ccc {
  border-right: 1px solid #ccc; }

.br-bbb {
  border-right: 1px solid #bbb; }

.br-aaa {
  border-right: 1px solid #aaa; }

.bl-000 {
  border-left: 1px solid #000; }

.bl-111 {
  border-left: 1px solid #111; }

.bl-222 {
  border-left: 1px solid #222; }

.bl-333 {
  border-left: 1px solid #333; }

.bl-444 {
  border-left: 1px solid #444; }

.bl-555 {
  border-left: 1px solid #555; }

.bl-666 {
  border-left: 1px solid #666; }

.bl-777 {
  border-left: 1px solid #777; }

.bl-888 {
  border-left: 1px solid #888; }

.bl-999 {
  border-left: 1px solid #999; }

.bl-fff {
  border-left: 1px solid #fff; }

.bl-eee {
  border-left: 1px solid #eee; }

.bl-ddd {
  border-left: 1px solid #ddd; }

.bl-ccc {
  border-left: 1px solid #ccc; }

.bl-bbb {
  border-left: 1px solid #bbb; }

.bl-aaa {
  border-left: 1px solid #aaa; }

/*----------------------------------------------------------------------------------------------------------------------
	BACKGROUND
---------------------------------------------------------------------------------------------------------------------- */
.bg-none {
  background: none !important; }

.bg-000 {
  background-color: #000; }

.bg-111 {
  background-color: #111; }

.bg-161 {
  background-color: #161616; }

.bg-222 {
  background-color: #222; }

.bg-252 {
  background-color: #252525; }

.bg-333 {
  background-color: #333; }

.bg-363 {
  background-color: #363636; }

.bg-444 {
  background-color: #444; }

.bg-454 {
  background-color: #454545; }

.bg-464 {
  background-color: #464646; }

.bg-555 {
  background-color: #555; }

.bg-565 {
  background-color: #565656; }

.bg-666 {
  background-color: #666; }

.bg-656 {
  background-color: #656565; }

.bg-777 {
  background-color: #777; }

.bg-888 {
  background-color: #888; }

.bg-999 {
  background-color: #999; }

.bg-aaa {
  background-color: #aaa; }

.bg-eee {
  background-color: #eee; }

.bg-ccc {
  background-color: #ccc; }

.bg-ddd {
  background-color: #ddd; }

.bg-fff {
  background-color: #fff; }

.bg-blue-dark {
  background-color: #111216; }

.bg-poster {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-pos-fixed {
  background-attachment: fixed; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-pos-tr {
  background-position: top right; }

.bg-pos-tl {
  background-position: top left; }

.bg-pos-mc {
  background-position: center; }

.bg-pos-tc {
  background-position: top center; }

.bg-pos-br {
  background-position: bottom right; }

.bg-pos-bl {
  background-position: bottom left; }

.bg-pos-bc {
  background-position: bottom center; }

.bg-size-auto {
  background-size: auto; }

.bg-size-100 {
  background-size: 100%; }

.bg-size-120 {
  background-size: 120%; }

.bg-size-150 {
  background-size: 150%; }

.bg-size-175 {
  background-size: 175%; }

.bg-size-200 {
  background-size: 200%; }

.bg-size-100px {
  background-size: 100px; }

.bg-size-125px {
  background-size: 125px; }

.bg-size-150px {
  background-size: 150px; }

.bg-size-175px {
  background-size: 175px; }

.bg-size-200px {
  background-size: 200px; }

.bg-size-250px {
  background-size: 250px; }

.bg-size-300px {
  background-size: 300px; }

.bg-size-350px {
  background-size: 350px; }

.bg-size-400px {
  background-size: 400px; }

.bg-size-450px {
  background-size: 450px; }

.bg-size-500px {
  background-size: 500px; }

.bg-size-550px {
  background-size: 550px; }

.bg-size-600px {
  background-size: 600px; }

.bg-size-650px {
  background-size: 650px; }

.bg-size-700px {
  background-size: 700px; }

.bg-size-800px {
  background-size: 800px; }

.bg-size-900px {
  background-size: 900px; }

.bg-size-1000px {
  background-size: 1000px; }

.bg-size-1100px {
  background-size: 1100px; }

.bg-size-1200px {
  background-size: 1200px; }

.bg-size-1300px {
  background-size: 1300px; }

.bg-size-1400px {
  background-size: 1400px; }

.bg-size-1500px {
  background-size: 1500px; }

.bg-size-1600px {
  background-size: 1600px; }

.bg-size-1650px {
  background-size: 1650px; }

.bg-size-1675px {
  background-size: 1675px; }

.bg-size-1700px {
  background-size: 1700px; }

.bg-size-1750px {
  background-size: 1750px; }

.bg-size-1920px {
  background-size: 1920px; }

.bg-pull-20 {
  background-position: 20% 0; }

.bg-pull-30 {
  background-position: 30% 0; }

.bg-pull-40 {
  background-position: 40% 0; }

.bg-pull-50 {
  background-position: 50% 0; }

.bg-pull-60 {
  background-position: 60% 0; }

.bg-pull-70 {
  background-position: 70% 0; }

.bg-pull-80 {
  background-position: 80% 0; }

.bg-pull-90 {
  background-position: 90% 0; }

.bg-pull-100 {
  background-position: 100% 0; }

.bg-pull-top-50px {
  background-position-y: -50px; }

.bg-pull-top-75px {
  background-position-y: -75px; }

.bg-pull-top-20p {
  background-position-y: 20%; }

.bg-pull-top-50p {
  background-position-y: 50%; }

.bg-pull-top-70p {
  background-position-y: 70%; }

.bg-push-top-25px {
  background-position-y: 25px; }

.bg-push-top-50px {
  background-position-y: 50px; }

.bg-push-top-75px {
  background-position-y: 75px; }

.bg-push-20 {
  background-position: -20% 0; }

.bg-push-30 {
  background-position: -30% 0; }

.bg-push-40 {
  background-position: -40% 0; }

.bg-push-50 {
  background-position: -50% 0; }

.bg-push-60 {
  background-position: -60% 0; }

.bg-push-70 {
  background-position: -70% 0; }

.bg-push-80 {
  background-position: -80% 0; }

.bg-push-90 {
  background-position: -90% 0; }

.bg-faded {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-faded-9 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-faded-8 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-faded-7 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-faded-6 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-faded-5 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-faded-4 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-faded-3 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-faded-2 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-faded-1 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-fff-faded-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-fff-faded-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-fff-faded-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-fff-faded-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-fff-faded-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-fff-faded-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-fff-faded-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-fff-faded-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-fff-faded-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-fff-faded-05 {
  background-color: rgba(255, 255, 255, 0.05); }

.pt-30p {
  padding-top: 30%; }

.pt-25p {
  padding-top: 25%; }

.pt-20p {
  padding-top: 20%; }

.pt-10p {
  padding-top: 10%; }

@media (min-width: 1945px) {
  /*body, html {background:#222}*/
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 1920px !important;
    border: 1px solid #333;
    border-width: 0 1px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0px 0px 45px 20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 45px 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 45px 20px rgba(0, 0, 0, 0.75); }
  .display-1 {
    font-size: 50px; }
  body#account {
    background: #aaa !important; }
  body#account #account-container {
    border: none;
    border-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media (min-width: 1599px) {
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }

@media (min-width: 1401px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }

@media (max-width: 1945px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 100% !important;
    margin: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .display-1 {
    font-size: 3.2vw; }
  /* Temp */
  header h1.fs-125, header .fs-125.h1 {
    font-size: 6.4vw;
    line-height: 1em; }
  header h2.fs-32, header .fs-32.h2 {
    font-size: 1.46vw;
    line-height: 1em; } }

@media (max-width: 992px) {
  .w-boot-md-100p {
    width: 100%; }
  .hidden-md-boot {
    display: none; } }

@media (max-width: 766px) {
  .w-boot-sm-100p {
    width: 100%; } }

@media (max-width: 1600px) {
  .fs-xl-10vw {
    font-size: 10vw; }
  .fs-xl-95vw {
    font-size: 9.5vw; }
  .fs-xl-9vw {
    font-size: 9vw; }
  .fs-xl-85vw {
    font-size: 8.5vw; }
  .fs-xl-8vw {
    font-size: 8vw; }
  .fs-xl-75vw {
    font-size: 7.5vw; }
  .fs-xl-7vw {
    font-size: 7vw; }
  .fs-xl-65vw {
    font-size: 6.5vw; }
  .fs-xl-6vw {
    font-size: 6vw; }
  .fs-xl-55vw {
    font-size: 5.5vw; }
  .fs-xl-5vw {
    font-size: 5vw; }
  .fs-xl-45vw {
    font-size: 4.5vw; }
  .fs-xl-4vw {
    font-size: 4vw; }
  .fs-xl-35vw {
    font-size: 3.5vw; }
  .fs-xl-3vw {
    font-size: 3vw; }
  .fs-xl-25vw {
    font-size: 2.5vw; }
  .fs-xl-2vw {
    font-size: 2vw; }
  .fs-xl-15vw {
    font-size: 1.5vw; }
  .fs-xl-1vw {
    font-size: 1vw; }
  .fs-xl-12 {
    font-size: 12px; }
  .fs-xl-13 {
    font-size: 13px; }
  .fs-xl-14 {
    font-size: 14px; }
  .fs-xl-15 {
    font-size: 15px; }
  .fs-xl-16 {
    font-size: 16px; }
  .fs-xl-18 {
    font-size: 18px; }
  .fs-xl-20 {
    font-size: 20px; }
  .fs-xl-24 {
    font-size: 24px; }
  .fs-xl-30 {
    font-size: 30px; }
  .fs-xl-32 {
    font-size: 32px; }
  .fs-xl-42 {
    font-size: 42px; }
  .fs-xl-50 {
    font-size: 50px; }
  .text-xl-untracked {
    letter-spacing: 0; }
  .w-xl-5 {
    width: 5%; }
  .w-xl-10 {
    width: 10%; }
  .w-xl-15 {
    width: 15%; }
  .w-xl-17 {
    width: 17%; }
  .w-xl-20 {
    width: 20%; }
  .w-xl-25p {
    width: 25%; }
  .w-xl-30 {
    width: 30%; }
  .w-xl-35 {
    width: 35%; }
  .w-xl-40 {
    width: 40%; }
  .w-xl-45 {
    width: 45%; }
  .w-xl-50p {
    width: 50%; }
  .w-xl-55 {
    width: 55%; }
  .w-xl-60 {
    width: 60%; }
  .w-xl-65 {
    width: 65%; }
  .w-xl-70 {
    width: 70%; }
  .w-xl-75 {
    width: 75%; }
  .w-xl-80 {
    width: 80%; }
  .w-xl-85 {
    width: 85%; }
  .w-xl-90 {
    width: 90%; }
  .w-xl-95 {
    width: 95%; }
  .w-xl-100p {
    width: 100%; }
  .w-xl-auto {
    width: auto; }
  .w-xl-100px {
    width: 100px; }
  .w-xl-125px {
    width: 125px; }
  .w-xl-150px {
    width: 150px; }
  .w-xl-175px {
    width: 175px; }
  .w-xl-200px {
    width: 200px; }
  .w-xl-900px {
    width: 900px; }
  .w-xl-950px {
    width: 950px; }
  .w-xl-1000px {
    width: 1000px; }
  .w-xl-1050px {
    width: 1050px; }
  .w-xl-1100px {
    width: 1100px; }
  .w-xl-1150px {
    width: 1150px; }
  .w-xl-1200px {
    width: 1200px; }
  .w-xl-1250px {
    width: 1250px; }
  .w-xl-1300px {
    width: 1300px; }
  .w-xl-1350px {
    width: 1350px; }
  .w-xl-1400px {
    width: 1400px; }
  .w-xl-1450px {
    width: 1450px; }
  .w-xl-1500px {
    width: 1500px; }
  .w-xl-1550px {
    width: 1550px; }
  .w-xl-850px {
    width: 850px; }
  .w-xl-800px {
    width: 800px; }
  .w-xl-700px {
    width: 700px; }
  .w-xl-600px {
    width: 600px; }
  .w-xl-550px {
    width: 550px; }
  .w-xl-500px {
    width: 500px; }
  .w-xl-450px {
    width: 450px; }
  .w-xl-400px {
    width: 400px; }
  .w-xl-350px {
    width: 350px; }
  .w-xl-300px {
    width: 300px; }
  .w-xl-275px {
    width: 275px; }
  .w-xl-250px {
    width: 250px; }
  .w-xl-225px {
    width: 225px; }
  .w-xl-200px {
    width: 200px; }
  .w-xl-150px {
    width: 150px; }
  .offset-xl-80p {
    margin-left: 80%; }
  .offset-xl-75p {
    margin-left: 75%; }
  .offset-xl-60p {
    margin-left: 60%; }
  .offset-xl-55p {
    margin-left: 55%; }
  .offset-xl-50p {
    margin-left: 50%; }
  .offset-xl-45p {
    margin-left: 45%; }
  .offset-xl-40p {
    margin-left: 40%; }
  .offset-xl-35p {
    margin-left: 35%; }
  .offset-xl-30p {
    margin-left: 30%; }
  .offset-xl-25p {
    margin-left: 25%; }
  .offset-xl-20p {
    margin-left: 20%; }
  .offset-xl-15p {
    margin-left: 15%; }
  .offset-xl-10p {
    margin-left: 10%; }
  .offset-xl-8p {
    margin-left: 8%; }
  .offset-xl-7p {
    margin-left: 7%; }
  .offset-xl-5p {
    margin-left: 5%; }
  .offset-xl-3p {
    margin-left: 3%; }
  .offset-xl-2p {
    margin-left: 2%; }
  .offset-xl-1p {
    margin-left: 1%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-auto {
    margin-left: auto;
    margin-right: auto; }
  .bg-xl-pull-5 {
    background-position: 5% 0; }
  .bg-xl-pull-10 {
    background-position: 10% 0; }
  .bg-xl-pull-15 {
    background-position: 15% 0; }
  .bg-xl-pull-20 {
    background-position: 20% 0; }
  .bg-xl-pull-25 {
    background-position: 25% 0; }
  .bg-xl-pull-30 {
    background-position: 30% 0; }
  .bg-xl-pull-35 {
    background-position: 35% 0; }
  .bg-xl-pull-40 {
    background-position: 40% 0; }
  .bg-xl-pull-50 {
    background-position: 50% 0; }
  .bg-xl-pull-60 {
    background-position: 60% 0; }
  .bg-xl-pull-70 {
    background-position: 70% 0; }
  .bg-xl-pull-80 {
    background-position: 80% 0; }
  .bg-xl-pull-90 {
    background-position: 90% 0; }
  .bg-xl-push-5 {
    background-position: -5% 0; }
  .bg-xl-push-10 {
    background-position: -10% 0; }
  .bg-xl-push-20 {
    background-position: -20% 0; }
  .bg-xl-push-30 {
    background-position: -30% 0; }
  .bg-xl-push-40 {
    background-position: -40% 0; }
  .bg-xl-push-50 {
    background-position: -50% 0; }
  .bg-xl-push-60 {
    background-position: -60% 0; }
  .bg-xl-push-70 {
    background-position: -70% 0; }
  .bg-xl-push-80 {
    background-position: -80% 0; }
  .bg-xl-push-90 {
    background-position: -90% 0; }
  .bg-xl-size-450px {
    background-size: 450px; }
  .bg-xl-size-1000px {
    background-size: 1000px; }
  .bg-xl-size-1100px {
    background-size: 1100px; }
  .bg-xl-size-1200px {
    background-size: 1200px; }
  .bg-xl-size-1300px {
    background-size: 1300px; }
  .bg-xl-size-1400px {
    background-size: 1400px; }
  .bg-xl-size-1500px {
    background-size: 1500px; }
  .bg-xl-size-1600px {
    background-size: 1600px; }
  .bg-xl-size-80 {
    background-size: 80%; }
  .bg-xl-size-100 {
    background-size: 100%; }
  .bg-xl-size-105 {
    background-size: 105%; }
  .bg-xl-size-110 {
    background-size: 110%; }
  .bg-xl-size-120 {
    background-size: 120%; }
  .bg-xl-size-auto {
    background-size: auto; }
  .bg-xl-pos-b {
    background-position-y: bottom; }
  .mh-xl-auto {
    min-height: auto; }
  .mw-xl-auto {
    min-width: auto; }
  .h-xl-auto {
    height: auto; }
  .h-xl-25px {
    height: 25px; }
  .h-xl-50px {
    height: 50px; }
  .h-xl-80px {
    height: 80px; }
  .h-xl-100px {
    height: 100px; }
  .h-xl-150px {
    height: 150px; }
  .h-xl-175px {
    height: 175px; }
  .h-xl-200px {
    height: 200px; }
  .h-xl-250px {
    height: 250px; }
  .h-xl-300px {
    height: 300px; }
  .h-xl-350px {
    height: 350px; }
  .h-xl-400px {
    height: 400px; }
  .h-xl-425px {
    height: 425px; }
  .h-xl-450px {
    height: 450px; }
  .h-xl-475px {
    height: 475px; }
  .h-xl-500px {
    height: 500px; }
  .h-xl-550px {
    height: 550px; }
  .h-xl-600px {
    height: 600px; }
  .h-xl-650px {
    height: 650px; }
  .h-xl-700px {
    height: 700px; }
  .h-xl-750px {
    height: 750px; }
  .h-xl-800px {
    height: 800px; }
  .h-xl-850px {
    height: 850px; }
  .pos-xl-r-0 {
    right: 0px; }
  .pos-xl-absolute {
    position: absolute; }
  .pos-xl-relative {
    position: relative; }
  .hidden-xl {
    display: none; } }

@media (max-width: 1366px) {
  /* Temp */
  header h1.fs-125, header .fs-125.h1 {
    font-size: 8vw; }
  header h2.fs-32, header .fs-32.h2 {
    font-size: 1.7vw; }
  .fs-32 {
    font-size: 28px; }
  .fs-24 {
    font-size: 22px; }
  .fs-18 {
    font-size: 16px; }
  .fs-16, .fs-15 {
    font-size: 14px;
    line-height: 19px; }
  .fs-lg-10vw {
    font-size: 10vw; }
  .fs-lg-95vw {
    font-size: 9.5vw; }
  .fs-lg-9vw {
    font-size: 9vw; }
  .fs-lg-85vw {
    font-size: 8.5vw; }
  .fs-lg-8vw {
    font-size: 8vw; }
  .fs-lg-75vw {
    font-size: 7.5vw; }
  .fs-lg-7vw {
    font-size: 7vw; }
  .fs-lg-65vw {
    font-size: 6.5vw; }
  .fs-lg-6vw {
    font-size: 6vw; }
  .fs-lg-55vw {
    font-size: 5.5vw; }
  .fs-lg-5vw {
    font-size: 5vw; }
  .fs-lg-45vw {
    font-size: 4.5vw; }
  .fs-lg-4vw {
    font-size: 4vw; }
  .fs-lg-35vw {
    font-size: 3.5vw; }
  .fs-lg-3vw {
    font-size: 3vw; }
  .fs-lg-25vw {
    font-size: 2.5vw; }
  .fs-lg-2vw {
    font-size: 2vw; }
  .fs-lg-17vw {
    font-size: 1.7vw; }
  .fs-lg-16vw {
    font-size: 1.6vw; }
  .fs-lg-15vw {
    font-size: 1.5vw; }
  .fs-lg-1vw {
    font-size: 1vw; }
  .fs-lg-46 {
    font-size: 46px; }
  .fs-lg-40 {
    font-size: 40px; }
  .fs-lg-36 {
    font-size: 36px; }
  .fs-lg-30 {
    font-size: 30px; }
  .fs-lg-24 {
    font-size: 24px; }
  .fs-lg-20 {
    font-size: 20px; }
  .fs-lg-18 {
    font-size: 18px; }
  .fs-lg-17 {
    font-size: 17px; }
  .fs-lg-16 {
    font-size: 16px; }
  .fs-lg-15 {
    font-size: 15px; }
  .fs-lg-14 {
    font-size: 14px; }
  .fs-lg-13 {
    font-size: 13px; }
  .fs-lg-12 {
    font-size: 12px; }
  .fs-lg-11 {
    font-size: 11px; }
  .fs-lg-10 {
    font-size: 10px; }
  .fw-lg-700 {
    font-weight: 700 !important; }
  .bg-lg-pull-5 {
    background-position: 5% 0; }
  .bg-lg-pull-10 {
    background-position: 10% 0; }
  .bg-lg-pull-15 {
    background-position: 15% 0; }
  .bg-lg-pull-20 {
    background-position: 20% 0; }
  .bg-lg-pull-30 {
    background-position: 30% 0; }
  .bg-lg-pull-40 {
    background-position: 40% 0; }
  .bg-lg-pull-50 {
    background-position: 50% 0; }
  .bg-lg-pull-60 {
    background-position: 60% 0; }
  .bg-lg-pull-70 {
    background-position: 70% 0; }
  .bg-lg-pull-80 {
    background-position: 80% 0; }
  .bg-lg-pull-90 {
    background-position: 90% 0; }
  .bg-lg-size-100 {
    background-size: 100%; }
  .bg-lg-size-120 {
    background-size: 120%; }
  .bg-lg-size-170 {
    background-size: 170%; }
  .bg-lg-size-auto {
    background-size: auto; }
  .bg-lg-size-75px {
    background-size: 75px; }
  .bg-lg-size-100px {
    background-size: 100px; }
  .bg-lg-size-125px {
    background-size: 125px; }
  .bg-lg-size-150px {
    background-size: 150px; }
  .bg-lg-size-200px {
    background-size: 200px; }
  .bg-lg-size-250px {
    background-size: 250px; }
  .bg-lg-size-300px {
    background-size: 300px; }
  .bg-lg-size-350px {
    background-size: 350px; }
  .bg-lg-size-400px {
    background-size: 400px; }
  .bg-lg-size-500px {
    background-size: 500px; }
  .bg-lg-size-600px {
    background-size: 600px; }
  .bg-lg-size-700px {
    background-size: 700px; }
  .bg-lg-size-800px {
    background-size: 800px; }
  .bg-lg-size-900px {
    background-size: 900px; }
  .bg-lg-size-1000px {
    background-size: 1000px; }
  .bg-lg-size-1100px {
    background-size: 1100px; }
  .bg-lg-size-1400px {
    background-size: 1400px; }
  .bg-lg-size-1500px {
    background-size: 1500px; }
  .bg-lg-size-1600px {
    background-size: 1600px; }
  .bg-lg-push-top-50px {
    background-position-y: 50px; }
  .bg-lg-pos-b {
    background-position-y: bottom; }
  .w-lg-5 {
    width: 5%; }
  .w-lg-10 {
    width: 10%; }
  .w-lg-15 {
    width: 15%; }
  .w-lg-20 {
    width: 20%; }
  .w-lg-25p {
    width: 25%; }
  .w-lg-30 {
    width: 30%; }
  .w-lg-35 {
    width: 35%; }
  .w-lg-40 {
    width: 40%; }
  .w-lg-45 {
    width: 45%; }
  .w-lg-50p {
    width: 50%; }
  .w-lg-55 {
    width: 55%; }
  .w-lg-60 {
    width: 60%; }
  .w-lg-65 {
    width: 65%; }
  .w-lg-70 {
    width: 70%; }
  .w-lg-75p {
    width: 75%; }
  .w-lg-80 {
    width: 80%; }
  .w-lg-85 {
    width: 85%; }
  .w-lg-90 {
    width: 90%; }
  .w-lg-95 {
    width: 95%; }
  .w-lg-96 {
    width: 96%; }
  .w-lg-98 {
    width: 98%; }
  .w-lg-100p {
    width: 100%; }
  .w-lg-auto {
    width: auto; }
  .w-lg-50px {
    width: 50px; }
  .w-lg-75px {
    width: 75px; }
  .w-lg-100px {
    width: 100px; }
  .w-lg-125px {
    width: 125px; }
  .w-lg-150px {
    width: 150px; }
  .w-lg-160px {
    width: 160px; }
  .w-lg-175px {
    width: 175px; }
  .w-lg-200px {
    width: 200px; }
  .w-lg-225px {
    width: 225px; }
  .w-lg-250px {
    width: 250px; }
  .w-lg-275px {
    width: 275px; }
  .w-lg-300px {
    width: 300px; }
  .w-lg-350px {
    width: 350px; }
  .w-lg-400px {
    width: 400px; }
  .w-lg-450px {
    width: 450px; }
  .w-lg-475px {
    width: 475px; }
  .w-lg-500px {
    width: 500px; }
  .w-lg-550px {
    width: 550px; }
  .w-lg-600px {
    width: 600px; }
  .w-lg-700px {
    width: 700px; }
  .w-lg-750px {
    width: 750px; }
  .w-lg-800px {
    width: 800px; }
  .w-lg-850px {
    width: 850px; }
  .w-lg-900px {
    width: 900px; }
  .w-lg-1000px {
    width: 1000px; }
  .w-lg-1050px {
    width: 1050px; }
  .mh-lg-auto {
    min-height: auto; }
  .mw-lg-auto {
    min-width: auto; }
  .mw-lg-130px {
    min-width: 130px; }
  .mw-lg-140px {
    min-width: 140px; }
  .mw-lg-150px {
    min-width: 150px; }
  .mw-lg-200px {
    min-width: 200px; }
  .h-lg-auto {
    height: auto; }
  .float-lg-none {
    float: none !important; }
  .col-lg-full-auto {
    -webkit-box-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .h-lg-25px {
    height: 25px; }
  .h-lg-50px {
    height: 50px; }
  .h-lg-75px {
    height: 75px; }
  .h-lg-80px {
    height: 80px; }
  .h-lg-100px {
    height: 100px; }
  .h-lg-100px {
    height: 100px; }
  .h-lg-125px {
    height: 125px; }
  .h-lg-150px {
    height: 150px; }
  .h-lg-175px {
    height: 175px; }
  .h-lg-200px {
    height: 200px; }
  .h-lg-250px {
    height: 250px; }
  .h-lg-300px {
    height: 300px; }
  .h-lg-350px {
    height: 350px; }
  .h-lg-375px {
    height: 375px; }
  .h-lg-400px {
    height: 400px; }
  .h-lg-450px {
    height: 450px; }
  .h-lg-475px {
    height: 475px; }
  .h-lg-500px {
    height: 500px; }
  .h-lg-550px {
    height: 550px; }
  .h-lg-600px {
    height: 600px; }
  .text-lg-untracked {
    letter-spacing: 0; }
  .lg-inline {
    display: inline; }
  .offset-lg-80p {
    margin-left: 80%; }
  .offset-lg-75p {
    margin-left: 75%; }
  .offset-lg-75p {
    margin-left: 75%; }
  .offset-lg-60p {
    margin-left: 60%; }
  .offset-lg-55p {
    margin-left: 55%; }
  .offset-lg-50p {
    margin-left: 50%; }
  .offset-lg-45p {
    margin-left: 45%; }
  .offset-lg-40p {
    margin-left: 40%; }
  .offset-lg-35p {
    margin-left: 35%; }
  .offset-lg-30p {
    margin-left: 30%; }
  .offset-lg-25p {
    margin-left: 25%; }
  .offset-lg-20p {
    margin-left: 20%; }
  .offset-lg-15p {
    margin-left: 15%; }
  .offset-lg-10p {
    margin-left: 10%; }
  .offset-lg-7p {
    margin-left: 7%; }
  .offset-lg-5p {
    margin-left: 5%; }
  .offset-lg-3p {
    margin-left: 3%; }
  .offset-lg-2p {
    margin-left: 2%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-auto {
    margin-left: auto;
    margin-right: auto; }
  .bg-lg-faded {
    background-color: rgba(0, 0, 0, 0.8); }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 30; }
  .py-lg-30 {
    padding-top: 20px;
    padding-bottom: 30; }
  .pos-lg-absolute {
    position: absolute; }
  .pos-lg-relative {
    position: relative; }
  .pos-lg-r-0 {
    right: 0px; }
  .pos-lg-t-110 {
    top: 110px; }
  .pos-lg-t-100 {
    top: 100px; }
  .pos-lg-t-90 {
    top: 90px; }
  .pos-lg-t-80 {
    top: 80px; }
  .pos-lg-t-75 {
    top: 75px; }
  .pos-lg-t-70 {
    top: 70px; }
  .pos-lg-t-60 {
    top: 60px; }
  .pos-lg-t-50 {
    top: 50px; }
  .pos-lg-t-40 {
    top: 40px; }
  .pos-lg-t-30 {
    top: 30px; }
  .pos-lg-t-20 {
    top: 20px; }
  .pos-lg-t-10 {
    top: 10px; }
  .pos-lg-t-0 {
    top: 0px; }
  .hidden-lg {
    display: none; } }

@media (max-width: 1200px) {
  .w-boot-lg-100p {
    width: 100%; }
  .w-boot-lg-90 {
    width: 90%; }
  .w-boot-lg-350px {
    width: 350px; }
  .w-boot-lg-450px {
    width: 450px; }
  .pos-md-boot-fixed {
    position: fixed; } }

@media (max-width: 1050px) {
  header h1.fs-125, header .fs-125.h1 {
    font-size: 8.5vw; }
  header h2.fs-32, header .fs-32.h2 {
    font-size: 2.0vw; }
  .fs-md-18vw {
    font-size: 18vw; }
  .fs-md-17vw {
    font-size: 17vw; }
  .fs-md-16vw {
    font-size: 16vw; }
  .fs-md-14vw {
    font-size: 14vw; }
  .fs-md-13vw {
    font-size: 13vw; }
  .fs-md-12vw {
    font-size: 12vw; }
  .fs-md-11vw {
    font-size: 11vw; }
  .fs-md-10vw {
    font-size: 10vw; }
  .fs-md-95vw {
    font-size: 9.5vw; }
  .fs-md-9vw {
    font-size: 9vw; }
  .fs-md-85vw {
    font-size: 8.5vw; }
  .fs-md-8vw {
    font-size: 8vw; }
  .fs-md-75vw {
    font-size: 7.5vw; }
  .fs-md-7vw {
    font-size: 7vw; }
  .fs-md-65vw {
    font-size: 6.5vw; }
  .fs-md-6vw {
    font-size: 6vw; }
  .fs-md-55vw {
    font-size: 5.5vw; }
  .fs-md-5vw {
    font-size: 5vw; }
  .fs-md-45vw {
    font-size: 4.5vw; }
  .fs-md-4vw {
    font-size: 4vw; }
  .fs-md-35vw {
    font-size: 3.5vw; }
  .fs-md-3vw {
    font-size: 3vw; }
  .fs-md-25vw {
    font-size: 2.5vw; }
  .fs-md-2vw {
    font-size: 2vw; }
  .fs-md-15vw {
    font-size: 1.5vw; }
  .fs-md-1vw {
    font-size: 1vw; }
  .fs-md-10 {
    font-size: 10px; }
  .fs-md-11 {
    font-size: 11px; }
  .fs-md-12 {
    font-size: 12px; }
  .fs-md-13 {
    font-size: 13px; }
  .fs-md-14 {
    font-size: 14px; }
  .fs-md-15 {
    font-size: 15px; }
  .fs-md-16 {
    font-size: 16px; }
  .fs-md-16-force {
    font-size: 16px !important; }
  .fs-md-18-force {
    font-size: 18px !important; }
  .fs-md-18 {
    font-size: 18px; }
  .fs-md-20 {
    font-size: 20px; }
  .fs-md-24 {
    font-size: 24px; }
  .fs-md-30 {
    font-size: 30px; }
  .fs-md-36 {
    font-size: 36px; }
  .fs-md-40 {
    font-size: 40px; }
  .fs-md-46 {
    font-size: 46px; }
  .fw-md-400 {
    font-weight: 400; }
  .text-center-md {
    text-align: center; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .text-md-untracked {
    letter-spacing: 0; }
  .text-md-tracked-0 {
    letter-spacing: 0; }
  .text-md-tracked-1 {
    letter-spacing: 0.1em; }
  .text-md-tracked-2 {
    letter-spacing: 0.2em; }
  .bg-md-push-20 {
    background-position: -20% 0; }
  .bg-md-pull-20 {
    background-position: 20% 0; }
  .bg-md-pull-30 {
    background-position: 30% 0; }
  .bg-md-pull-40 {
    background-position: 40% 0; }
  .bg-md-pull-50 {
    background-position: 50% 0; }
  .bg-md-pull-60 {
    background-position: 60% 0; }
  .bg-md-pull-70 {
    background-position: 70% 0; }
  .bg-md-pull-80 {
    background-position: 80% 0; }
  .bg-md-pull-90 {
    background-position: 90% 0; }
  .bg-md-pull-top-300px {
    background-position-y: -300px; }
  .bg-md-pull-top-200px {
    background-position-y: -200px; }
  .bg-md-pull-top-150px {
    background-position-y: -150px; }
  .bg-md-pull-top-100px {
    background-position-y: -100px; }
  .bg-md-pull-top-50px {
    background-position-y: -50px; }
  .bg-md-r {
    background-position-x: right; }
  .bg-md-tr {
    background-position: top right; }
  .bg-md-tl {
    background-position: top left; }
  .bg-md-unfixed {
    background-attachment: scroll; }
  .w-md-5 {
    width: 5%; }
  .w-md-10 {
    width: 10%; }
  .w-md-15 {
    width: 15%; }
  .w-md-20 {
    width: 20%; }
  .w-md-25p {
    width: 25%; }
  .w-md-30 {
    width: 30%; }
  .w-md-35 {
    width: 35%; }
  .w-md-40 {
    width: 40%; }
  .w-md-45 {
    width: 45%; }
  .w-md-50p {
    width: 50%; }
  .w-md-55 {
    width: 55%; }
  .w-md-60 {
    width: 60%; }
  .w-md-65 {
    width: 65%; }
  .w-md-70 {
    width: 70%; }
  .w-md-75p {
    width: 75%; }
  .w-md-80 {
    width: 80%; }
  .w-md-85 {
    width: 85%; }
  .w-md-90 {
    width: 90%; }
  .w-md-95 {
    width: 95%; }
  .w-md-100p {
    width: 100%; }
  .w-md-auto {
    width: auto; }
  .w-md-25px {
    width: 25px; }
  .w-md-50px {
    width: 50px; }
  .w-md-75px {
    width: 75px; }
  .w-md-100px {
    width: 100px; }
  .w-md-125px {
    width: 125px; }
  .w-md-150px {
    width: 150px; }
  .w-md-175px {
    width: 175px; }
  .w-md-200px {
    width: 200px; }
  .w-md-250px {
    width: 250px; }
  .w-md-275px {
    width: 275px; }
  .w-md-300px {
    width: 300px; }
  .w-md-350px {
    width: 350px; }
  .w-md-400px {
    width: 400px; }
  .w-md-425px {
    width: 425px; }
  .w-md-450px {
    width: 450px; }
  .w-md-475px {
    width: 475px; }
  .w-md-500px {
    width: 500px; }
  .w-md-550px {
    width: 550px; }
  .w-md-600px {
    width: 600px; }
  .w-md-650px {
    width: 650px; }
  .w-md-700px {
    width: 700px; }
  .w-md-800px {
    width: 800px; }
  .w-md-900px {
    width: 900px; }
  .w-md-1000px {
    width: 1000px; }
  .w-md-1100px {
    width: 1100px; }
  .mw-md-20p {
    min-width: 20%; }
  .mw-md-auto {
    min-width: auto; }
  .mw-md-50p {
    min-width: 50%; }
  .mw-md-200px {
    min-width: 200px; }
  .mw-md-175px {
    min-width: 175px; }
  .mw-md-150px {
    min-width: 150px; }
  .basis-md-25p {
    flex-basis: 20%; }
  .basis-md-25p {
    flex-basis: 25%; }
  .basis-md-33p {
    flex-basis: 33.33333%; }
  .basis-md-50p {
    flex-basis: 50%; }
  .h-md-25px {
    height: 25px; }
  .h-md-40px {
    height: 40px; }
  .h-md-50px {
    height: 50px; }
  .h-md-75px {
    height: 75px; }
  .h-md-80px {
    height: 80px; }
  .h-md-100px {
    height: 100px; }
  .h-md-125px {
    height: 125px; }
  .h-md-150px {
    height: 150px; }
  .h-md-175px {
    height: 175px; }
  .h-md-200px {
    height: 200px; }
  .h-md-250px {
    height: 250px; }
  .h-md-275px {
    height: 275px; }
  .h-md-300px {
    height: 300px; }
  .h-md-350px {
    height: 350px; }
  .h-md-400px {
    height: 400px; }
  .h-md-425px {
    height: 425px; }
  .h-md-450px {
    height: 450px; }
  .h-md-500px {
    height: 500px; }
  .h-md-550px {
    height: 550px; }
  .h-md-600px {
    height: 600px; }
  .h-md-650px {
    height: 650px; }
  .h-md-700px {
    height: 700px; }
  .h-md-750px {
    height: 750px; }
  .h-md-800px {
    height: 800px; }
  .h-md-850px {
    height: 850px; }
  .h-md-900px {
    height: 900px; }
  .h-md-950px {
    height: 950px; }
  .h-md-1000px {
    height: 1000px; }
  .h-md-1050px {
    height: 1050px; }
  .h-md-auto {
    height: auto; }
  .h-md-100p {
    height: 100%; }
  .h-md-90p {
    height: 90%; }
  .h-md-80p {
    height: 80%; }
  .h-md-70p {
    height: 70%; }
  .h-md-60p {
    height: 60%; }
  .h-md-50p {
    height: 50%; }
  .h-md-40p {
    height: 40%; }
  .h-md-30p {
    height: 30%; }
  .h-md-20p {
    height: 20%; }
  .h-md-10p {
    height: 10%; }
  .mh-md-75px {
    min-height: 75px; }
  .mh-md-100px {
    min-height: 100px; }
  .mh-md-125px {
    min-height: 125px; }
  .offset-md-80p {
    margin-left: 80%; }
  .offset-md-75p {
    margin-left: 75%; }
  .offset-md-70p {
    margin-left: 70%; }
  .offset-md-60p {
    margin-left: 60%; }
  .offset-md-55p {
    margin-left: 55%; }
  .offset-md-50p {
    margin-left: 50%; }
  .offset-md-45p {
    margin-left: 45%; }
  .offset-md-40p {
    margin-left: 40%; }
  .offset-md-35p {
    margin-left: 35%; }
  .offset-md-30p {
    margin-left: 30%; }
  .offset-md-25p {
    margin-left: 25%; }
  .offset-md-20p {
    margin-left: 20%; }
  .offset-md-15p {
    margin-left: 15%; }
  .offset-md-10p {
    margin-left: 10%; }
  .offset-md-5p {
    margin-left: 5%; }
  .offset-md-3p {
    margin-left: 3%; }
  .offset-md-2p {
    margin-left: 2%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-auto {
    margin-left: auto;
    margin-right: auto; }
  .bg-md-faded {
    background-color: rgba(0, 0, 0, 0.8); }
  .bg-md-tr {
    background-position: top right; }
  .bg-md-tl {
    background-position: top left; }
  .bg-md-l {
    background-position-x: left; }
  .bg-md-r {
    background-position-x: right; }
  .bg-md-size-100 {
    background-size: 100%; }
  .bg-md-size-140 {
    background-size: 140%; }
  .bg-md-size-150 {
    background-size: 150%; }
  .bg-md-size-170 {
    background-size: 170%; }
  .bg-md-size-200 {
    background-size: 200%; }
  .bg-md-size-250 {
    background-size: 250%; }
  .bg-md-size-auto {
    background-size: auto; }
  .bg-md-size-1800px {
    background-size: 1800px auto; }
  .bg-md-size-1700px {
    background-size: 1700px auto; }
  .bg-md-size-1600px {
    background-size: 1600px auto; }
  .bg-md-size-1500px {
    background-size: 1500px auto; }
  .bg-md-size-1400px {
    background-size: 1400px auto; }
  .bg-md-size-1300px {
    background-size: 1300px auto; }
  .bg-md-size-1200px {
    background-size: 1200px auto; }
  .bg-md-size-1100px {
    background-size: 1100px auto; }
  .bg-md-size-1000px {
    background-size: 1000px auto; }
  .bg-md-size-900px {
    background-size: 900px auto; }
  .bg-md-size-800px {
    background-size: 800px auto; }
  .bg-md-size-700px {
    background-size: 700px auto; }
  .bg-md-size-600px {
    background-size: 600px auto; }
  .bg-md-size-500px {
    background-size: 500px auto; }
  .bg-md-size-400px {
    background-size: 400px auto; }
  .bg-md-size-300px {
    background-size: 300px auto; }
  .bg-md-size-275px {
    background-size: 275px auto; }
  .bg-md-size-250px {
    background-size: 250px auto; }
  .bg-md-size-200px {
    background-size: 200px auto; }
  .bg-md-size-100px {
    background-size: 100px auto; }
  .bg-md-size-75px {
    background-size: 75px auto; }
  .poster-vd-md-l-30 {
    left: -30%; }
  .poster-vd-md-l-40 {
    left: -40%; }
  .poster-vd-md-l-50 {
    left: -50%; }
  .poster-vd-md-l-60 {
    left: -60%; }
  .poster-vd-md-l-70 {
    left: -70%; }
  .poster-vd-md-l-80 {
    left: -80%; }
  .poster-vd-md-l-90 {
    left: -90%; }
  .poster-vd-md-l-100 {
    left: -100%; }
  .pos-md-absolute {
    position: absolute; }
  .pos-md-relative {
    position: relative; }
  .pos-md-fixed {
    position: fixed; }
  .pos-md-l-0 {
    left: 0px; }
  .pos-md-r-0 {
    right: 0px; }
  .pos-md-b-0 {
    bottom: 0px; }
  .lh-md-12 {
    line-height: 1.2em; }
  .lh-md-13 {
    line-height: 1.3em; }
  .pos-md-t-50px {
    top: 50px; }
  .pos-md-r-50p {
    right: 50%; }
  .pos-md-r-40p {
    right: 40%; }
  .pos-md-r-30p {
    right: 30%; }
  .pos-md-r-20p {
    right: 20%; }
  .pos-md-r-15p {
    right: 15%; }
  .pos-md-r-10p {
    right: 10%; }
  .pos-md-r-5p {
    right: 5%; }
  .pos-md-r-0 {
    right: 0px; }
  .flex-md-fluid {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
  .flex-md-50p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-md-60p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-md-full-auto {
    -webkit-box-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  ul.form-horizontal li label {
    width: 45%;
    padding: 0 2% 0 0; }
  ul.form-horizontal li input {
    width: 45%; }
  .hidden-md {
    display: none; }
  .b-md-none {
    border: none; }
  /* overrides */
  .modal-lg {
    max-width: 800px !important; }
  div.checkoutModern input.form-control, div.checkoutModern select.form-control {
    font-size: 14px !important; }
  div.checkoutModern div.input-icon-container input.form-control {
    padding-left: 1.8rem !important; }
  div.checkoutModern div.input-icon-container label.float-label {
    left: 1.95rem; }
  div.checkoutModern div.field-icon {
    top: 1rem;
    left: .4rem; } }

@media (max-width: 991px) {
  .grad-sm-gray {
    /* http://colorzilla.com/gradient-editor/#6b6b6b+1,353535+100 */
    background: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 1%, #353535 100%);
    background: -webkit-linear-gradient(top, #6b6b6b 1%, #353535 100%);
    background: linear-gradient(to bottom, #6b6b6b 1%, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#353535',GradientType=0 ); } }

@media (max-width: 992px) {
  header h1.fs-125, header .fs-125.h1 {
    font-size: 12.5vw; }
  header h2.fs-32, header .fs-32.h2 {
    font-size: 2.5vw; }
  .hidden-sm {
    display: none; }
  .visible-sm {
    display: block; }
  .sm-inline {
    display: inline; }
  .display-1 {
    font-size: 6vw; }
  .fs-32 {
    font-size: 24px; }
  .fs-24 {
    font-size: 20px; }
  .fs-18 {
    font-size: 14px; }
  .fs-16 {
    font-size: 14px;
    line-height: 20px; }
  .fs-14 {
    font-size: 12px;
    line-height: 16px; }
  .lh-sm-1 {
    line-height: 1em; }
  .lh-sm-12 {
    line-height: 1.2em; }
  .lh-sm-13 {
    line-height: 1.3em; }
  .lh-sm-15px {
    line-height: 15px; }
  .fs-sm-19vw {
    font-size: 19vw; }
  .fs-sm-18vw {
    font-size: 18vw; }
  .fs-sm-17vw {
    font-size: 17vw; }
  .fs-sm-16vw {
    font-size: 16vw; }
  .fs-sm-155vw {
    font-size: 15.5vw; }
  .fs-sm-14vw {
    font-size: 14vw; }
  .fs-sm-13vw {
    font-size: 13vw; }
  .fs-sm-12vw {
    font-size: 12vw; }
  .fs-sm-11vw {
    font-size: 11vw; }
  .fs-sm-10vw {
    font-size: 10vw; }
  .fs-sm-95vw {
    font-size: 9.5vw; }
  .fs-sm-9vw {
    font-size: 9vw; }
  .fs-sm-85vw {
    font-size: 8.5vw; }
  .fs-sm-8vw {
    font-size: 8vw; }
  .fs-sm-75vw {
    font-size: 7.5vw; }
  .fs-sm-7vw {
    font-size: 7vw; }
  .fs-sm-65vw {
    font-size: 6.5vw; }
  .fs-sm-6vw {
    font-size: 6vw; }
  .fs-sm-55vw {
    font-size: 5.5vw; }
  .fs-sm-5vw {
    font-size: 5vw; }
  .fs-sm-45vw {
    font-size: 4.5vw; }
  .fs-sm-4vw {
    font-size: 4vw; }
  .fs-sm-35vw {
    font-size: 3.5vw; }
  .fs-sm-3vw {
    font-size: 3vw; }
  .fs-sm-25vw {
    font-size: 2.5vw; }
  .fs-sm-2vw {
    font-size: 2vw; }
  .fs-sm-15vw {
    font-size: 1.5vw; }
  .fs-sm-1vw {
    font-size: 1vw; }
  .fs-sm-10 {
    font-size: 10px; }
  .fs-sm-11 {
    font-size: 11px; }
  .fs-sm-12 {
    font-size: 12px; }
  .fs-sm-13 {
    font-size: 13px; }
  .fs-sm-14 {
    font-size: 14px; }
  .fs-sm-15 {
    font-size: 15px; }
  .fs-sm-16 {
    font-size: 16px; }
  .fs-sm-18 {
    font-size: 18px; }
  .fs-sm-20 {
    font-size: 20px; }
  .fs-sm-24 {
    font-size: 24px; }
  .fs-sm-30 {
    font-size: 30px; }
  .fs-sm-36 {
    font-size: 36px; }
  .fs-sm-40 {
    font-size: 40px; }
  .fs-sm-14-force {
    font-size: 14px !important; }
  .text-center-sm {
    text-align: center; }
  .text-left-sm {
    text-align: left !important; }
  .text-right-sm {
    text-align: right; }
  .text-sm-untracked {
    letter-spacing: 0; }
  .w-sm-5 {
    width: 5%; }
  .w-sm-10 {
    width: 10%; }
  .w-sm-15 {
    width: 15%; }
  .w-sm-20 {
    width: 20%; }
  .w-sm-25p {
    width: 25%; }
  .w-sm-30 {
    width: 30%; }
  .w-sm-35 {
    width: 35%; }
  .w-sm-40 {
    width: 40%; }
  .w-sm-45 {
    width: 45%; }
  .w-sm-50p {
    width: 50%; }
  .w-sm-55 {
    width: 55%; }
  .w-sm-60 {
    width: 60%; }
  .w-sm-65 {
    width: 65%; }
  .w-sm-70 {
    width: 70%; }
  .w-sm-75p {
    width: 75%; }
  .w-sm-80 {
    width: 80%; }
  .w-sm-85 {
    width: 85%; }
  .w-sm-90 {
    width: 90%; }
  .w-sm-95 {
    width: 95%; }
  .w-sm-98 {
    width: 98%; }
  .w-sm-100p {
    width: 100%; }
  .w-sm-auto {
    width: auto; }
  .mw-sm-auto {
    min-width: auto; }
  .mw-sm-200px {
    min-width: 200px; }
  .mw-sm-175px {
    min-width: 175px; }
  .mw-sm-150px {
    min-width: 150px; }
  .mw-sm-20p {
    min-width: 20%; }
  .mw-sm-25p {
    min-width: 25%; }
  .mw-sm-33p {
    min-width: 33.3333%; }
  .maxw-sm-33p {
    max-width: 33.333%; }
  .basis-sm-20p {
    flex-basis: 20%; }
  .basis-sm-25p {
    flex-basis: 25%; }
  .basis-sm-33p {
    flex-basis: 33.33333%; }
  .basis-sm-50p {
    flex-basis: 50%; }
  .flex-sm-fluid {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%; }
  .col-sm-full-auto {
    -webkit-box-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .w-sm-800px {
    width: 800px; }
  .w-sm-700px {
    width: 700px; }
  .w-sm-600px {
    width: 600px; }
  .w-sm-550px {
    width: 550px; }
  .w-sm-500px {
    width: 500px; }
  .w-sm-450px {
    width: 450px; }
  .w-sm-400px {
    width: 400px; }
  .w-sm-350px {
    width: 350px; }
  .w-sm-300px {
    width: 300px; }
  .w-sm-275px {
    width: 275px; }
  .w-sm-250px {
    width: 250px; }
  .w-sm-200px {
    width: 200px; }
  .w-sm-175px {
    width: 175px; }
  .w-sm-150px {
    width: 150px; }
  .w-sm-125px {
    width: 125px; }
  .w-sm-100px {
    width: 100px; }
  .w-sm-75px {
    width: 75px; }
  .w-sm-60px {
    width: 60px; }
  .w-sm-50px {
    width: 50px; }
  .w-sm-40px {
    width: 40px; }
  .w-sm-30px {
    width: 30px; }
  .h-sm-auto {
    height: auto; }
  .h-sm-5px {
    height: 5px; }
  .h-sm-10px {
    height: 10px; }
  .h-sm-25px {
    height: 25px; }
  .h-sm-30px {
    height: 30px; }
  .h-sm-50px {
    height: 50px; }
  .h-sm-60px {
    height: 60px; }
  .h-sm-80px {
    height: 80px; }
  .h-sm-100px {
    height: 100px; }
  .h-sm-125px {
    height: 125px; }
  .h-sm-150px {
    height: 150px; }
  .h-sm-200px {
    height: 200px; }
  .h-sm-250px {
    height: 250px; }
  .h-sm-300px {
    height: 300px; }
  .h-sm-350px {
    height: 350px; }
  .h-sm-400px {
    height: 400px; }
  .h-sm-425px {
    height: 425px; }
  .h-sm-450px {
    height: 450px; }
  .h-sm-500px {
    height: 500px; }
  .h-sm-550px {
    height: 550px; }
  .h-sm-600px {
    height: 600px; }
  .h-sm-650px {
    height: 650px; }
  .h-sm-700px {
    height: 700px; }
  .h-sm-750px {
    height: 750px; }
  .h-sm-800px {
    height: 800px; }
  .h-sm-850px {
    height: 850px; }
  .h-sm-900px {
    height: 900px; }
  .h-sm-950px {
    height: 950px; }
  .h-sm-100p {
    height: 100%; }
  .h-sm-90p {
    height: 90%; }
  .h-sm-80p {
    height: 80%; }
  .h-sm-70p {
    height: 70%; }
  .h-sm-60p {
    height: 60%; }
  .h-sm-50p {
    height: 50%; }
  .h-sm-40p {
    height: 40%; }
  .h-sm-30p {
    height: 30%; }
  .h-sm-20p {
    height: 20%; }
  .h-sm-10p {
    height: 10%; }
  .offset-sm-80p {
    margin-left: 80%; }
  .offset-sm-75p {
    margin-left: 75%; }
  .offset-sm-60p {
    margin-left: 60%; }
  .offset-sm-55p {
    margin-left: 55%; }
  .offset-sm-50p {
    margin-left: 50%; }
  .offset-sm-45p {
    margin-left: 45%; }
  .offset-sm-40p {
    margin-left: 40%; }
  .offset-sm-35p {
    margin-left: 35%; }
  .offset-sm-30p {
    margin-left: 30%; }
  .offset-sm-25p {
    margin-left: 25%; }
  .offset-sm-20p {
    margin-left: 20%; }
  .offset-sm-15p {
    margin-left: 15%; }
  .offset-sm-10p {
    margin-left: 10%; }
  .offset-sm-5p {
    margin-left: 5%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-auto {
    margin-left: auto;
    margin-right: auto; }
  .pos-sm-relative {
    position: relative; }
  .pos-sm-fixed {
    position: fixed; }
  .pos-sm-l-0 {
    left: 0px; }
  .pos-sm-r-0 {
    right: 0px; }
  .pos-sm-b-0 {
    bottom: 0px; }
  .pos-sm-t-0 {
    top: 0px; }
  .pos-sm-l--25p {
    left: -25%; }
  .pos-sm-l--35p {
    left: -35%; }
  .pos-sm-l--45p {
    left: -45%; }
  .pos-sm-r--25p {
    right: -25%; }
  .pos-sm-r--35p {
    right: -35%; }
  .pos-sm-r--45p {
    right: -45%; }
  .pos-sm-t-10px {
    top: 10px; }
  .pos-sm-t-20px {
    top: 20px; }
  .pos-sm-t-30px {
    top: 30px; }
  .pos-sm-t-50px {
    top: 50px; }
  .pos-sm-t-75px {
    top: 75px; }
  .pl-sm-5 {
    padding-left: 5%; }
  .pr-sm-5 {
    padding-right: 5%; }
  .bg-sm-pull-20 {
    background-position: 20% 0; }
  .bg-sm-pull-30 {
    background-position: 30% 0; }
  .bg-sm-pull-40 {
    background-position: 40% 0; }
  .bg-sm-pull-50 {
    background-position: 50% 0; }
  .bg-sm-pull-60 {
    background-position: 60% 0; }
  .bg-sm-pull-70 {
    background-position: 70% 0; }
  .bg-sm-pull-80 {
    background-position: 80% 0; }
  .bg-sm-pull-90 {
    background-position: 90% 0; }
  .bg-sm-unfixed {
    background-attachment: scroll; }
  .poster-vd-sm-l-60 {
    left: -60%; }
  .poster-vd-sm-l-70 {
    left: -70%; }
  .poster-vd-sm-l-80 {
    left: -80%; }
  .poster-vd-sm-l-90 {
    left: -90%; }
  .poster-vd-sm-l-100 {
    left: -100%; }
  .bg-sm-pull-top-500px {
    background-position-y: -500px; }
  .bg-sm-pull-top-450px {
    background-position-y: -450px; }
  .bg-sm-pull-top-400px {
    background-position-y: -400px; }
  .bg-sm-pull-top-350px {
    background-position-y: -350px; }
  .bg-sm-pull-top-300px {
    background-position-y: -300px; }
  .bg-sm-pull-top-250px {
    background-position-y: -250px; }
  .bg-sm-pull-top-200px {
    background-position-y: -200px; }
  .bg-sm-pull-top-150px {
    background-position-y: -150px; }
  .bg-sm-pull-top-100px {
    background-position-y: -100px; }
  .bg-sm-pull-top-50px {
    background-position-y: -50px; }
  .bg-sm-push-top-50px {
    background-position-y: 50px; }
  .bg-sm-tl {
    background-position: top left; }
  .bg-sm-tc {
    background-position: top center; }
  .bg-sm-tr {
    background-position: top right; }
  .bg-sm-bl {
    background-position: bottom left; }
  .bg-sm-br {
    background-position: bottom right; }
  .bg-sm-l {
    background-position-x: left; }
  .bg-sm-r {
    background-position-x: right; }
  .bg-sm-c {
    background-position-x: center; }
  .bg-sm-size-1800px {
    background-size: 1800px auto; }
  .bg-sm-size-1700px {
    background-size: 1700px auto; }
  .bg-sm-size-1600px {
    background-size: 1600px auto; }
  .bg-sm-size-1500px {
    background-size: 1500px auto; }
  .bg-sm-size-1400px {
    background-size: 1400px auto; }
  .bg-sm-size-1300px {
    background-size: 1300px auto; }
  .bg-sm-size-1200px {
    background-size: 1200px auto; }
  .bg-sm-size-1100px {
    background-size: 1100px auto; }
  .bg-sm-size-1000px {
    background-size: 1000px auto; }
  .bg-sm-size-900px {
    background-size: 900px auto; }
  .bg-sm-size-800px {
    background-size: 800px auto; }
  .bg-sm-size-700px {
    background-size: 700px auto; }
  .bg-sm-size-600px {
    background-size: 600px auto; }
  .bg-sm-size-500px {
    background-size: 500px auto; }
  .bg-sm-size-400px {
    background-size: 400px auto; }
  .bg-sm-size-350px {
    background-size: 350px auto; }
  .bg-sm-size-325px {
    background-size: 325px auto; }
  .bg-sm-size-300px {
    background-size: 300px auto; }
  .bg-sm-size-250 {
    background-size: 250%; }
  .bg-sm-size-200 {
    background-size: 200%; }
  .bg-sm-size-170 {
    background-size: 170%; }
  .bg-sm-size-150 {
    background-size: 150%; }
  .bg-sm-size-100 {
    background-size: 100%; }
  .bg-sm-size-auto {
    background-size: auto; }
  .bg-sm-555 {
    background-color: #555; }
  .bg-sm-444 {
    background-color: #444; }
  .bg-sm-333 {
    background-color: #333; }
  .bg-sm-222 {
    background-color: #222; }
  .bg-sm-111 {
    background-color: #111; }
  .bg-sm-none {
    background: none !important; }
  .modal-lg {
    max-width: 100% !important; }
  ul.form-horizontal li label {
    width: 42%; }
  ul.form-horizontal li input {
    width: 46%; }
  .nav-sm-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  .pt-sm-60p {
    padding-top: 60%; }
  .pt-sm-50p {
    padding-top: 50%; }
  .pt-sm-40p {
    padding-top: 40%; }
  .pt-sm-30p {
    padding-top: 30%; }
  .pt-sm-20p {
    padding-top: 20%; }
  .pt-sm-10p {
    padding-top: 10%; }
  .bt-sm-000 {
    border-top: 1px solid #000; }
  .bt-sm-111 {
    border-top: 1px solid #111; }
  .bt-sm-222 {
    border-top: 1px solid #222; }
  .bt-sm-333 {
    border-top: 1px solid #333; }
  .bt-sm-444 {
    border-top: 1px solid #444; }
  .bt-sm-555 {
    border-top: 1px solid #555; }
  .bt-sm-666 {
    border-top: 1px solid #666; }
  .bt-sm-777 {
    border-top: 1px solid #777; }
  .bt-sm-888 {
    border-top: 1px solid #888; }
  .bt-sm-999 {
    border-top: 1px solid #999; }
  .bt-sm-aaa {
    border-top: 1px solid #aaa; }
  .bt-sm-eee {
    border-top: 1px solid #eee; }
  .bt-sm-ccc {
    border-top: 1px solid #ccc; }
  .bt-sm-fff {
    border-top: 1px solid #fff; }
  .bb-sm-000 {
    border-bottom: 1px solid #000; }
  .bb-sm-111 {
    border-bottom: 1px solid #111; }
  .bb-sm-222 {
    border-bottom: 1px solid #222; }
  .bb-sm-333 {
    border-bottom: 1px solid #333; }
  .bb-sm-444 {
    border-bottom: 1px solid #444; }
  .bb-sm-555 {
    border-bottom: 1px solid #555; }
  .bb-sm-666 {
    border-bottom: 1px solid #666; }
  .bb-sm-777 {
    border-bottom: 1px solid #777; }
  .bb-sm-888 {
    border-bottom: 1px solid #888; }
  .bb-sm-999 {
    border-bottom: 1px solid #999; }
  .bb-sm-aaa {
    border-bottom: 1px solid #aaa; }
  .bb-sm-eee {
    border-bottom: 1px solid #eee; }
  .bb-sm-ccc {
    border-bottom: 1px solid #ccc; }
  .bb-sm-fff {
    border-bottom: 1px solid #fff; }
  .br-sm-000 {
    border-right: 1px solid #000; }
  .br-sm-111 {
    border-right: 1px solid #111; }
  .br-sm-222 {
    border-right: 1px solid #222; }
  .br-sm-333 {
    border-right: 1px solid #333; }
  .br-sm-444 {
    border-right: 1px solid #444; }
  .br-sm-555 {
    border-right: 1px solid #555; }
  .br-sm-666 {
    border-right: 1px solid #666; }
  .br-sm-777 {
    border-right: 1px solid #777; }
  .br-sm-888 {
    border-right: 1px solid #888; }
  .br-sm-999 {
    border-right: 1px solid #999; }
  .br-sm-aaa {
    border-right: 1px solid #aaa; }
  .br-sm-eee {
    border-right: 1px solid #eee; }
  .br-sm-ccc {
    border-right: 1px solid #ccc; }
  .br-sm-fff {
    border-right: 1px solid #fff; }
  .b-sm-none {
    border: none; }
  .shadow-sm-medium {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75); }
  .shadow-sm-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .rounded-sm-15 {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important; }
  .rounded-sm-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
  .bg-sm-333 {
    background: #333; }
  .bg-sm-222 {
    background: #222; }
  .bg-sm-111 {
    background: #111; }
  .bg-sm-000 {
    background: #000; }
  .grad-sm-to-alpha-464 {
    /* http://colorzilla.com/gradient-editor/#363636+0,363636+100&0+13,0.83+29,1+100 */
    background: -moz-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363636', endColorstr='#363636',GradientType=0 ); }
  .grad-sm-white {
    /* http://colorzilla.com/gradient-editor/#ffffff+2,dbdbdb+87,ffffff+100 */
    background: white;
    background: -moz-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
    background: -webkit-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
    background: linear-gradient(to bottom, white 2%, #dbdbdb 87%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } }

@media (max-width: 576px) {
  /* Temp */
  header h1.fs-125, header .fs-125.h1 {
    font-size: 18.5vw; }
  header h2.fs-32, header .fs-32.h2 {
    font-size: 6.5vw; }
  .hidden-xs {
    display: none; }
  .invisible-xs {
    visibility: hidden; }
  .text-center-xs {
    text-align: center; }
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-xs-untracked {
    letter-spacing: 0; }
  .fs-xs-19vw {
    font-size: 19vw; }
  .fs-xs-18vw {
    font-size: 18vw; }
  .fs-xs-17vw {
    font-size: 17vw; }
  .fs-xs-165vw {
    font-size: 16.5vw; }
  .fs-xs-16vw {
    font-size: 16vw; }
  .fs-xs-155vw {
    font-size: 15.5vw; }
  .fs-xs-145vw {
    font-size: 14.5vw; }
  .fs-xs-14vw {
    font-size: 14vw; }
  .fs-xs-135vw {
    font-size: 13.5vw; }
  .fs-xs-13vw {
    font-size: 13vw; }
  .fs-xs-125vw {
    font-size: 12.5vw; }
  .fs-xs-12vw {
    font-size: 12vw; }
  .fs-xs-115vw {
    font-size: 11.5vw; }
  .fs-xs-11vw {
    font-size: 11vw; }
  .fs-xs-105vw {
    font-size: 10.5vw; }
  .fs-xs-10vw {
    font-size: 10vw; }
  .fs-xs-95vw {
    font-size: 9.5vw; }
  .fs-xs-9vw {
    font-size: 9vw; }
  .fs-xs-85vw {
    font-size: 8.5vw; }
  .fs-xs-8vw {
    font-size: 8vw; }
  .fs-xs-75vw {
    font-size: 7.5vw; }
  .fs-xs-7vw {
    font-size: 7vw; }
  .fs-xs-65vw {
    font-size: 6.5vw; }
  .fs-xs-6vw {
    font-size: 6vw; }
  .fs-xs-55vw {
    font-size: 5.5vw; }
  .fs-xs-5vw {
    font-size: 5vw; }
  .fs-xs-45vw {
    font-size: 4.5vw; }
  .fs-xs-4vw {
    font-size: 4vw; }
  .fs-xs-35vw {
    font-size: 3.5vw; }
  .fs-xs-32vw {
    font-size: 3.2vw; }
  .fs-xs-3vw {
    font-size: 3vw; }
  .fs-xs-25vw {
    font-size: 2.5vw; }
  .fs-xs-22vw {
    font-size: 2.2vw; }
  .fs-xs-2vw {
    font-size: 2vw; }
  .fs-xs-15vw {
    font-size: 1.5vw; }
  .fs-xs-1vw {
    font-size: 1vw; }
  .fs-xs-9 {
    font-size: 9px; }
  .fs-xs-10 {
    font-size: 10px; }
  .fs-xs-11 {
    font-size: 11px; }
  .fs-xs-12 {
    font-size: 12px; }
  .fs-xs-13 {
    font-size: 13px; }
  .fs-xs-14 {
    font-size: 14px; }
  .fs-xs-15 {
    font-size: 15px; }
  .fs-xs-16 {
    font-size: 16px; }
  .fs-xs-17 {
    font-size: 17px; }
  .fs-xs-18 {
    font-size: 18px; }
  .fs-xs-20 {
    font-size: 20px; }
  .fs-xs-24 {
    font-size: 24px; }
  .fs-xs-26 {
    font-size: 26px; }
  .fs-xs-30 {
    font-size: 30px; }
  .fs-xs-32 {
    font-size: 32px; }
  .fs-xs-36 {
    font-size: 36px; }
  .fs-xs-40 {
    font-size: 40px; }
  .fs-xs-46 {
    font-size: 46px; }
  .fw-xs-400 {
    font-weight: 400 !important; }
  .fw-xs-700 {
    font-weight: 700 !important; }
  .w-xs-5 {
    width: 5%; }
  .w-xs-10 {
    width: 10%; }
  .w-xs-15 {
    width: 15%; }
  .w-xs-20 {
    width: 20%; }
  .w-xs-25p {
    width: 25%; }
  .w-xs-30 {
    width: 30%; }
  .w-xs-32 {
    width: 32%; }
  .w-xs-35 {
    width: 35%; }
  .w-xs-40 {
    width: 40%; }
  .w-xs-45 {
    width: 45%; }
  .w-xs-50p {
    width: 50%; }
  .w-xs-55 {
    width: 55%; }
  .w-xs-60 {
    width: 60%; }
  .w-xs-65 {
    width: 65%; }
  .w-xs-70 {
    width: 70%; }
  .w-xs-75p {
    width: 75%; }
  .w-xs-80 {
    width: 80%; }
  .w-xs-85 {
    width: 85%; }
  .w-xs-90 {
    width: 90%; }
  .w-xs-95 {
    width: 95%; }
  .w-xs-97 {
    width: 97%; }
  .w-xs-98 {
    width: 98%; }
  .w-xs-100p {
    width: 100%; }
  .w-xs-125p {
    width: 125%; }
  .w-xs-150p {
    width: 150%; }
  .w-xs-auto {
    width: auto; }
  .w-xs-900px {
    width: 900px; }
  .w-xs-800px {
    width: 800px; }
  .w-xs-700px {
    width: 700px; }
  .w-xs-600px {
    width: 600px; }
  .w-xs-500px {
    width: 500px; }
  .w-xs-400px {
    width: 400px; }
  .w-xs-350px {
    width: 350px; }
  .w-xs-300px {
    width: 300px; }
  .w-xs-250px {
    width: 250px; }
  .w-xs-200px {
    width: 200px; }
  .w-xs-150px {
    width: 150px; }
  .w-xs-125px {
    width: 125px; }
  .w-xs-100px {
    width: 100px; }
  .w-xs-75px {
    width: 75px; }
  .w-xs-50px {
    width: 50px; }
  .w-xs-40px {
    width: 40px; }
  .w-xs-25px {
    width: 25px; }
  .mw-xs-auto {
    min-width: auto; }
  .mw-xs-33p {
    min-width: 33.33333%; }
  .mw-xs-50p {
    min-width: 50%; }
  .basis-xs-33p {
    flex-basis: 33.33333%; }
  .basis-xs-50p {
    flex-basis: 50%; }
  .h-xs-auto {
    height: auto; }
  .h-xs-5px {
    height: 5px; }
  .h-xs-10px {
    height: 10px; }
  .h-xs-15px {
    height: 15px; }
  .h-xs-18px {
    height: 18px; }
  .h-xs-25px {
    height: 25px; }
  .h-xs-30px {
    height: 30px; }
  .h-xs-40px {
    height: 40px; }
  .h-xs-50px {
    height: 50px; }
  .h-xs-75px {
    height: 75px; }
  .h-xs-80px {
    height: 80px; }
  .h-xs-100px {
    height: 100px; }
  .h-xs-125px {
    height: 125px; }
  .h-xs-150px {
    height: 150px; }
  .h-xs-200px {
    height: 200px; }
  .h-xs-225px {
    height: 225px; }
  .h-xs-250px {
    height: 250px; }
  .h-xs-275px {
    height: 275px; }
  .h-xs-300px {
    height: 300px; }
  .h-xs-350px {
    height: 350px; }
  .h-xs-400px {
    height: 400px; }
  .h-xs-425px {
    height: 425px; }
  .h-xs-450px {
    height: 450px; }
  .h-xs-500px {
    height: 500px; }
  .h-xs-550px {
    height: 550px; }
  .h-xs-600px {
    height: 600px; }
  .h-xs-650px {
    height: 650px; }
  .h-xs-700px {
    height: 700px; }
  .h-xs-750px {
    height: 750px; }
  .h-xs-800px {
    height: 800px; }
  .h-xs-850px {
    height: 850px; }
  .h-xs-900px {
    height: 900px; }
  .h-xs-950px {
    height: 950px; }
  .mh-xs-auto {
    min-height: auto; }
  .h-xs-100p {
    height: 100%; }
  .h-xs-90p {
    height: 90%; }
  .h-xs-80p {
    height: 80%; }
  .h-xs-70p {
    height: 70%; }
  .h-xs-60p {
    height: 60%; }
  .h-xs-50p {
    height: 50%; }
  .h-xs-40p {
    height: 40%; }
  .h-xs-30p {
    height: 30%; }
  .h-xs-20p {
    height: 20%; }
  .h-xs-10p {
    height: 10%; }
  .offset-xs-20p {
    margin-left: 20%; }
  .offset-xs-15p {
    margin-left: 15%; }
  .offset-xs-10p {
    margin-left: 10%; }
  .offset-xs-5p {
    margin-left: 5%; }
  .offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-auto {
    margin-left: auto;
    margin-right: auto; }
  .bg-xs-none {
    background: none !important; }
  .bg-xs-pull-20 {
    background-position: 20% 0; }
  .bg-xs-pull-30 {
    background-position: 30% 0; }
  .bg-xs-pull-40 {
    background-position: 40% 0; }
  .bg-xs-pull-50 {
    background-position: 50% 0; }
  .bg-xs-pull-60 {
    background-position: 60% 0; }
  .bg-xs-pull-70 {
    background-position: 70% 0; }
  .bg-xs-pull-80 {
    background-position: 80% 0; }
  .bg-xs-pull-90 {
    background-position: 90% 0; }
  .bg-xs-push-20 {
    background-position: -20% 0; }
  .bg-xs-l {
    background-position-x: left; }
  .bg-xs-r {
    background-position-x: right; }
  .bg-xs-b {
    background-position-y: bottom; }
  .bg-xs-tc {
    background-position: top center; }
  .bg-xs-tr {
    background-position: top right; }
  .bg-xs-tl {
    background-position: top left; }
  .bg-xs-size-100 {
    background-size: 100%; }
  .bg-xs-size-110 {
    background-size: 110%; }
  .bg-xs-size-120 {
    background-size: 120%; }
  .bg-xs-size-130 {
    background-size: 130%; }
  .bg-xs-size-150 {
    background-size: 150%; }
  .bg-xs-size-170 {
    background-size: 170%; }
  .bg-xs-size-200 {
    background-size: 200%; }
  .bg-xs-size-220 {
    background-size: 220%; }
  .bg-xs-size-250 {
    background-size: 250%; }
  .bg-xs-size-270 {
    background-size: 270%; }
  .bg-xs-size-300 {
    background-size: 300%; }
  .bg-xs-size-350 {
    background-size: 350%; }
  .bg-xs-size-1800px {
    background-size: 1800px auto; }
  .bg-xs-size-1700px {
    background-size: 1700px auto; }
  .bg-xs-size-1600px {
    background-size: 1600px auto; }
  .bg-xs-size-1500px {
    background-size: 1500px auto; }
  .bg-xs-size-1400px {
    background-size: 1400px auto; }
  .bg-xs-size-1300px {
    background-size: 1300px auto; }
  .bg-xs-size-1200px {
    background-size: 1200px auto; }
  .bg-xs-size-1100px {
    background-size: 1100px auto; }
  .bg-xs-size-1000px {
    background-size: 1000px auto; }
  .bg-xs-size-900px {
    background-size: 900px auto; }
  .bg-xs-size-800px {
    background-size: 800px auto; }
  .bg-xs-size-700px {
    background-size: 700px auto; }
  .bg-xs-size-600px {
    background-size: 600px auto; }
  .bg-xs-size-500px {
    background-size: 500px auto; }
  .bg-xs-size-450px {
    background-size: 450px auto; }
  .bg-xs-size-400px {
    background-size: 400px auto; }
  .bg-xs-size-350px {
    background-size: 350px auto; }
  .bg-xs-size-300px {
    background-size: 300px auto; }
  .bg-xs-size-250px {
    background-size: 250px auto; }
  .bg-xs-size-200px {
    background-size: 200px auto; }
  .bg-xs-size-150px {
    background-size: 150px auto; }
  .bg-xs-size-100px {
    background-size: 100px auto; }
  .bg-xs-size-75px {
    background-size: 75px auto; }
  .bg-xs-size-50px {
    background-size: 50px auto; }
  .bg-xs-size-auto {
    background-size: auto; }
  .poster-vd-xs-l-100 {
    left: -100%; }
  .poster-vd-xs-l-110 {
    left: -110%; }
  .bg-xs-pull-top-300px {
    background-position-y: -300px; }
  .bg-xs-pull-top-200px {
    background-position-y: -200px; }
  .bg-xs-pull-top-150px {
    background-position-y: -150px; }
  .bg-xs-pull-top-100px {
    background-position-y: -100px; }
  .bg-xs-pull-top-50px {
    background-position-y: -50px; }
  .bg-xs-pull-top-25px {
    background-position-y: -25px; }
  .bg-xs-push-top-50px {
    background-position-y: 50px; }
  .bg-xs-push-top-100px {
    background-position-y: 100px; }
  .bg-xs-unfixed {
    background-attachment: scroll; }
  .shadow-xs-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .shadow-xs-medium {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75); }
  .pl-xs-5 {
    padding-left: 5%; }
  .pr-xs-5 {
    padding-right: 5%; }
  .pos-xs-relative {
    position: relative; }
  .pos-xs-fixed {
    position: fixed; }
  .pos-xs-t-0 {
    top: 0px; }
  .pos-xs-t-50px {
    top: 50px; }
  .pos-xs-t-75px {
    top: 75px; }
  .pos-xs-t-100px {
    top: 100px; }
  .pos-xs-l--20p {
    left: -20%; }
  .pos-xs-l--25p {
    left: -25%; }
  .pos-xs-l-0 {
    left: 0px; }
  .pos-xs-r-0 {
    right: 0px; }
  .pos-xs-b-0 {
    bottom: 0px; }
  .pos-xs-b-5 {
    bottom: 5px; }
  .pt-xs-60p {
    padding-top: 60%; }
  .pt-xs-50p {
    padding-top: 50%; }
  .pt-xs-40p {
    padding-top: 40%; }
  .pt-xs-30p {
    padding-top: 30%; }
  .pt-xs-20p {
    padding-top: 20%; }
  .pt-xs-10p {
    padding-top: 10%; }
  .lh-xs-1 {
    line-height: 1em; }
  .lh-xs-11 {
    line-height: 1.1em !important; }
  .lh-xs-12 {
    line-height: 1.2em !important; }
  .lh-xs-13 {
    line-height: 1.3em !important; }
  .lh-xs-14 {
    line-height: 1.4em !important; }
  .lh-xs-15 {
    line-height: 1.5em !important; }
  .lh-xs-16 {
    line-height: 1.6em !important; }
  .bt-xs-000 {
    border-top: 1px solid #000; }
  .bt-xs-111 {
    border-top: 1px solid #111; }
  .bt-xs-222 {
    border-top: 1px solid #222; }
  .bt-xs-333 {
    border-top: 1px solid #333; }
  .bt-xs-444 {
    border-top: 1px solid #444; }
  .bt-xs-555 {
    border-top: 1px solid #555; }
  .bt-xs-666 {
    border-top: 1px solid #666; }
  .bt-xs-777 {
    border-top: 1px solid #777; }
  .bt-xs-888 {
    border-top: 1px solid #888; }
  .bt-xs-999 {
    border-top: 1px solid #999; }
  .bt-xs-aaa {
    border-top: 1px solid #aaa; }
  .bt-xs-eee {
    border-top: 1px solid #eee; }
  .bt-xs-ccc {
    border-top: 1px solid #ccc; }
  .bt-xs-fff {
    border-top: 1px solid #fff; }
  .bb-xs-000 {
    border-bottom: 1px solid #000; }
  .bb-xs-111 {
    border-bottom: 1px solid #111; }
  .bb-xs-222 {
    border-bottom: 1px solid #222; }
  .bb-xs-333 {
    border-bottom: 1px solid #333; }
  .bb-xs-444 {
    border-bottom: 1px solid #444; }
  .bb-xs-555 {
    border-bottom: 1px solid #555; }
  .bb-xs-666 {
    border-bottom: 1px solid #666; }
  .bb-xs-777 {
    border-bottom: 1px solid #777; }
  .bb-xs-888 {
    border-bottom: 1px solid #888; }
  .bb-xs-999 {
    border-bottom: 1px solid #999; }
  .bb-xs-aaa {
    border-bottom: 1px solid #aaa; }
  .bb-xs-eee {
    border-bottom: 1px solid #eee; }
  .bb-xs-ccc {
    border-bottom: 1px solid #ccc; }
  .bb-xs-fff {
    border-bottom: 1px solid #fff; }
  .z-xs-1100 {
    z-index: 1100; }
  .b-xs-none {
    border: none; }
  .bl-xs-none {
    border-left: none; }
  .br-xs-none {
    border-right: none; }
  .br-xs-000 {
    border-right: 1px solid #000; }
  .br-xs-444 {
    border-right: 1px solid #444; }
  .br-xs-555 {
    border-right: 1px solid #555; }
  .br-xs-666 {
    border-right: 1px solid #666; }
  .br-xs-999 {
    border-right: 1px solid #999; }
  .br-xs-fff {
    border-right: 1px solid #fff; }
  .rounded-xs-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
  .float-xs-none {
    float: none !important; }
  div#buysafeRollover, span#_GUARANTEE_SealSpan {
    display: none !important; }
  .flex-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-xs-100 {
    -webkit-box-flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important; }
  .flex-xs-1-1-100p {
    flex: 1 1 100% !important; }
  .flex-xs-second-field {
    flex: 0 1 100% !important;
    padding-left: 12% !important;
    margin-top: 12px !important; }
  ul.form-horizontal {
    width: 92%;
    margin: 0 auto; }
  ul.form-horizontal li {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    position: relative;
    clear: both; }
  ul.form-horizontal li label {
    display: block;
    width: 100%;
    padding: 0 0 4px 0;
    text-align: left; }
  ul.form-horizontal li input {
    width: 100%; }
  ul.form-horizontal li.errorInfo {
    text-align: left !important;
    padding: 5px;
    margin: 5px 0 !important; }
  ul.form-horizontal li.errorInfo span {
    text-align: left !important; }
  ul#tabNav li a {
    padding: 6px 20px 6px 12px !important;
    line-height: 16px !important;
    border-top: 1px solid #999 !important;
    border-bottom: 1px solid #111 !important;
    font-size: 12px !important; }
  .slick-prev:before, .slick-next:before {
    font-size: 20px !important; }
  .grad-xs-white {
    /* http://colorzilla.com/gradient-editor/#ffffff+2,dbdbdb+87,ffffff+100 */
    background: white;
    background: -moz-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
    background: -webkit-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
    background: linear-gradient(to bottom, white 2%, #dbdbdb 87%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } }

@media (max-width: 380px) {
  #modalCheckout .modal-dialog {
    margin: 0;
    border-radius: 0px; }
    #modalCheckout .modal-dialog .modal-content,
    #modalCheckout .modal-dialog .modal-body {
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      border-radius: 0px !important; }
    #modalCheckout .modal-dialog .modal-body {
      padding: 0 !important; } }

@media (max-width: 320px) {
  .col-xxs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .popover {
    font-size: 12px !important; }
  div.checkoutModern div.input-icon-container input.form-control, #signupForm div.checkoutModern input.form-control {
    padding-left: 2.1rem !important; }
  div.checkoutModern div.input-icon-container label.float-label, #signupForm div.checkoutModern label.float-label {
    left: 2.2rem; }
  div.checkoutModern label.float-label-no-pad {
    left: .5rem; }
  div.checkoutModern input.form-control-no-pad {
    padding-left: .5rem !important; }
  .mt-xxs-2 {
    margin-top: .5rem; }
  .flex-xxs-100 {
    -webkit-box-flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important; }
  .w-xxs-5 {
    width: 5%; }
  .w-xxs-10 {
    width: 10%; }
  .w-xxs-15 {
    width: 15%; }
  .w-xxs-20 {
    width: 20%; }
  .w-xxs-25p {
    width: 25%; }
  .w-xxs-30 {
    width: 30%; }
  .w-xxs-35 {
    width: 35%; }
  .w-xxs-40 {
    width: 40%; }
  .w-xxs-45 {
    width: 45%; }
  .w-xxs-50p {
    width: 50%; }
  .w-xxs-55 {
    width: 55%; }
  .w-xxs-60 {
    width: 60%; }
  .w-xxs-65 {
    width: 65%; }
  .w-xxs-70 {
    width: 70%; }
  .w-xxs-75p {
    width: 75%; }
  .w-xxs-80 {
    width: 80%; }
  .w-xxs-85 {
    width: 85%; }
  .w-xxs-90 {
    width: 90%; }
  .w-xxs-95 {
    width: 95%; }
  .w-xxs-97 {
    width: 97%; }
  .w-xxs-98 {
    width: 98%; }
  .w-xxs-100p {
    width: 100%; }
  .w-xxs-auto {
    width: auto; }
  .w-xxs-50px {
    width: 50px; }
  .w-xxs-75px {
    width: 75px; }
  .w-xxs-100px {
    width: 100px; }
  .w-xxs-125px {
    width: 125px; }
  .w-xxs-150px {
    width: 150px; }
  .w-xxs-200px {
    width: 200px; }
  .w-xxs-250px {
    width: 250px; }
  .w-xxs-275px {
    width: 275px; }
  .w-xxs-300px {
    width: 300px; }
  .w-xxs-325px {
    width: 325px; }
  .w-xxs-350px {
    width: 350px; }
  .w-xxs-400px {
    width: 400px; }
  .h-xxs-5px {
    height: 5px; }
  .h-xxs-10px {
    height: 10px; }
  .h-xxs-15px {
    height: 15px; }
  .h-xxs-18px {
    height: 18px; }
  .h-xxs-25px {
    height: 25px; }
  .h-xxs-75px {
    height: 75px; }
  .h-xxs-100px {
    height: 100px; }
  .h-xxs-150px {
    height: 150px; }
  .h-xxs-200px {
    height: 200px; }
  .h-xxs-250px {
    height: 250px; }
  .h-xxs-300px {
    height: 300px; }
  .h-xxs-350px {
    height: 350px; }
  .fs-16 li {
    font-size: 13px; }
  .fs-xxs-bigger {
    font-size: 1.1em; }
  .fs-xxs-8 {
    font-size: 8px; }
  .fs-xxs-9 {
    font-size: 9px; }
  .fs-xxs-10 {
    font-size: 10px; }
  .fs-xxs-11 {
    font-size: 11px; }
  .fs-xxs-12 {
    font-size: 12px; }
  .fs-xxs-13 {
    font-size: 13px; }
  .fs-xxs-14 {
    font-size: 14px; }
  .fs-xxs-15 {
    font-size: 15px; }
  .fs-xxs-16 {
    font-size: 16px; }
  .fs-xxs-17 {
    font-size: 17px; }
  .fs-xxs-18 {
    font-size: 18px; }
  .fs-xxs-20 {
    font-size: 20px; }
  .fs-xxs-24 {
    font-size: 24px; }
  .fs-xxs-30 {
    font-size: 30px; }
  .fs-xxs-19vw {
    font-size: 19vw; }
  .fs-xxs-145vw {
    font-size: 14.5vw; }
  .fs-xxs-14vw {
    font-size: 14vw; }
  .fs-xxs-135vw {
    font-size: 13.5vw; }
  .fs-xxs-13vw {
    font-size: 13vw; }
  .fs-xxs-125vw {
    font-size: 12.5vw; }
  .fs-xxs-12vw {
    font-size: 12vw; }
  .fs-xxs-115vw {
    font-size: 11.5vw; }
  .fs-xxs-11vw {
    font-size: 11vw; }
  .fs-xxs-105vw {
    font-size: 10.5vw; }
  .fs-xxs-10vw {
    font-size: 10vw; }
  .fs-xxs-95vw {
    font-size: 9.5vw; }
  .fs-xxs-9vw {
    font-size: 9vw; }
  .fs-xxs-85vw {
    font-size: 8.5vw; }
  .fs-xxs-8vw {
    font-size: 8vw; }
  .fs-xxs-75vw {
    font-size: 7.5vw; }
  .fs-xxs-7vw {
    font-size: 7vw; }
  .fs-xxs-65vw {
    font-size: 6.5vw; }
  .fs-xxs-6vw {
    font-size: 6vw; }
  .fs-xxs-55vw {
    font-size: 5.5vw; }
  .fs-xxs-5vw {
    font-size: 5vw; }
  .fs-xxs-45vw {
    font-size: 4.5vw; }
  .fs-xxs-4vw {
    font-size: 4vw; }
  .fs-xxs-35vw {
    font-size: 3.5vw; }
  .fs-xxs-3vw {
    font-size: 3vw; }
  .fs-xxs-25vw {
    font-size: 2.5vw; }
  .fs-xxs-2vw {
    font-size: 2vw; }
  .fs-xxs-15vw {
    font-size: 1.5vw; }
  .fs-xxs-1vw {
    font-size: 1vw; }
  .hidden-xxs {
    display: none; }
  .pb-xxs-0 {
    bottom: 0; }
  .bg-xxs-size-1000px {
    background-size: 1000px auto; }
  .bg-xxs-size-900px {
    background-size: 900px auto; }
  .bg-xxs-size-800px {
    background-size: 800px auto; }
  .bg-xxs-size-700px {
    background-size: 700px auto; }
  .bg-xxs-size-600px {
    background-size: 600px auto; }
  .bg-xxs-size-500px {
    background-size: 500px auto; }
  .bg-xxs-size-auto {
    background-size: auto; }
  .d-xxs-block {
    display: block; } }

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	GRADIENTS
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.grad-3d-black {
  /* http://colorzilla.com/gradient-editor/#333333+0,141414+31,262626+50 */
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #141414 31%, #262626 50%);
  background: -webkit-linear-gradient(top, #333333 0%, #141414 31%, #262626 50%);
  background: linear-gradient(to bottom, #333333 0%, #141414 31%, #262626 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#262626',GradientType=0 ); }

.btn-gold, a.btn-gold {
  /* http://colorzilla.com/gradient-editor/#f4eed9+20,a8a48a+97,ede4ce+100 */
  border-top: 1px solid #fff;
  border-bottom: 1px solid #776A44;
  cursor: pointer;
  color: #000 !important;
  text-shadow: 0px 1px 0px #fff;
  background: #f4eed9;
  background: -moz-linear-gradient(top, #f4eed9 20%, #a8a48a 97%, #ede4ce 100%);
  background: -webkit-linear-gradient(top, #f4eed9 20%, #a8a48a 97%, #ede4ce 100%);
  background: linear-gradient(to bottom, #f4eed9 20%, #a8a48a 97%, #ede4ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eed9', endColorstr='#ede4ce',GradientType=0 ); }

.btn-gold2, a.btn-gold2 {
  /* http://colorzilla.com/gradient-editor/#f4eed9+20,a8a48a+97,ede4ce+100 */
  border-top: 1px solid #fff;
  border-bottom: 1px solid #776A44;
  cursor: pointer;
  color: #000 !important;
  text-shadow: 0px 1px 0px #fff;
  /* http://colorzilla.com/gradient-editor/#f2e1a9+20,a59c61+97,ead39d+100 */
  background: #f2e1a9;
  background: -moz-linear-gradient(top, #f2e1a9 20%, #a59c61 97%, #ead39d 100%);
  background: -webkit-linear-gradient(top, #f2e1a9 20%, #a59c61 97%, #ead39d 100%);
  background: linear-gradient(to bottom, #f2e1a9 20%, #a59c61 97%, #ead39d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e1a9', endColorstr='#ead39d',GradientType=0 ); }

.btn-gray, a.btn-gray {
  /* http://colorzilla.com/gradient-editor/#f4eed9+20,a8a48a+97,ede4ce+100 */
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-top: 1px solid #fff;
  cursor: pointer;
  color: #000 !important;
  text-shadow: 0px 1px 0px #fff;
  /* http://colorzilla.com/gradient-editor/#f2e1a9+20,a59c61+97,ead39d+100 */
  /* http://colorzilla.com/gradient-editor/#f9f9f9+0,f7f7f7+13,f7f7f7+13,bfbfbf+90,dbdbdb+100 */
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f7f7f7 13%, #f7f7f7 13%, #bfbfbf 90%, #dbdbdb 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f7f7f7 13%, #f7f7f7 13%, #bfbfbf 90%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #f7f7f7 13%, #f7f7f7 13%, #bfbfbf 90%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 ); }

.btn-gray:hover, a.btn-gray:hover, .btn-active, .btn-active:hover {
  background: #E9DFB2 !important; }

a.btn-yellow, button.btn-yellow {
  /* http://colorzilla.com/gradient-editor/#fff09e+0,efd409+48,cca002+90,fcdd2d+100 */
  color: #000 !important;
  text-shadow: 0px 1px 0px #fff;
  background: #fff09e;
  background: -moz-linear-gradient(top, #fff09e 0%, #efd409 48%, #cca002 90%, #fcdd2d 100%);
  background: -webkit-linear-gradient(top, #fff09e 0%, #efd409 48%, #cca002 90%, #fcdd2d 100%);
  background: linear-gradient(to bottom, #fff09e 0%, #efd409 48%, #cca002 90%, #fcdd2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff09e', endColorstr='#fcdd2d',GradientType=0 ); }

.btn-red {
  /* https://colorzilla.com/gradient-editor/#ce3d3d+0,600d0d+92,d35252+100 */
  border: 1px solid #e36969;
  border-width: 1px 0 0 0;
  cursor: pointer;
  text-shadow: 0px -1px 1px #4b0000;
  /* Permalink - use to edit and share this gradient:  */
  background: #ce3d3d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ce3d3d 0%, #600d0d 92%, #d35252 100%);
  background: -webkit-linear-gradient(top, #ce3d3d 0%, #600d0d 92%, #d35252 100%);
  background: linear-gradient(to bottom, #ce3d3d 0%, #600d0d 92%, #d35252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d3d', endColorstr='#d35252',GradientType=0 ); }

.btn-red:hover {
  background: #b50101; }

.grad-red {
  background: #c14f4f;
  background: -moz-linear-gradient(top, #c14f4f 15%, #c14f4f 15%, #872b2b 94%, #ae4040 100%);
  background: -webkit-linear-gradient(top, #c14f4f 15%, #c14f4f 15%, #872b2b 94%, #ae4040 100%);
  background: linear-gradient(to bottom, #c14f4f 15%, #c14f4f 15%, #872b2b 94%, #ae4040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14f4f', endColorstr='#ae4040',GradientType=0 ); }

a.btn-blue, .btn-blue {
  /* http://colorzilla.com/gradient-editor/#c14f4f+15,c14f4f+15,872b2b+94,ae4040+100 */
  border-bottom: 1px solid #6788EF;
  border-top: 1px solid #D4E4FF !important;
  cursor: pointer;
  text-shadow: 0px -1px 1px #000;
  /* http://colorzilla.com/gradient-editor/#7c85bc+8,4a5ba8+94,7483bf+100 */
  background: #7c85bc;
  background: -moz-linear-gradient(top, #7c85bc 8%, #4a5ba8 94%, #7483bf 100%);
  background: -webkit-linear-gradient(top, #7c85bc 8%, #4a5ba8 94%, #7483bf 100%);
  background: linear-gradient(to bottom, #7c85bc 8%, #4a5ba8 94%, #7483bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c85bc', endColorstr='#7483bf',GradientType=0 ); }

.grad-radial-000 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+97&1+0,0.77+26,0+74 */
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0.77) 26%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 97%);
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0.77) 26%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 97%);
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0.77) 26%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }

.grad-radial-fff {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&1+0,0.77+24,0+68 */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.77) 24%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.77) 24%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.77) 24%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.grad-shell-nav {
  /* http://colorzilla.com/gradient-editor/#000000+3,000000+98&0.92+31,0.11+81,0+99 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.92) 3%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.11) 81%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0) 99%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.92) 3%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.11) 81%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 3%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.11) 81%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb000000', endColorstr='#00000000',GradientType=0 ); }

.grad-shell-nav-111 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,333333+100&1+0,0.93+22,0.53+49,0.14+76,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(11, 11, 11, 0.93) 22%, rgba(25, 25, 25, 0.53) 49%, rgba(39, 39, 39, 0.14) 76%, rgba(51, 51, 51, 0) 100%);
  background: -webkit-linear-gradient(top, black 0%, rgba(11, 11, 11, 0.93) 22%, rgba(25, 25, 25, 0.53) 49%, rgba(39, 39, 39, 0.14) 76%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(11, 11, 11, 0.93) 22%, rgba(25, 25, 25, 0.53) 49%, rgba(39, 39, 39, 0.14) 76%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00333333',GradientType=0 ); }

.grad-shell-nav-white {
  /* http://colorzilla.com/gradient-editor/#ededed+4,ffffff+90&1+28,0.11+74,0+90 */
  background: -moz-linear-gradient(top, #ededed 4%, #f2f2f2 28%, rgba(252, 252, 252, 0.11) 74%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-linear-gradient(top, #ededed 4%, #f2f2f2 28%, rgba(252, 252, 252, 0.11) 74%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(to bottom, #ededed 4%, #f2f2f2 28%, rgba(252, 252, 252, 0.11) 74%, rgba(255, 255, 255, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ffffff',GradientType=0 ); }

.grad-gray {
  /* http://colorzilla.com/gradient-editor/#6b6b6b+1,353535+100 */
  background: #6b6b6b;
  background: -moz-linear-gradient(top, #6b6b6b 1%, #353535 100%);
  background: -webkit-linear-gradient(top, #6b6b6b 1%, #353535 100%);
  background: linear-gradient(to bottom, #6b6b6b 1%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#353535',GradientType=0 ); }

.grad-gray-inner {
  /* http://colorzilla.com/gradient-editor/#1c1c1c+0,444444+10,2d2d2d+93,212121+100 */
  background: #1c1c1c;
  background: -moz-linear-gradient(top, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  background: linear-gradient(to bottom, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#212121',GradientType=0 ); }

.grad-lip-333 {
  /* http://colorzilla.com/gradient-editor/#333333+6,7c7c7c+84,999999+100&0+9,0.15+51,0.31+81 */
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 6%, rgba(54, 54, 54, 0) 9%, rgba(93, 93, 93, 0.15) 51%, rgba(121, 121, 121, 0.31) 81%, rgba(124, 124, 124, 0.31) 84%, rgba(153, 153, 153, 0.31) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 6%, rgba(54, 54, 54, 0) 9%, rgba(93, 93, 93, 0.15) 51%, rgba(121, 121, 121, 0.31) 81%, rgba(124, 124, 124, 0.31) 84%, rgba(153, 153, 153, 0.31) 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 6%, rgba(54, 54, 54, 0) 9%, rgba(93, 93, 93, 0.15) 51%, rgba(121, 121, 121, 0.31) 81%, rgba(124, 124, 124, 0.31) 84%, rgba(153, 153, 153, 0.31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#4f999999',GradientType=0 ); }

.grad-gray4 {
  /* http://colorzilla.com/gradient-editor/#7a7a7a+24,424242+89,7c7c7c+99 */
  background: #7a7a7a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7a7a7a 24%, #424242 89%, #7c7c7c 99%);
  background: -webkit-linear-gradient(top, #7a7a7a 24%, #424242 89%, #7c7c7c 99%);
  background: linear-gradient(to bottom, #7a7a7a 24%, #424242 89%, #7c7c7c 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#7c7c7c',GradientType=0 ); }

.grad-gray5 {
  background: #777777;
  /* http://colorzilla.com/gradient-editor/#777777+0,555555+100 */
  background: -moz-linear-gradient(top, #777777 0%, #555555 100%);
  background: -webkit-linear-gradient(top, #777777 0%, #555555 100%);
  background: linear-gradient(to bottom, #777777 0%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 ); }

.grad-gray-3d {
  /* http://colorzilla.com/gradient-editor/#444444+1,333333+35,1c1c1c+68,444444+100 */
  background: #444444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #444444 1%, #333333 35%, #1c1c1c 68%, #444444 100%);
  background: -webkit-linear-gradient(top, #444444 1%, #333333 35%, #1c1c1c 68%, #444444 100%);
  background: linear-gradient(to bottom, #444444 1%, #333333 35%, #1c1c1c 68%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444',GradientType=0 ); }

.grad-3d-gray {
  background: #7a7a7a;
  /* http://colorzilla.com/gradient-editor/#7a7a7a+1,4c4c4c+54,606060+65,555555+95,555555+95,5e5e5e+100  */
  background: -moz-linear-gradient(top, #7a7a7a 1%, #4c4c4c 54%, #606060 65%, #555555 95%, #555555 95%, #5e5e5e 100%);
  background: -webkit-linear-gradient(top, #7a7a7a 1%, #4c4c4c 54%, #606060 65%, #555555 95%, #555555 95%, #5e5e5e 100%);
  background: linear-gradient(to bottom, #7a7a7a 1%, #4c4c4c 54%, #606060 65%, #555555 95%, #555555 95%, #5e5e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#5e5e5e',GradientType=0 ); }

.grad-gray-3d2 {
  background: #555555;
  /* http://colorzilla.com/gradient-editor/#555555+1,383838+46,545454+58,606060+72,555555+100 */
  background: -moz-linear-gradient(top, #555555 1%, #383838 46%, #545454 58%, #606060 72%, #555555 100%);
  background: -webkit-linear-gradient(top, #555555 1%, #383838 46%, #545454 58%, #606060 72%, #555555 100%);
  background: linear-gradient(to bottom, #555555 1%, #383838 46%, #545454 58%, #606060 72%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555',GradientType=0 ); }

.grad-gray-3d3 {
  background: #555555;
  /* http://colorzilla.com/gradient-editor/#555555+1,333333+48,262626+77,555555+100 */
  background: -moz-linear-gradient(top, #555555 1%, #333333 48%, #262626 77%, #555555 100%);
  background: -webkit-linear-gradient(top, #555555 1%, #333333 48%, #262626 77%, #555555 100%);
  background: linear-gradient(to bottom, #555555 1%, #333333 48%, #262626 77%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555',GradientType=0 ); }

.grad-gray-inner {
  background: #1c1c1c;
  /* http://colorzilla.com/gradient-editor/#1c1c1c+0,444444+10,2d2d2d+93,212121+100 */
  background: -moz-linear-gradient(top, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  background: linear-gradient(to bottom, #1c1c1c 0%, #444444 10%, #2d2d2d 93%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#212121',GradientType=0 ); }

.grad-gray3 {
  background: #727272;
  /* http://colorzilla.com/gradient-editor/#727272+0,555555+100 */
  background: -moz-linear-gradient(top, #727272 0%, #555555 100%);
  background: -webkit-linear-gradient(top, #727272 0%, #555555 100%);
  background: linear-gradient(to bottom, #727272 0%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#555555',GradientType=0 ); }

.grad-green {
  /* http://colorzilla.com/gradient-editor/#52b152+6,52b152+6,005700+93,008a00+100,52b152+100 */
  background: #52b152;
  background: -moz-linear-gradient(top, #52b152 6%, #52b152 6%, #005700 93%, #008a00 100%, #52b152 100%);
  background: -webkit-linear-gradient(top, #52b152 6%, #52b152 6%, #005700 93%, #008a00 100%, #52b152 100%);
  background: linear-gradient(to bottom, #52b152 6%, #52b152 6%, #005700 93%, #008a00 100%, #52b152 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#52b152',GradientType=0 ); }

.grad-white {
  /* http://colorzilla.com/gradient-editor/#ffffff+2,dbdbdb+87,ffffff+100 */
  background: white;
  background: -moz-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
  background: -webkit-linear-gradient(top, white 2%, #dbdbdb 87%, white 100%);
  background: linear-gradient(to bottom, white 2%, #dbdbdb 87%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.grad-white2 {
  /* http://colorzilla.com/gradient-editor/#dddddd+3,c9c9c9+77,f9f9f9+100 */
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 3%, #c9c9c9 77%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #dddddd 3%, #c9c9c9 77%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #dddddd 3%, #c9c9c9 77%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f9f9f9',GradientType=0 ); }

.grad-white3 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+94,f2f2f2+94,ffffff+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 94%, #f2f2f2 94%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(94%, #f2f2f2), color-stop(94%, #f2f2f2), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 94%, #f2f2f2 94%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 94%, #f2f2f2 94%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 94%, #f2f2f2 94%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 94%, #f2f2f2 94%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.grad-white4 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); }

.grad-white5 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+95,ffffff+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 95%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #e0e0e0), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 95%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 95%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 95%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 95%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.grad-white6 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); }

.grad-white7 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+92,ededed+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 92%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(92%, #dbdbdb), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 92%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 92%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 92%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 92%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); }

.grad-white-inner {
  /* http://colorzilla.com/gradient-editor/#c4c4c4+0,ffffff+11,e2e2e2+96,d6d6d6+99 */
  background: #c4c4c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4c4c4 0%, white 11%, #e2e2e2 96%, #d6d6d6 99%);
  background: -webkit-linear-gradient(top, #c4c4c4 0%, white 11%, #e2e2e2 96%, #d6d6d6 99%);
  background: linear-gradient(to bottom, #c4c4c4 0%, white 11%, #e2e2e2 96%, #d6d6d6 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#d6d6d6',GradientType=0 ); }

.grad-yellow {
  /* http://colorzilla.com/gradient-editor/#ffffc1+8,f9f227+100 */
  background: #ffffc1;
  background: -moz-linear-gradient(top, #ffffc1 8%, #f9f227 100%);
  background: -webkit-linear-gradient(top, #ffffc1 8%, #f9f227 100%);
  background: linear-gradient(to bottom, #ffffc1 8%, #f9f227 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc1', endColorstr='#f9f227',GradientType=0 ); }

div.GRAD3d {
  /* http://colorzilla.com/gradient-editor/#dddddd+0,b2b2b2+71,dddddd+100 */
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #b2b2b2 71%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #b2b2b2 71%, #dddddd 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #b2b2b2 71%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); }

.grad-white-3d {
  /* http://colorzilla.com/gradient-editor/#dddddd+0,b2b2b2+71,dddddd+100 */
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #e0e0e0 40%, #e0e0e0 40%, #bcbcbc 66%, #dbdbdb 71%, #ededed 78%, #dddddd 90%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #e0e0e0 40%, #e0e0e0 40%, #bcbcbc 66%, #dbdbdb 71%, #ededed 78%, #dddddd 90%);
  background: linear-gradient(to bottom, #dddddd 0%, #e0e0e0 40%, #e0e0e0 40%, #bcbcbc 66%, #dbdbdb 71%, #ededed 78%, #dddddd 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); }

.grad-white-3d2 {
  /* http://colorzilla.com/gradient-editor/#ffffff+1,e0e0e0+35,bcbcbc+66,dbdbdb+74,dddddd+86,eeeeee+100 */
  background: white;
  background: -moz-linear-gradient(top, white 1%, #e0e0e0 35%, #bcbcbc 66%, #dbdbdb 74%, #dddddd 86%, white 100%);
  background: -webkit-linear-gradient(top, white 1%, #e0e0e0 35%, #bcbcbc 66%, #dbdbdb 74%, #dddddd 86%, white 100%);
  background: linear-gradient(to bottom, white 1%, #e0e0e0 35%, #bcbcbc 66%, #dbdbdb 74%, #dddddd 86%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); }

.grad-white-3d3 {
  /* http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+23,adadad+46,dbdbdb+62,ffffff+76,ffffff+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 23%, #adadad 46%, #dbdbdb 62%, white 76%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 23%, #adadad 46%, #dbdbdb 62%, white 76%, white 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 23%, #adadad 46%, #dbdbdb 62%, white 76%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.grad-light2 {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 56%, #f2f2f2 56%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 56%, #f2f2f2 56%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f2f2f2 56%, #f2f2f2 56%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 ); }

.grad-to-alpha-000-lip {
  /* http://colorzilla.com/gradient-editor/#c4c4c4+0,000000+8,000000+100&0.12+0,0+8,0+33,1+93 */
  background: -moz-linear-gradient(top, rgba(196, 196, 196, 0.12) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 33%, black 93%, black 100%);
  background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0.12) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 33%, black 93%, black 100%);
  background: linear-gradient(to bottom, rgba(196, 196, 196, 0.12) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 33%, black 93%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc4c4c4', endColorstr='#000000',GradientType=0 ); }

.grad-overlay-fff {
  /* http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0.18+1,0.84+71,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.84) 71%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.84) 71%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.84) 71%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2effffff', endColorstr='#ffffff',GradientType=0 ); }

.grad-to-alpha-161 {
  /* http://colorzilla.com/gradient-editor/#151515+0,161616+100&0+0,1+89 */
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #161616 89%, #161616 100%);
  background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #161616 89%, #161616 100%);
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, #161616 89%, #161616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151515', endColorstr='#161616',GradientType=0 ); }

.grad-to-alpha-444 {
  background: -moz-linear-gradient(top, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 49%, rgba(68, 68, 68, 0.57) 67%, #444444 85%, #444444 100%);
  background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 49%, rgba(68, 68, 68, 0.57) 67%, #444444 85%, #444444 100%);
  background: linear-gradient(to bottom, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 49%, rgba(68, 68, 68, 0.57) 67%, #444444 85%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00444444', endColorstr='#444444',GradientType=0 ); }

.grad-to-alpha-464 {
  /* http://colorzilla.com/gradient-editor/#363636+0,363636+100&0+0,0.83+44,1+100 */
  background: -moz-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.83) 44%, #363636 100%);
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.83) 44%, #363636 100%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.83) 44%, #363636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363636', endColorstr='#363636',GradientType=0 ); }

.grad-to-alpha-333 {
  /* http://colorzilla.com/gradient-editor/#363636+0,333333+100&0+0,0.83+72,1+100 */
  background: -moz-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(52, 52, 52, 0.83) 72%, #333333 100%);
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(52, 52, 52, 0.83) 72%, #333333 100%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(52, 52, 52, 0.83) 72%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363636', endColorstr='#333333',GradientType=0 ); }

.grad-to-alpha-252 {
  /* http://colorzilla.com/gradient-editor/#252525+2,252525+100&0+0,0.83+87,1+100 */
  background: -moz-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.02) 2%, rgba(37, 37, 37, 0.83) 87%, #252525 100%);
  background: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.02) 2%, rgba(37, 37, 37, 0.83) 87%, #252525 100%);
  background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.02) 2%, rgba(37, 37, 37, 0.83) 87%, #252525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00252525', endColorstr='#252525',GradientType=0 ); }

.grad-to-alpha-222 {
  /* http://colorzilla.com/gradient-editor/#191919+0,222222+100&0+0,0.83+51,1+83 */
  background: -moz-linear-gradient(top, rgba(25, 25, 25, 0) 0%, rgba(30, 30, 30, 0.83) 51%, #212121 83%, #222222 100%);
  background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, rgba(30, 30, 30, 0.83) 51%, #212121 83%, #222222 100%);
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0) 0%, rgba(30, 30, 30, 0.83) 51%, #212121 83%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00191919', endColorstr='#222222',GradientType=0 ); }

.grad-to-alpha-2222 {
  /* http://colorzilla.com/gradient-editor/#191919+0,222222+100&1+0,0+6,0+27,0.62+51,0.91+72,1+89 */
  background: -moz-linear-gradient(top, #191919 0%, rgba(26, 26, 26, 0) 6%, rgba(28, 28, 28, 0) 27%, rgba(30, 30, 30, 0.62) 51%, rgba(32, 32, 32, 0.91) 72%, #212121 89%, #222222 100%);
  background: -webkit-linear-gradient(top, #191919 0%, rgba(26, 26, 26, 0) 6%, rgba(28, 28, 28, 0) 27%, rgba(30, 30, 30, 0.62) 51%, rgba(32, 32, 32, 0.91) 72%, #212121 89%, #222222 100%);
  background: linear-gradient(to bottom, #191919 0%, rgba(26, 26, 26, 0) 6%, rgba(28, 28, 28, 0) 27%, rgba(30, 30, 30, 0.62) 51%, rgba(32, 32, 32, 0.91) 72%, #212121 89%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#222222',GradientType=0 ); }

.grad-to-alpha-000 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+13,0.32+34,0.8+60,1+82 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.32) 34%, rgba(0, 0, 0, 0.8) 60%, black 82%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.32) 34%, rgba(0, 0, 0, 0.8) 60%, black 82%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.32) 34%, rgba(0, 0, 0, 0.8) 60%, black 82%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

.grad-to-alpha-ccc {
  /* http://colorzilla.com/gradient-editor/#cccccc+0,cccccc+100&0+31,0.83+58,1+86 */
  background: -moz-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 31%, rgba(204, 204, 204, 0.83) 58%, #cccccc 86%, #cccccc 100%);
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 31%, rgba(204, 204, 204, 0.83) 58%, #cccccc 86%, #cccccc 100%);
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 31%, rgba(204, 204, 204, 0.83) 58%, #cccccc 86%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#cccccc',GradientType=0 ); }

.grad-to-alpha-fff {
  /* http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+31,0.83+58,1+86 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.83) 58%, white 86%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.83) 58%, white 86%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.83) 58%, white 86%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

@media (max-width: 576px) {
  .grad-xs-gray {
    /* http://colorzilla.com/gradient-editor/#6b6b6b+1,353535+100 */
    background: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 1%, #353535 100%);
    background: -webkit-linear-gradient(top, #6b6b6b 1%, #353535 100%);
    background: linear-gradient(to bottom, #6b6b6b 1%, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#353535',GradientType=0 ); } }

@media (max-width: 1050px) {
  .grad-md-to-alpha-464 {
    /* http://colorzilla.com/gradient-editor/#363636+0,363636+100&0+13,0.83+29,1+100 */
    background: -moz-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0) 13%, rgba(54, 54, 54, 0.83) 29%, #363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363636', endColorstr='#363636',GradientType=0 ); }
  .grad-md-to-alpha-151 {
    /* http://colorzilla.com/gradient-editor/#151515+0,151515+100&0+10,0.83+30,1+100 */
    background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0) 10%, rgba(21, 21, 21, 0.83) 30%, #151515 100%);
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0) 10%, rgba(21, 21, 21, 0.83) 30%, #151515 100%);
    background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0) 10%, rgba(21, 21, 21, 0.83) 30%, #151515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151515', endColorstr='#151515',GradientType=0 ); } }

.grad-alpha-gray {
  /* http://colorzilla.com/gradient-editor/#828282+1,494949+100&0.29+0,0.68+100 */
  background: -moz-linear-gradient(top, rgba(130, 130, 130, 0.29) 0%, rgba(130, 130, 130, 0.29) 1%, rgba(73, 73, 73, 0.68) 100%);
  background: -webkit-linear-gradient(top, rgba(130, 130, 130, 0.29) 0%, rgba(130, 130, 130, 0.29) 1%, rgba(73, 73, 73, 0.68) 100%);
  background: linear-gradient(to bottom, rgba(130, 130, 130, 0.29) 0%, rgba(130, 130, 130, 0.29) 1%, rgba(73, 73, 73, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a828282', endColorstr='#ad494949',GradientType=0 ); }

.grad-blue {
  /* http://colorzilla.com/gradient-editor/#2b82bc+0,23639a+100 */
  background: #2b82bc;
  background: -moz-linear-gradient(top, #2b82bc 0%, #23639a 100%);
  background: -webkit-linear-gradient(top, #2b82bc 0%, #23639a 100%);
  background: linear-gradient(to bottom, #2b82bc 0%, #23639a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b82bc', endColorstr='#23639a',GradientType=0 ); }

.grad-gray2 {
  /* http://colorzilla.com/gradient-editor/#353535+0,494949+100 */
  background: #353535;
  background: -moz-linear-gradient(top, #353535 0%, #494949 100%);
  background: -webkit-linear-gradient(top, #353535 0%, #494949 100%);
  background: linear-gradient(to bottom, #353535 0%, #494949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#494949',GradientType=0 ); }

.grad-black {
  /* http://colorzilla.com/gradient-editor/#000000+0,191919+100 */
  background: black;
  background: -moz-linear-gradient(top, black 0%, #191919 100%);
  background: -webkit-linear-gradient(top, black 0%, #191919 100%);
  background: linear-gradient(to bottom, black 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 ); }

.grad-danger {
  /* http://colorzilla.com/gradient-editor/#bf6e4e+0,8c3310+66,752201+100 */
  background: #bf6e4e;
  background: -moz-linear-gradient(top, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  background: -webkit-linear-gradient(top, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  background: linear-gradient(to bottom, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6e4e', endColorstr='#752201',GradientType=0 ); }

.grad-light {
  /* http://colorzilla.com/gradient-editor/#efefef+1,b7b7b7+81,cecece+100 */
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 1%, #b7b7b7 81%, #cecece 100%);
  background: -webkit-linear-gradient(top, #efefef 1%, #b7b7b7 81%, #cecece 100%);
  background: linear-gradient(to bottom, #efefef 1%, #b7b7b7 81%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cecece',GradientType=0 ); }

.grad-aaron {
  /* http://colorzilla.com/gradient-editor/#4f5054+1,28292b+100&0.6+0,0.6+100 */
  border-top: 1px solid #666;
  background: -moz-linear-gradient(top, rgba(79, 80, 84, 0.8) 0%, rgba(79, 80, 84, 0.95) 1%, rgba(40, 41, 43, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(79, 80, 84, 0.8) 0%, rgba(79, 80, 84, 0.95) 1%, rgba(40, 41, 43, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(79, 80, 84, 0.8) 0%, rgba(79, 80, 84, 0.95) 1%, rgba(40, 41, 43, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#994f5054', endColorstr='#9928292b',GradientType=0 ); }

.fb-btn {
  border-color: #1b5480;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  /* http://colorzilla.com/gradient-editor/#2b82bc+0,23639a+100 */
  background: #2b82bc;
  background: -moz-linear-gradient(top, #2b82bc 0%, #23639a 100%);
  background: -webkit-linear-gradient(top, #2b82bc 0%, #23639a 100%);
  background: linear-gradient(to bottom, #2b82bc 0%, #23639a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b82bc', endColorstr='#23639a',GradientType=0 ); }

.btn-danger {
  border: 1px solid #FFC48A;
  border-width: 1px 0 0 0;
  cursor: pointer;
  text-shadow: 0px -1px 1px #000;
  color: #fff !important;
  /* http://colorzilla.com/gradient-editor/#bf6e4e+0,8c3310+66,752201+100 */
  background: #bf6e4e;
  background: -moz-linear-gradient(top, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  background: -webkit-linear-gradient(top, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  background: linear-gradient(to bottom, #bf6e4e 0%, #8c3310 66%, #752201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6e4e', endColorstr='#752201',GradientType=0 ); }

.grad-keaggy {
  /* http://colorzilla.com/gradient-editor/#353535+0,494949+100 */
  background: #353535;
  background: -moz-linear-gradient(top, rgba(93, 93, 93, 0.3) 0%, rgba(53, 53, 53, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(93, 93, 93, 0.3) 0%, rgba(53, 53, 53, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(93, 93, 93, 0.3) 0%, rgba(53, 53, 53, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#494949',GradientType=0 ); }

.grad-keaggy2 {
  /* http://colorzilla.com/gradient-editor/#353535+0,494949+100 */
  background: #353535;
  background: -moz-linear-gradient(top, rgba(93, 93, 93, 0.6) 0%, rgba(70, 70, 70, 0.05) 100%);
  background: -webkit-linear-gradient(top, rgba(93, 93, 93, 0.6) 0%, rgba(70, 70, 70, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(93, 93, 93, 0.6) 0%, rgba(70, 70, 70, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#494949',GradientType=0 ); }

.grad-dawes {
  /* http://colorzilla.com/gradient-editor/#ceb28a+0,564b42+100&0.3+0,0.3+100 */
  background: -moz-linear-gradient(top, rgba(206, 178, 138, 0.3) 0%, rgba(86, 75, 66, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(206, 178, 138, 0.3) 0%, rgba(86, 75, 66, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(206, 178, 138, 0.3) 0%, rgba(86, 75, 66, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dceb28a', endColorstr='#4d564b42',GradientType=0 ); }

.grad-dawes2 {
  /* http://colorzilla.com/gradient-editor/#ceb28a+0,564b42+100&0.07+0,0.3+100 */
  background: -moz-linear-gradient(top, rgba(206, 178, 138, 0.07) 0%, rgba(86, 75, 66, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(206, 178, 138, 0.07) 0%, rgba(86, 75, 66, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(206, 178, 138, 0.07) 0%, rgba(86, 75, 66, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12ceb28a', endColorstr='#4d564b42',GradientType=0 ); }

@media print {
  .hidden-print {
    display: none !important; }
  body, html, p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .fff, .aaa, .ccc, .bbb, .eee {
    color: #000 !important; } }

div.jwStyle .jw-controlbar {
  border-bottom: 1px solid #d1d1d1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* http://colorzilla.com/gradient-editor/#565656+0,8c8c8c+6,636363+91,444444+100 */
  background: #565656;
  background: -moz-linear-gradient(top, #565656 0%, #8c8c8c 6%, #636363 91%, #444444 100%);
  background: -webkit-linear-gradient(top, #565656 0%, #8c8c8c 6%, #636363 91%, #444444 100%);
  background: linear-gradient(to bottom, #565656 0%, #8c8c8c 6%, #636363 91%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#444444',GradientType=0 ); }

#jamplay_footer {
  background-color: black; }
  #jamplay_footer .ctr-logo {
    height: 45px;
    width: 210px; }
  #jamplay_footer .ctr-social_logo_list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #jamplay_footer .ctr-social_logo_list ul li {
      display: inline-block;
      height: 40px;
      width: 40px;
      background-color: white;
      color: black; }
      #jamplay_footer .ctr-social_logo_list ul li a {
        height: 100%;
        color: black;
        text-decoration: none; }
        #jamplay_footer .ctr-social_logo_list ul li a i {
          transform: scale(1.5); }
  #jamplay_footer .main-links {
    font-family: "Montserrat", sans-serif;
    color: white; }
    #jamplay_footer .main-links ul {
      list-style-type: none;
      padding: 0; }
      #jamplay_footer .main-links ul li a {
        color: #999999;
        text-decoration: none;
        font-weight: 300 !important;
        font-size: 21px;
        font-weight: 300; }
        #jamplay_footer .main-links ul li a:hover {
          color: white; }
  #jamplay_footer .btm ul {
    list-style-type: none;
    margin: 100px 0 0 0;
    padding: 0; }
    @media (max-width: 991px) {
      #jamplay_footer .btm ul {
        margin-top: 45px; } }
    #jamplay_footer .btm ul li {
      display: inline-block;
     /* color: #cccccc;*/
      color:#777;
      font-size: 17px;
      font-family: "Montserrat", sans-serif; }
      #jamplay_footer .btm ul li a {
      /*  color: #cccccc;*/
	       color:#777;
        text-decoration: none; }
        #jamplay_footer .btm ul li a:hover {
          color: white; }
      @media (max-width: 991px) {
        #jamplay_footer .btm ul li {
          display: block; } }

.focus_glow {
  box-shadow: 0 2px 16px 0 rgba(255, 226, 67, 0.97); }

.act-focus_glow {
  box-shadow: 0 2px 16px 0 rgba(255, 226, 67, 0.97); }

.tf_gold {
  color: #FBE16D !important; }

.ctr-tf_promo {
  display: flex;
  flex-direction: column;
  max-width: 16rem;
  margin: 0 auto;
  padding: 1.5rem 0; }
  .ctr-tf_promo p {
    color: #FBE16D !important; }
  .ctr-tf_promo span {
    color: #FBE16D;
    font-size: 20px;
    text-decoration-style: dotted; }

.act-tf_promo {
  display: flex;
  flex-direction: column;
  max-width: 16rem;
  margin: 0 auto;
  padding: 1.0rem 0; }
  .act-tf_promo p {
    color: #696253 !important; }
  .act-tf_promo span {
    color: #696253;
    font-size: 20px;
    text-decoration-style: dotted;
    cursor: pointer; }

.tf-promo_modal-header {
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }

.tf_promo-body {
  text-align: left; }
  .tf_promo-body .details {
    padding: 1.5rem; }
    .tf_promo-body .details ul {
      margin: 1.5rem;
      padding: 0; }

.close_modal {
  float: right; }
  .close_modal:hover {
    cursor: pointer !important; }

.ctr-tf_promo span:hover {
  cursor: pointer !important; }

.ctr-tf_promo_video {
  display: flex;
  height: 400px;
  background: black;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0; }

.close {
  z-index: 999999;
  margin: 0 1rem; }

.bf_promo_popup {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  display: none; }
  .bf_promo_popup .body {
    background: url("../images/100-90-5.png") repeat #3d8910; }
  .bf_promo_popup .close {
    top: 10px;
    right: 10px;
    font-size: 16px; }
  .bf_promo_popup .title span {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    padding-left: 20px; }
  .bf_promo_popup .title p {
    text-shadow: 4px 5px 0px rgba(255, 255, 255, 0.3);
    font-size: 3.5em;
    padding: 0 0 0 40px;
    margin: -10px 0 0 0;
    line-height: 1.5; }

.bf_promo_popup-2 {
  min-height: 120px; }

.bf_promo_popup .details p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em; }
  .bf_promo_popup .details p .view-offer {
    font-size: 1.2em; }

.bf_promo_popup .details .yellow {
  color: yellow !important; }

.bf_promo_popup img {
  max-height: 140px;
  max-width: 100%; }

.cd_timer {
  background: #1E191C; }
  .cd_timer span {
    color: red;
    text-transform: uppercase;
    font-size: 1.5rem; }

@media (max-width: 768px) {
  .bf_promo_popup .details {
    padding: 30px 0; } }

@media (max-width: 576px) {
  .bf_promo_popup .body {
    text-align: center; }
  .bf_promo_popup .title {
    padding-top: 30px; }
    .bf_promo_popup .title span {
      padding: 0; }
    .bf_promo_popup .title p {
      padding: 0;
      margin: 0; }
  .bf_promo_popup img {
    width: 100%;
    max-height: none; } }

#easter_promo {
  background-color: #15162E;
  height: 12vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    #easter_promo {
      display: none !important; } }
  #easter_promo .closerow {
    margin-bottom: -2rem; }
    @media (max-width: 768px) {
      #easter_promo .closerow {
        margin-bottom: -2rem; } }
  #easter_promo #close {
    float: right; }
    #easter_promo #close:hover {
      cursor: pointer; }
    @media (max-width: 768px) {
      #easter_promo #close {
        position: absolute;
        top: -5rem;
        right: -1rem; } }
    #easter_promo #close i {
      color: white; }
  #easter_promo .ctr-main_copy {
    height: 5rem;
    width: 92%;
    /* background: #FADE62; */
    background-image: url("/assets/image/site/sales-tile_yellow.jpg");
    border-radius: 1em;
    margin: .5rem auto; }
    @media (max-width: 768px) {
      #easter_promo .ctr-main_copy {
        min-height: 10rem;
        text-align: center; } }
    #easter_promo .ctr-main_copy .ctr-title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
    #easter_promo .ctr-main_copy h1, #easter_promo .ctr-main_copy .h1 {
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5em; }
  #easter_promo .ctr-center_copy,
  #easter_promo .ctr-pop_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    #easter_promo .ctr-center_copy a,
    #easter_promo .ctr-pop_link a {
      color: red;
      margin-right: 40px;
      background: #fff;
      padding: .5rem 2rem;
      border-radius: 2rem;
      text-transform: uppercase;
      font-weight: 700; }
  #easter_promo .ctr-center_copy {
    text-align: center; }
    #easter_promo .ctr-center_copy h2, #easter_promo .ctr-center_copy .h2 {
      color: #23232B;
      font-size: 170%; }
      @media (max-width: 1175px) {
        #easter_promo .ctr-center_copy h2, #easter_promo .ctr-center_copy .h2 {
          font-size: 135%; } }
      #easter_promo .ctr-center_copy h2 span, #easter_promo .ctr-center_copy .h2 span {
        text-transform: uppercase;
        font-weight: 700; }
  #easter_promo .ctr-pop_link {
    text-align: center; }
    #easter_promo .ctr-pop_link .ctr-link a {
      color: red;
      background: white;
      padding: .5rem 2rem;
      border-radius: 2rem;
      text-transform: uppercase;
      font-weight: bold; }

#jp_home a, #jp_home p, #jp_home h1, #jp_home .h1, #jp_home h2, #jp_home .h2, #jp_home h3, #jp_home .h3, #jp_home h4, #jp_home .h4, #jp_home h5, #jp_home .h5, #jp_home h6, #jp_home .h6 {
  font-family: "Nunito Sans", sans-serif; }

#jp_home h1, #jp_home .h1 {
  font-weight: bold;
  font-size: 80px; }

#jp_home h2, #jp_home .h2 {
  font-weight: bold;
  font-size: 1.7rem; }
  @media (max-width: 991px) {
    #jp_home h2, #jp_home .h2 {
      font-size: 1.5rem; } }

#jp_home h3, #jp_home .h3 {
  font-weight: bold;
  font-size: 1.5rem; }

#jp_home h4, #jp_home .h4 {
  font-weight: normal;
  font-size: 30px;
  color: #BF0F00; }

#jp_home p {
  font-weight: 400;
  font-size: 18px; }
  @media (max-width: 575px) {
    #jp_home p {
      font-size: 16px; } }

#jp_home .container,
#jp_home .container-fluid,
#jp_home .container-sm,
#jp_home .container-md,
#jp_home .container-lg,
#jp_home .container-xl,
#jp_home .container-xxl {
  box-shadow: none !important; }

#jp_home .mw {
  max-width: 1920px; }

@media (max-width: 767px) {
  #jp_home .ctr-cta_btn {
    text-align: center !important; } }

#jp_home .striked {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  width: auto;
  display: inline-block; }
  #jp_home .striked::before {
    content: "";
    height: 15px;
    border-radius: 8px;
    width: calc(100% + 30px);
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: #BF0F00;
    z-index: -1; }
    @media (max-width: 575px) {
      #jp_home .striked::before {
        height: 8px;
        bottom: 5px;
        width: calc(100% + 15px); } }
    @media (max-width: 767px) {
      #jp_home .striked::before {
        width: calc(100% + 25px); } }

#jp_home .hero {
  position: relative;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -10rem;
  background-position-y: 3rem;
  min-height: 80vh; }
  @media (max-width: 768px) {
    #jp_home .hero {
      text-align: center;
      background-position-x: -50rem !important; } }
  @media (max-width: 767px) {
    #jp_home .hero {
      background-image: none; } }
  @media (max-width: 1199px) {
    #jp_home .hero {
      background-position-x: -58rem;
      min-height: 100vh; } }
  #jp_home .hero .ctr-hero_img {
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: start; }
    @media (max-width: 991px) {
      #jp_home .hero .ctr-hero_img {
        display: contents !important; } }
  #jp_home .hero .hero_img {
    width: 100%; }
    @media (max-width: 767px) {
      #jp_home .hero .hero_img {
        margin-top: 2rem; } }
  #jp_home .hero .hero_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 90vh; }
    @media (max-width: 767px) {
      #jp_home .hero .hero_copy {
        justify-content: flex-start;
        min-height: 60vh; } }
    #jp_home .hero .hero_copy h1, #jp_home .hero .hero_copy .h1 {
      color: white;
      width: 100%;
      font-size: 65px;
      font-weight: 800; }
      @media (max-width: 991px) {
        #jp_home .hero .hero_copy h1, #jp_home .hero .hero_copy .h1 {
          font-size: 3rem; } }
      @media (max-width: 575px) {
        #jp_home .hero .hero_copy h1, #jp_home .hero .hero_copy .h1 {
          font-size: 1.7rem;
          text-align: left; } }
    #jp_home .hero .hero_copy p,
    #jp_home .hero .hero_copy .login_link {
      color: white;
      font-size: 22px; }
      @media (max-width: 767px) {
        #jp_home .hero .hero_copy p,
        #jp_home .hero .hero_copy .login_link {
          width: 100%;
          text-align: left;
          font-size: 18px; } }
    #jp_home .hero .hero_copy .join-btn {
      background-color: #BF0F00;
      color: white;
      text-transform: uppercase;
      text-align: center;
      width: 20rem;
      border-radius: 1rem;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        #jp_home .hero .hero_copy .join-btn {
          width: 70%;
          font-size: 1rem;
          border-radius: 3px; } }
    @media (max-width: 767px) {
      #jp_home .hero .hero_copy .join_btn_link {
        margin-left: auto;
        margin-right: auto; } }
    #jp_home .hero .hero_copy .sneak_peek {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        #jp_home .hero .hero_copy .sneak_peek {
          display: none; } }
      #jp_home .hero .hero_copy .sneak_peek p {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 900;
        width: 105%; }
      #jp_home .hero .hero_copy .sneak_peek .trigger_img {
        width: 100%;
        border-radius: 1rem; }
        #jp_home .hero .hero_copy .sneak_peek .trigger_img:hover {
          cursor: pointer; }
      #jp_home .hero .hero_copy .sneak_peek .modal-content {
        background-color: #181818; }
        #jp_home .hero .hero_copy .sneak_peek .modal-content .modal-header {
          border: none !important; }
          #jp_home .hero .hero_copy .sneak_peek .modal-content .modal-header button {
            color: white !important; }
  #jp_home .hero .sale_banner {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 80vw;
    z-index: 1;
    position: absolute;
    left: 10vw;
    right: 10vw;
    bottom: 0;
    color: black;
    box-shadow: 0 2px 16px 0 #d3dce280;
    max-width: 1400px; }
    #jp_home .hero .sale_banner h2, #jp_home .hero .sale_banner .h2 {
      font-size: 1.8rem; }
      @media (max-width: 1580px) {
        #jp_home .hero .sale_banner h2, #jp_home .hero .sale_banner .h2 {
          font-size: 110%; } }
      @media (max-width: 991px) {
        #jp_home .hero .sale_banner h2, #jp_home .hero .sale_banner .h2 {
          font-size: .8rem; } }
      #jp_home .hero .sale_banner h2 span, #jp_home .hero .sale_banner .h2 span {
        color: #BF0F00; }
  #jp_home .hero .sb_scroll {
    position: fixed !important;
    z-index: 9 !important;
    left: 10vw !important;
    right: 10vw !important;
    top: 75px !important;
    height: 5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }

#jp_home .section_1 {
  background: #F5F5F5;
  text-align: center;
  z-index: 2; }
  #jp_home .section_1 h2, #jp_home .section_1 .h2 {
    font-weight: 700;
    font-size: 3.8rem; }
  #jp_home .section_1 h3, #jp_home .section_1 .h3 {
    font-weight: 300;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      #jp_home .section_1 h3, #jp_home .section_1 .h3 {
        font-size: 106%; } }
  #jp_home .section_1 .ctr-card {
    border-radius: .5rem;
    height: 27rem;
    background-color: white;
    box-shadow: 0 2px 16px 0 #d3dce280; }
    @media (max-width: 767px) {
      #jp_home .section_1 .ctr-card {
        height: 25rem; } }
    #jp_home .section_1 .ctr-card .head {
      border-top-right-radius: .5rem;
      border-top-left-radius: .5rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 10rem;
      text-align: left; }
      #jp_home .section_1 .ctr-card .head h4, #jp_home .section_1 .ctr-card .head .h4 {
        color: white;
        font-size: 1.5rem; }
    #jp_home .section_1 .ctr-card .body {
      text-align: left; }
      #jp_home .section_1 .ctr-card .body h5, #jp_home .section_1 .ctr-card .body .h5 {
        color: #BF0F00;
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: bold; }
      #jp_home .section_1 .ctr-card .body p {
        color: #5B5B5B;
        font-size: 16px; }
      #jp_home .section_1 .ctr-card .body .spacer {
        height: 2rem;
        flex-grow: 1; }
      #jp_home .section_1 .ctr-card .body button {
        background: black;
        color: white;
        text-transform: uppercase;
        width: 100%; }

#jp_home .section_2 .letieri {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/webp/MLetieri.webp");
  height: 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#jp_home .section_2 h3, #jp_home .section_2 .h3 {
  text-transform: uppercase;
  color: #BF0F00; }

#jp_home .section_2 button {
  background-color: #BF0F00;
  color: white;
  text-transform: uppercase;
  min-width: 30%;
  border-radius: 5px; }
  @media (max-width: 767px) {
    #jp_home .section_2 button {
      min-width: 60%; } }

@media (max-width: 767px) {
  #jp_home .section_2 .s2_cta {
    text-align: center !important; } }

#jp_home .section_2 .new_skills img:hover {
  cursor: pointer; }

#jp_home .section_2 .new_skills #new_skills_video .modal-content {
  background-color: #181818; }
  #jp_home .section_2 .new_skills #new_skills_video .modal-content .modal-header {
    border: none !important;
    width: 15rem;
    float: right;
    align-self: flex-end; }

#jp_home .section_2 .new_skills #new_skills_video .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent; }

#jp_home .section_3 {
  background-image: url("../../../../assets/image/views/home/home_swirl.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30rem; }
  @media (max-width: 767px) {
    #jp_home .section_3 {
      height: 100vh;
      background-position: 80%; } }
  #jp_home .section_3 h2, #jp_home .section_3 .h2 {
    font-weight: 700;
    font-size: 3.8rem;
    color: white; }
  @media (max-width: 767px) {
    #jp_home .section_3 .s3_head {
      text-align: center; } }
  #jp_home .section_3 #jp_testimonials .carousel-item {
    height: 20rem; }
    @media (max-width: 767px) {
      #jp_home .section_3 #jp_testimonials .carousel-item {
        height: 22rem; } }
  #jp_home .section_3 #jp_testimonials .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%; }
  #jp_home .section_3 #jp_testimonials .jp_test {
    width: 60%; }
    @media (max-width: 767px) {
      #jp_home .section_3 #jp_testimonials .jp_test {
        width: 100%; } }
    #jp_home .section_3 #jp_testimonials .jp_test .test_img {
      justify-content: flext-start;
      align-items: flex-end;
      width: 35rem; }
      #jp_home .section_3 #jp_testimonials .jp_test .test_img img {
        width: 60%; }
    #jp_home .section_3 #jp_testimonials .jp_test .blockquote {
      justify-content: center;
      align-items: flex-start;
      font-size: 1.5rem; }
      #jp_home .section_3 #jp_testimonials .jp_test .blockquote .blockquote-footer,
      #jp_home .section_3 #jp_testimonials .jp_test .blockquote p {
        color: white;
        font-size: 1rem; }

#jp_home .section_4 .s4_head {
  font-weight: 700;
  font-size: 3.8rem;
  text-align: center; }
  @media (min-width: 992px) {
    #jp_home .section_4 .s4_head {
      width: 105%; } }
  @media (max-width: 575px) {
    #jp_home .section_4 .s4_head {
      font-size: 2.5rem; } }

#jp_home .section_4 h3, #jp_home .section_4 .h3 {
  color: #BF0F00; }

#jp_home .section_4 h4, #jp_home .section_4 .h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #BF0F00; }

#jp_home .section_4 p {
  margin-bottom: 1rem; }

#jp_home .section_4 button {
  background-color: #BF0F00;
  color: white;
  text-transform: uppercase;
  min-width: 30%; }

#jp_home .section_4 .trigger_img:hover {
  cursor: pointer; }

#jp_home .section_4 #learning_system_video .modal-content {
  background-color: #181818; }
  #jp_home .section_4 #learning_system_video .modal-content .modal-header {
    border: none !important;
    width: 15rem;
    float: right;
    align-self: flex-end; }

#jp_home .section_4 #learning_system_video .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent; }

#jp_home .section_4 .features_list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #jp_home .section_4 .features_list li {
    text-indent: -5px;
    font-size: 18px;
    font-weight: normal; }
    #jp_home .section_4 .features_list li:before {
      content: " - ";
      text-indent: -5px; }

#jp_home .section_4 .get_started_link {
  color: #BF0F00;
  text-decoration: underline; }

#jp_home .section_4 .learning_system_img {
  width: 80%; }
  #jp_home .section_4 .learning_system_img:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    #jp_home .section_4 .learning_system_img {
      width: 100%; } }

#jp_home .section_4 #beginners_start_here .modal-content {
  background-color: #181818; }
  #jp_home .section_4 #beginners_start_here .modal-content .modal-header {
    border: none !important;
    width: 15rem;
    float: right;
    align-self: flex-end; }

#jp_home .section_4 #beginners_start_here .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent; }

#jp_home .section_4 .section_4_bg {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/webp/section_4_guitar.webp");
  background-position: 35%;
  background-repeat: no-repeat;
  min-height: 80vh;
  background-size: cover; }
  @media (max-width: 991px) {
    #jp_home .section_4 .section_4_bg {
      background-position-y: bottom;
      background-position-x: 75%; } }
  #jp_home .section_4 .section_4_bg .top_negative {
    margin-top: -10rem; }
    @media (max-width: 991px) {
      #jp_home .section_4 .section_4_bg .top_negative {
        margin-top: -5rem; } }

#jp_home .section_4 .toolkit_mob {
  background-image: url("../../../assets/image/views/home/toolkit_mob.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    #jp_home .section_4 .toolkit_mob {
      background-image: none; } }

#jp_home .section_5 {
  background-color: #333333; }
  #jp_home .section_5 h2, #jp_home .section_5 .h2 {
    font-weight: 700;
    font-size: 3.8rem;
    color: white; }
  #jp_home .section_5 #faqs {
    font-size: 18px;
    display: flow-root;
    background-color: #333333; }
    #jp_home .section_5 #faqs .questions {
      max-width: 1000px;
      margin: 0 auto; }
      #jp_home .section_5 #faqs .questions .panel {
        width: 100%;
        font-size: 18px; }
    #jp_home .section_5 #faqs button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background: #444444;
      border: none;
      border-radius: 10px;
      font-family: Open Sans;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(1rem, 3vw, 32px);
      line-height: 225.18%;
      padding: 0 1rem;
      margin: 0.5rem 0;
      color: #d1d1d1; }
      #jp_home .section_5 #faqs button:focus {
        outline: none !important; }
      #jp_home .section_5 #faqs button .opwnDwn {
        width: clamp(16px, 2px, 36px); }
    #jp_home .section_5 #faqs .panel {
      padding: 0 18px;
      color: #d1d1d1;
      line-height: 145%;
      margin: 1rem 0rem 1.2rem;
      width: 70%;
      font-size: clamp(1rem, 2.5rem, 1.4rem);
      font-weight: 300;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }

#jp_home .section_6 {
  background-image: url("../../../../assets/image/views/home/grab_guitar.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  color: white;
  background-color: black; }
  @media (max-width: 767px) {
    #jp_home .section_6 {
      background-image: none; } }
  #jp_home .section_6 h2, #jp_home .section_6 .h2 {
    font-weight: 700;
    font-size: 3.8rem;
    color: white; }
    @media (max-width: 767px) {
      #jp_home .section_6 h2, #jp_home .section_6 .h2 {
        text-align: center; } }
  #jp_home .section_6 button {
    background-color: #BF0F00;
    color: white;
    text-transform: uppercase;
    min-width: 40%;
    border-radius: 1rem; }
    @media (max-width: 767px) {
      #jp_home .section_6 button {
        width: 70%;
        border-radius: 5px; } }
  #jp_home .section_6 .btm_cta {
    height: 100vh; }
    @media (max-width: 767px) {
      #jp_home .section_6 .btm_cta {
        height: 395px; } }

@media (max-width: 767px) {
  #jp_home .section_1 h2, #jp_home .section_1 .h2,
  #jp_home .section_2 h2,
  #jp_home .section_2 .h2, #jp_home .section_3 h2, #jp_home .section_3 .h2,
  #jp_home .section_4 h2,
  #jp_home .section_4 .h2, #jp_home .section_5 h2, #jp_home .section_5 .h2, #jp_home .section_6 h2, #jp_home .section_6 .h2 {
    font-size: 3rem; } }

@media (max-width: 575px) {
  #jp_home .section_1 h2, #jp_home .section_1 .h2,
  #jp_home .section_2 h2,
  #jp_home .section_2 .h2, #jp_home .section_3 h2, #jp_home .section_3 .h2,
  #jp_home .section_4 h2,
  #jp_home .section_4 .h2, #jp_home .section_5 h2, #jp_home .section_5 .h2, #jp_home .section_6 h2, #jp_home .section_6 .h2 {
    font-size: 2rem; } }

@media (max-width: 575px) {
  #jp_home .section_1 h3, #jp_home .section_1 .h3, #jp_home .section_2 h3, #jp_home .section_2 .h3,
  #jp_home .section_3 h3,
  #jp_home .section_3 .h3, #jp_home .section_4 h3, #jp_home .section_4 .h3,
  #jp_home .section_5 h3,
  #jp_home .section_5 .h3,
  #jp_home .section_6 h3,
  #jp_home .section_6 .h3 {
    font-size: 1.2rem; } }

#guitar_lessons-beginner .hero-content {
  padding-top: 145px !important; }

#guitar_lessons-beginner .content .your-learning {
  background-color: #333333;
  text-align: center !important;
  min-height: 50vh; }
  #guitar_lessons-beginner .content .your-learning .ctr-card {
    max-width: 255px; }
    #guitar_lessons-beginner .content .your-learning .ctr-card .circleContainer {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      #guitar_lessons-beginner .content .your-learning .ctr-card .circleContainer .circleElement {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        #guitar_lessons-beginner .content .your-learning .ctr-card .circleContainer .circleElement h4, #guitar_lessons-beginner .content .your-learning .ctr-card .circleContainer .circleElement .h4 {
          color: white; }
  #guitar_lessons-beginner .content .your-learning .second_row {
    margin-top: -4rem; }
    @media (max-width: 575px) {
      #guitar_lessons-beginner .content .your-learning .second_row {
        margin-top: 0; } }
  #guitar_lessons-beginner .content .your-learning .card_a {
    margin-top: -3rem; }
    @media (max-width: 991px) {
      #guitar_lessons-beginner .content .your-learning .card_a {
        margin-top: 0; } }
  #guitar_lessons-beginner .content .your-learning .card_b {
    margin-top: -3rem; }
    @media (max-width: 991px) {
      #guitar_lessons-beginner .content .your-learning .card_b {
        margin-top: 0; } }
  #guitar_lessons-beginner .content .your-learning .center_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -5rem;
    width: 28rem;
    height: 28rem;
    padding: 3rem;
    border-radius: 15rem;
    background-size: cover;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1200px) {
      #guitar_lessons-beginner .content .your-learning .center_img {
        width: 25rem;
        height: 25rem; } }
    @media (max-width: 991px) {
      #guitar_lessons-beginner .content .your-learning .center_img {
        width: 100%;
        margin-top: 0; } }
    #guitar_lessons-beginner .content .your-learning .center_img h3, #guitar_lessons-beginner .content .your-learning .center_img .h3 {
      font-family: Nunito Sans;
      font-style: normal;
      font-weight: 900;
      font-size: 67px;
      line-height: 22px;
      margin-bottom: 1rem;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5); }
      @media (max-width: 575px) {
        #guitar_lessons-beginner .content .your-learning .center_img h3, #guitar_lessons-beginner .content .your-learning .center_img .h3 {
          font-size: 3em; } }
    #guitar_lessons-beginner .content .your-learning .center_img h4, #guitar_lessons-beginner .content .your-learning .center_img .h4 {
      text-transform: capitalize;
      font-family: Nunito Sans;
      font-weight: 600;
      font-style: normal;
      font-size: 36px;
      line-height: 42px;
      color: white; }
      @media (max-width: 991px) {
        #guitar_lessons-beginner .content .your-learning .center_img h4, #guitar_lessons-beginner .content .your-learning .center_img .h4 {
          font-size: 2em;
          width: 60%; } }
  #guitar_lessons-beginner .content .your-learning .ctr-center_img img {
    width: 100%; }

#guitar_lessons-beginner .content .header p {
  text-align: center; }

#guitar_lessons-beginner .content .header h3, #guitar_lessons-beginner .content .header .h3 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 74px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

#guitar_lessons-beginner .content .header h4, #guitar_lessons-beginner .content .header .h4 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  /* or 117% */
  text-align: center;
  color: #C1B7A2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

#guitar_lessons-beginner .content .header h5, #guitar_lessons-beginner .content .header .h5 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF; }

#guitar_lessons-beginner .content .ctr-tech .icon {
  height: 5rem; }

#guitar_lessons-beginner .content .ctr-tech .text {
  line-height: 1.5; }

#guitar_lessons-beginner .content .ctr-lib_tools {
  border-radius: 1rem; }
  @media (max-width: 991px) {
    #guitar_lessons-beginner .content .ctr-lib_tools {
      margin: 1rem auto !important; } }
  #guitar_lessons-beginner .content .ctr-lib_tools .title {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; }
    #guitar_lessons-beginner .content .ctr-lib_tools .title h4, #guitar_lessons-beginner .content .ctr-lib_tools .title .h4 {
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      font-size: 100%; }
      @media (min-width: 992px) and (max-width: 1160px) {
        #guitar_lessons-beginner .content .ctr-lib_tools .title h4, #guitar_lessons-beginner .content .ctr-lib_tools .title .h4 {
          font-size: 0.7rem !important; } }
      #guitar_lessons-beginner .content .ctr-lib_tools .title h4 span, #guitar_lessons-beginner .content .ctr-lib_tools .title .h4 span {
        text-transform: uppercase;
        color: #c1b7a2;
        font-weight: normal;
        font-size: 0.8rem; }

@media (max-width: 991px) {
  #guitar_lessons-beginner .content .straggler {
    margin: 0 auto !important; } }

.flex-col {
  flex-direction: column; }

#beginner-guitar_page,
#guitar-kids-and-teens {
  margin-top: 4.7rem; }
  #beginner-guitar_page .container,
  #guitar-kids-and-teens .container {
    max-width: 1210px; }
  #beginner-guitar_page .container-fluid, #beginner-guitar_page .container-sm, #beginner-guitar_page .container-md, #beginner-guitar_page .container-lg, #beginner-guitar_page .container-xl, #beginner-guitar_page .container-xxl,
  #guitar-kids-and-teens .container-fluid,
  #guitar-kids-and-teens .container-sm,
  #guitar-kids-and-teens .container-md,
  #guitar-kids-and-teens .container-lg,
  #guitar-kids-and-teens .container-xl,
  #guitar-kids-and-teens .container-xxl {
    box-shadow: none !important;
    margin: 0px !important; }
  #beginner-guitar_page .hero,
  #guitar-kids-and-teens .hero {
    background-color: #131737; }
    #beginner-guitar_page .hero .items,
    #guitar-kids-and-teens .hero .items {
      max-width: 1340px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      min-height: 655px; }
      @media (max-width: 767px) {
        #beginner-guitar_page .hero .items,
        #guitar-kids-and-teens .hero .items {
          flex-direction: column; } }
      #beginner-guitar_page .hero .items .ctr-hero_copy,
      #guitar-kids-and-teens .hero .items .ctr-hero_copy {
        width: 40%;
        padding: 0 13% 0 0; }
        @media (max-width: 767px) {
          #beginner-guitar_page .hero .items .ctr-hero_copy,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy {
            width: 100%;
            padding: 10% 10% 0% 10% !important; } }
        @media (max-width: 858px) {
          #beginner-guitar_page .hero .items .ctr-hero_copy,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy {
            padding: 0 15px 0 0; } }
        #beginner-guitar_page .hero .items .ctr-hero_copy h1, #beginner-guitar_page .hero .items .ctr-hero_copy .h1,
        #guitar-kids-and-teens .hero .items .ctr-hero_copy h1,
        #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 {
          text-transform: uppercase;
          font-size: 60px;
          color: white;
          font-family: 'Montserrat', sans-serif;
          line-height: 1;
          font-weight: 800; }
          #beginner-guitar_page .hero .items .ctr-hero_copy h1 .blue, #beginner-guitar_page .hero .items .ctr-hero_copy .h1 .blue,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy h1 .blue,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 .blue {
            color: #67ACC4 !important; }
          #beginner-guitar_page .hero .items .ctr-hero_copy h1 .sub, #beginner-guitar_page .hero .items .ctr-hero_copy .h1 .sub,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy h1 .sub,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 .sub {
            font-size: 30px;
            line-height: 1px; }
          @media (max-width: 767px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy h1, #beginner-guitar_page .hero .items .ctr-hero_copy .h1,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy h1,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 {
              font-size: 44px; } }
          @media (max-width: 858px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy h1, #beginner-guitar_page .hero .items .ctr-hero_copy .h1,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy h1,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 {
              font-size: 48px; } }
          #beginner-guitar_page .hero .items .ctr-hero_copy h1 span, #beginner-guitar_page .hero .items .ctr-hero_copy .h1 span,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy h1 span,
          #guitar-kids-and-teens .hero .items .ctr-hero_copy .h1 span {
            color: #BF0F00; }
        #beginner-guitar_page .hero .items .ctr-hero_copy p,
        #guitar-kids-and-teens .hero .items .ctr-hero_copy p {
          font-size: 18px;
          color: white;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700; }
          @media (max-width: 767px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy p,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy p {
              font-size: 12px; } }
        #beginner-guitar_page .hero .items .ctr-hero_copy a,
        #guitar-kids-and-teens .hero .items .ctr-hero_copy a {
          background-color: #BF0F00;
          width: 100%;
          font-family: 'Nunito Sans', sans-serif;
          font-size: 28px;
          text-transform: uppercase;
          border-radius: 12px;
          padding: 5%; }
          @media (max-width: 1200px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy a,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy a {
              font-size: 20px; } }
          @media (max-width: 767px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy a,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy a {
              font-size: 16px;
              width: 80%; } }
          @media (max-width: 321px) {
            #beginner-guitar_page .hero .items .ctr-hero_copy a,
            #guitar-kids-and-teens .hero .items .ctr-hero_copy a {
              font-size: 80%; } }
      #beginner-guitar_page .hero .items .ctr-video,
      #guitar-kids-and-teens .hero .items .ctr-video {
        width: 60%; }
        @media (max-width: 767px) {
          #beginner-guitar_page .hero .items .ctr-video,
          #guitar-kids-and-teens .hero .items .ctr-video {
            width: 100%;
            padding: 6% !important; } }
        @media (max-width: 858px) {
          #beginner-guitar_page .hero .items .ctr-video,
          #guitar-kids-and-teens .hero .items .ctr-video {
            padding: 0 0 0 40px; } }
        #beginner-guitar_page .hero .items .ctr-video .jw-state-idle .jw-controls,
        #guitar-kids-and-teens .hero .items .ctr-video .jw-state-idle .jw-controls {
          background: none !important; }
  #beginner-guitar_page .section_1,
  #guitar-kids-and-teens .section_1 {
    background-color: white; }
    #beginner-guitar_page .section_1 h2, #beginner-guitar_page .section_1 .h2,
    #guitar-kids-and-teens .section_1 h2,
    #guitar-kids-and-teens .section_1 .h2 {
      justify-content: center;
      color: #BF0F00;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800; }
    #beginner-guitar_page .section_1 p,
    #guitar-kids-and-teens .section_1 p {
      color: #262833;
      font-size: 16px;
      font-family: 'Nunito Sans', sans-serif;
      max-width: 942px;
      line-height: 1.3; }
    #beginner-guitar_page .section_1 .ctr-beginner_card,
    #guitar-kids-and-teens .section_1 .ctr-beginner_card {
      max-width: 530px; }
      #beginner-guitar_page .section_1 .ctr-beginner_card img,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card img {
        width: 100%; }
      #beginner-guitar_page .section_1 .ctr-beginner_card h3, #beginner-guitar_page .section_1 .ctr-beginner_card .h3,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card h3,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card .h3 {
        color: #BF0F00;
        font-size: 24px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif; }
      #beginner-guitar_page .section_1 .ctr-beginner_card h4, #beginner-guitar_page .section_1 .ctr-beginner_card .h4,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card h4,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card .h4 {
        font-size: 18px;
        color: #444561;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 800; }
      #beginner-guitar_page .section_1 .ctr-beginner_card .ctr-beginner_card_copy,
      #guitar-kids-and-teens .section_1 .ctr-beginner_card .ctr-beginner_card_copy {
        border-left: 6px solid #67ACC4; }
        #beginner-guitar_page .section_1 .ctr-beginner_card .ctr-beginner_card_copy ul,
        #guitar-kids-and-teens .section_1 .ctr-beginner_card .ctr-beginner_card_copy ul {
          list-style-type: none;
          padding-left: 1.5rem; }
          #beginner-guitar_page .section_1 .ctr-beginner_card .ctr-beginner_card_copy ul li,
          #guitar-kids-and-teens .section_1 .ctr-beginner_card .ctr-beginner_card_copy ul li {
            color: #262833;
            font-family: 'Nunito Sans', sans-serif;
            font-size: 16px;
            font-weight: normal; }
    #beginner-guitar_page .section_1 .get-started,
    #guitar-kids-and-teens .section_1 .get-started {
      background-color: #BF0F00;
      font-size: 22px;
      font-family: 'Nunito Sans', sans-serif;
      text-transform: upperce;
      border-radius: 12px;
      max-width: 292.48px;
      height: 59.07px;
      font-weight: 900;
      padding-left: 2rem;
      padding-right: 2rem; }
      @media (max-width: 370px) {
        #beginner-guitar_page .section_1 .get-started,
        #guitar-kids-and-teens .section_1 .get-started {
          padding-left: 1rem;
          padding-right: 1rem;
          font-size: 1em; } }
  #beginner-guitar_page .section_2,
  #guitar-kids-and-teens .section_2 {
    background-color: #262834; }
    #beginner-guitar_page .section_2 h2, #beginner-guitar_page .section_2 .h2,
    #guitar-kids-and-teens .section_2 h2,
    #guitar-kids-and-teens .section_2 .h2 {
      color: white;
      size: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      text-transform: uppercase; }
      #beginner-guitar_page .section_2 h2 span, #beginner-guitar_page .section_2 .h2 span,
      #guitar-kids-and-teens .section_2 h2 span,
      #guitar-kids-and-teens .section_2 .h2 span {
        color: #67ACC4; }
    #beginner-guitar_page .section_2 p,
    #guitar-kids-and-teens .section_2 p {
      color: white;
      font-size: 16px;
      font-family: 'Nunito Sans', sans-serif;
      font-weight: normal; }
  #beginner-guitar_page .section_2 .section_sub,
  #beginner-guitar_page .section_3 .section_sub,
  #beginner-guitar_page .section_4 .section_sub,
  #guitar-kids-and-teens .section_2 .section_sub,
  #guitar-kids-and-teens .section_3 .section_sub,
  #guitar-kids-and-teens .section_4 .section_sub {
    width: 50vw;
    font-size: 16px;
    color: white; }
    @media (max-width: 767px) {
      #beginner-guitar_page .section_2 .section_sub,
      #beginner-guitar_page .section_3 .section_sub,
      #beginner-guitar_page .section_4 .section_sub,
      #guitar-kids-and-teens .section_2 .section_sub,
      #guitar-kids-and-teens .section_3 .section_sub,
      #guitar-kids-and-teens .section_4 .section_sub {
        width: 100%; } }
  #beginner-guitar_page .section_2 .course_carousel,
  #beginner-guitar_page .section_3 .course_carousel,
  #beginner-guitar_page .section_4 .course_carousel,
  #guitar-kids-and-teens .section_2 .course_carousel,
  #guitar-kids-and-teens .section_3 .course_carousel,
  #guitar-kids-and-teens .section_4 .course_carousel {
    width: 95%; }
    @media (max-width: 992px) {
      #beginner-guitar_page .section_2 .course_carousel,
      #beginner-guitar_page .section_3 .course_carousel,
      #beginner-guitar_page .section_4 .course_carousel,
      #guitar-kids-and-teens .section_2 .course_carousel,
      #guitar-kids-and-teens .section_3 .course_carousel,
      #guitar-kids-and-teens .section_4 .course_carousel {
        width: 100vw; } }
    #beginner-guitar_page .section_2 .course_carousel .owl-stage-outer,
    #beginner-guitar_page .section_3 .course_carousel .owl-stage-outer,
    #beginner-guitar_page .section_4 .course_carousel .owl-stage-outer,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-stage-outer,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-stage-outer,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-stage-outer {
      margin-left: 4%;
      width: 84%; }
      @media (max-width: 1300px) {
        #beginner-guitar_page .section_2 .course_carousel .owl-stage-outer,
        #beginner-guitar_page .section_3 .course_carousel .owl-stage-outer,
        #beginner-guitar_page .section_4 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_2 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_3 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_4 .course_carousel .owl-stage-outer {
          margin-left: 0; } }
      @media (max-width: 992px) {
        #beginner-guitar_page .section_2 .course_carousel .owl-stage-outer,
        #beginner-guitar_page .section_3 .course_carousel .owl-stage-outer,
        #beginner-guitar_page .section_4 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_2 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_3 .course_carousel .owl-stage-outer,
        #guitar-kids-and-teens .section_4 .course_carousel .owl-stage-outer {
          width: 100vw; } }
    #beginner-guitar_page .section_2 .course_carousel .owl-nav,
    #beginner-guitar_page .section_3 .course_carousel .owl-nav,
    #beginner-guitar_page .section_4 .course_carousel .owl-nav,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-nav,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-nav,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-nav {
      margin-bottom: 10rem; }
      @media (max-width: 1299px) {
        #beginner-guitar_page .section_2 .course_carousel .owl-nav,
        #beginner-guitar_page .section_3 .course_carousel .owl-nav,
        #beginner-guitar_page .section_4 .course_carousel .owl-nav,
        #guitar-kids-and-teens .section_2 .course_carousel .owl-nav,
        #guitar-kids-and-teens .section_3 .course_carousel .owl-nav,
        #guitar-kids-and-teens .section_4 .course_carousel .owl-nav {
          display: none; } }
    #beginner-guitar_page .section_2 .course_carousel .owl-prev,
    #beginner-guitar_page .section_3 .course_carousel .owl-prev,
    #beginner-guitar_page .section_4 .course_carousel .owl-prev,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-prev,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-prev,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-prev {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 40%;
      margin-left: -20px;
      display: block !important;
      border: 0px solid transparent;
      background-color: transparent;
      border-radius: 50%; }
    #beginner-guitar_page .section_2 .course_carousel .owl-next,
    #beginner-guitar_page .section_3 .course_carousel .owl-next,
    #beginner-guitar_page .section_4 .course_carousel .owl-next,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-next,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-next,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-next {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 40%;
      right: 9%;
      display: block !important;
      border: 0px solid transparent;
      background-color: transparent;
      border-radius: 50%; }
    #beginner-guitar_page .section_2 .course_carousel .owl-prev:hover,
    #beginner-guitar_page .section_2 .course_carousel .owl-next:hover,
    #beginner-guitar_page .section_3 .course_carousel .owl-prev:hover,
    #beginner-guitar_page .section_3 .course_carousel .owl-next:hover,
    #beginner-guitar_page .section_4 .course_carousel .owl-prev:hover,
    #beginner-guitar_page .section_4 .course_carousel .owl-next:hover,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-prev:hover,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-next:hover,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-prev:hover,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-next:hover,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-prev:hover,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-next:hover {
      cursor: pointer; }
    #beginner-guitar_page .section_2 .course_carousel .owl-prev:focus,
    #beginner-guitar_page .section_2 .course_carousel .owl-next:focus,
    #beginner-guitar_page .section_3 .course_carousel .owl-prev:focus,
    #beginner-guitar_page .section_3 .course_carousel .owl-next:focus,
    #beginner-guitar_page .section_4 .course_carousel .owl-prev:focus,
    #beginner-guitar_page .section_4 .course_carousel .owl-next:focus,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-prev:focus,
    #guitar-kids-and-teens .section_2 .course_carousel .owl-next:focus,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-prev:focus,
    #guitar-kids-and-teens .section_3 .course_carousel .owl-next:focus,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-prev:focus,
    #guitar-kids-and-teens .section_4 .course_carousel .owl-next:focus {
      outline: none; }
    #beginner-guitar_page .section_2 .course_carousel .cc_nav,
    #beginner-guitar_page .section_3 .course_carousel .cc_nav,
    #beginner-guitar_page .section_4 .course_carousel .cc_nav,
    #guitar-kids-and-teens .section_2 .course_carousel .cc_nav,
    #guitar-kids-and-teens .section_3 .course_carousel .cc_nav,
    #guitar-kids-and-teens .section_4 .course_carousel .cc_nav {
      border: 1px solid white;
      padding: 1rem;
      margin: 2px;
      display: flex;
      width: 3rem;
      height: 3rem;
      border-radius: 3rem;
      justify-content: center;
      align-items: center; }
    #beginner-guitar_page .section_2 .course_carousel .course_card,
    #beginner-guitar_page .section_3 .course_carousel .course_card,
    #beginner-guitar_page .section_4 .course_carousel .course_card,
    #guitar-kids-and-teens .section_2 .course_carousel .course_card,
    #guitar-kids-and-teens .section_3 .course_carousel .course_card,
    #guitar-kids-and-teens .section_4 .course_carousel .course_card {
      width: 390px;
      height: 450px;
      background: #373944;
      margin: 0 10px !important; }
      @media (max-width: 767px) {
        #beginner-guitar_page .section_2 .course_carousel .course_card,
        #beginner-guitar_page .section_3 .course_carousel .course_card,
        #beginner-guitar_page .section_4 .course_carousel .course_card,
        #guitar-kids-and-teens .section_2 .course_carousel .course_card,
        #guitar-kids-and-teens .section_3 .course_carousel .course_card,
        #guitar-kids-and-teens .section_4 .course_carousel .course_card {
          width: 225px; } }
      #beginner-guitar_page .section_2 .course_carousel .course_card img,
      #beginner-guitar_page .section_3 .course_carousel .course_card img,
      #beginner-guitar_page .section_4 .course_carousel .course_card img,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card img,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card img,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card img {
        width: 100%; }
      #beginner-guitar_page .section_2 .course_carousel .course_card .ctr-cc_copy h3, #beginner-guitar_page .section_2 .course_carousel .course_card .ctr-cc_copy .h3,
      #beginner-guitar_page .section_3 .course_carousel .course_card .ctr-cc_copy h3,
      #beginner-guitar_page .section_3 .course_carousel .course_card .ctr-cc_copy .h3,
      #beginner-guitar_page .section_4 .course_carousel .course_card .ctr-cc_copy h3,
      #beginner-guitar_page .section_4 .course_carousel .course_card .ctr-cc_copy .h3,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card .ctr-cc_copy h3,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card .ctr-cc_copy .h3,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card .ctr-cc_copy h3,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card .ctr-cc_copy .h3,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card .ctr-cc_copy h3,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card .ctr-cc_copy .h3 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 22px;
        color: white; }
      #beginner-guitar_page .section_2 .course_carousel .course_card .ctr-cc_copy h4, #beginner-guitar_page .section_2 .course_carousel .course_card .ctr-cc_copy .h4,
      #beginner-guitar_page .section_3 .course_carousel .course_card .ctr-cc_copy h4,
      #beginner-guitar_page .section_3 .course_carousel .course_card .ctr-cc_copy .h4,
      #beginner-guitar_page .section_4 .course_carousel .course_card .ctr-cc_copy h4,
      #beginner-guitar_page .section_4 .course_carousel .course_card .ctr-cc_copy .h4,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card .ctr-cc_copy h4,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card .ctr-cc_copy .h4,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card .ctr-cc_copy h4,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card .ctr-cc_copy .h4,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card .ctr-cc_copy h4,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card .ctr-cc_copy .h4 {
        font-family: 'Nunito Sans', sans-serif;
        color: #BABBBF;
        text-transform: uppercase;
        font-size: 16px; }
      #beginner-guitar_page .section_2 .course_carousel .course_card .ctr-cc_copy p,
      #beginner-guitar_page .section_3 .course_carousel .course_card .ctr-cc_copy p,
      #beginner-guitar_page .section_4 .course_carousel .course_card .ctr-cc_copy p,
      #guitar-kids-and-teens .section_2 .course_carousel .course_card .ctr-cc_copy p,
      #guitar-kids-and-teens .section_3 .course_carousel .course_card .ctr-cc_copy p,
      #guitar-kids-and-teens .section_4 .course_carousel .course_card .ctr-cc_copy p {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
        font-weight: normal; }
    #beginner-guitar_page .section_2 .course_carousel .carousel-control-prev,
    #beginner-guitar_page .section_2 .course_carousel .carousel-control-next,
    #beginner-guitar_page .section_3 .course_carousel .carousel-control-prev,
    #beginner-guitar_page .section_3 .course_carousel .carousel-control-next,
    #beginner-guitar_page .section_4 .course_carousel .carousel-control-prev,
    #beginner-guitar_page .section_4 .course_carousel .carousel-control-next,
    #guitar-kids-and-teens .section_2 .course_carousel .carousel-control-prev,
    #guitar-kids-and-teens .section_2 .course_carousel .carousel-control-next,
    #guitar-kids-and-teens .section_3 .course_carousel .carousel-control-prev,
    #guitar-kids-and-teens .section_3 .course_carousel .carousel-control-next,
    #guitar-kids-and-teens .section_4 .course_carousel .carousel-control-prev,
    #guitar-kids-and-teens .section_4 .course_carousel .carousel-control-next {
      width: 2% !important;
      transition: none !important;
      opacity: 1 !important;
      background: transparent !important;
      border: none; }
  #beginner-guitar_page .section_3,
  #guitar-kids-and-teens .section_3 {
    background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/guitar-lessons/beginner/background-texture.png);
    background-size: cover;
    background-repeat: no-repeat; }
    #beginner-guitar_page .section_3 h2, #beginner-guitar_page .section_3 .h2,
    #guitar-kids-and-teens .section_3 h2,
    #guitar-kids-and-teens .section_3 .h2 {
      color: white;
      size: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      #beginner-guitar_page .section_3 h2 span, #beginner-guitar_page .section_3 .h2 span,
      #guitar-kids-and-teens .section_3 h2 span,
      #guitar-kids-and-teens .section_3 .h2 span {
        color: #BF0F00; }
  #beginner-guitar_page .section_4,
  #guitar-kids-and-teens .section_4 {
    background-color: #262834; }
    #beginner-guitar_page .section_4 h2, #beginner-guitar_page .section_4 .h2,
    #guitar-kids-and-teens .section_4 h2,
    #guitar-kids-and-teens .section_4 .h2 {
      color: white;
      size: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      #beginner-guitar_page .section_4 h2 span, #beginner-guitar_page .section_4 .h2 span,
      #guitar-kids-and-teens .section_4 h2 span,
      #guitar-kids-and-teens .section_4 .h2 span {
        color: #7174A0; }
    #beginner-guitar_page .section_4 p,
    #guitar-kids-and-teens .section_4 p {
      color: white;
      font-size: 16px;
      font-family: 'Nunito Sans', sans-serif; }
  #beginner-guitar_page .section_5,
  #guitar-kids-and-teens .section_5 {
    background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/guitar-lessons/beginner/background-blue-texture_tiny.png);
    text-align: center;
    min-height: 635px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #beginner-guitar_page .section_5 h2, #beginner-guitar_page .section_5 .h2,
    #guitar-kids-and-teens .section_5 h2,
    #guitar-kids-and-teens .section_5 .h2 {
      color: white;
      font-size: 40px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 500px) {
        #beginner-guitar_page .section_5 h2, #beginner-guitar_page .section_5 .h2,
        #guitar-kids-and-teens .section_5 h2,
        #guitar-kids-and-teens .section_5 .h2 {
          font-size: 19px; } }
      #beginner-guitar_page .section_5 h2 span, #beginner-guitar_page .section_5 .h2 span,
      #guitar-kids-and-teens .section_5 h2 span,
      #guitar-kids-and-teens .section_5 .h2 span {
        color: #7174A0; }
    #beginner-guitar_page .section_5 p,
    #guitar-kids-and-teens .section_5 p {
      color: white;
      font-size: 28px;
      font-family: 'Nunito Sans', sans-serif;
      text-align: center;
      line-height: 2.2rem; }
      @media (max-width: 500px) {
        #beginner-guitar_page .section_5 p,
        #guitar-kids-and-teens .section_5 p {
          font-size: 15px;
          line-height: 1.2rem; } }
    #beginner-guitar_page .section_5 a,
    #guitar-kids-and-teens .section_5 a {
      background-color: #BF0F00;
      width: 407.57px;
      height: 73.17px;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      border-radius: 12px;
      font-weight: 900;
      border: 1px solid white; }
      @media (max-width: 500px) {
        #beginner-guitar_page .section_5 a,
        #guitar-kids-and-teens .section_5 a {
          width: 80vw;
          font-size: 1.2rem;
          height: auto !important;
          padding: 1rem; } }

.guitar-songs .banner {
  margin: 0 !important;
  padding: 0 !important; }
  .guitar-songs .banner h1, .guitar-songs .banner .h1 {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 86px;
    line-height: 117px;
    text-align: center;
    text-transform: capitalize;
    color: #FEFEFE; }
  .guitar-songs .banner p {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 2px 4px 26px rgba(0, 0, 0, 0.84); }

.guitar-songs .header {
  background-color: #333333;
  min-height: 10rem;
  width: 100%; }
  .guitar-songs .header h2, .guitar-songs .header .h2 {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.guitar-songs .mid-swoosh {
  margin-top: -4rem; }

.guitar-songs .ctr-artist_examples ul {
  list-style-type: none; }
  .guitar-songs .ctr-artist_examples ul li {
    color: #c1b7a2;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0.5rem;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    /* or 175% */
    text-align: center; }

.guitar-songs .ctr-artist_examples p {
  color: #c1b7a2;
  font-size: 1.5em; }

.guitar-songs .anatomy h2, .guitar-songs .anatomy .h2 {
  font-size: 2em; }

.guitar-songs .anatomy hr {
  height: 0px;
  border: 0.2em solid #c1b7a2;
  background-color: #c1b7a2;
  width: 70%; }

.guitar-songs .ctr-screenshot img {
  width: 100%; }

.guitar-songs .bottom_copy p {
  font-size: 1.5em;
  line-height: 1.2; }

.guitar-songs .bottom_copy ul li {
  font-size: 1.5em;
  line-height: 1.2; }

.flex-col {
  flex-direction: column; }

#lesson_details .hero {
  background-color: #131737;
  min-height: 315px; }
  #lesson_details .hero .ctr-hero_copy {
    min-height: 315px;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      #lesson_details .hero .ctr-hero_copy {
        padding: 1.5rem; } }
    #lesson_details .hero .ctr-hero_copy p {
      color: white;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500; }
    #lesson_details .hero .ctr-hero_copy h2, #lesson_details .hero .ctr-hero_copy .h2 {
      font-weight: 800;
      color: white;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase; }
    #lesson_details .hero .ctr-hero_copy h1, #lesson_details .hero .ctr-hero_copy .h1 {
      font-size: 45px;
      color: white;
      text-transform: uppercase;
      font-weight: 800;
      font-family: 'Montserrat', sans-serif; }
      @media (max-width: 767px) {
        #lesson_details .hero .ctr-hero_copy h1, #lesson_details .hero .ctr-hero_copy .h1 {
          font-size: 30px; } }
      #lesson_details .hero .ctr-hero_copy h1 span, #lesson_details .hero .ctr-hero_copy .h1 span {
        color: #BF0F00; }

#lesson_details .hero_band {
  background-color: #F0F0F2;
  min-height: 5rem; }
  @media (max-width: 500px) {
    #lesson_details .hero_band .band {
      padding: 0 !important; } }
  #lesson_details .hero_band .band .ctr-hero_band_points {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #131737;
    height: 5rem; }
    @media (max-width: 381px) {
      #lesson_details .hero_band .band .ctr-hero_band_points .scene_num_mobile {
        margin-left: -13px; } }
    #lesson_details .hero_band .band .ctr-hero_band_points .lesson-length {
      display: none; }
      @media (min-width: 1199px) {
        #lesson_details .hero_band .band .ctr-hero_band_points .lesson-length {
          display: inline-flex !important; } }
    #lesson_details .hero_band .band .ctr-hero_band_points img {
      height: 1rem;
      margin: 0 1px; }
    #lesson_details .hero_band .band .ctr-hero_band_points a {
      color: #131737 !important;
      margin: 0 6px; }
  @media (max-width: 1199px) {
    #lesson_details .hero_band .band .share {
      display: none; } }

#lesson_details .ctr-main_content {
  background-color: white; }
  #lesson_details .ctr-main_content .ctr-mc_copy {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy {
      max-width: 770px; }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy h2, #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .h2 {
        color: #BF0F00;
        font-family: 'Montserrat', sans-serif;
        font-size: 36px;
        font-weight: 800;
        text-transform: uppercase; }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy p {
        color: #131737;
        font-size: 18px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: normal; }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene {
        justify-content: space-between;
        margin: 0.5rem 0; }
        @media (max-width: 991px) {
          #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene {
            flex-direction: column !important;
            align-items: start !important; } }
        @media (max-width: 991px) {
          #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene .dash {
            display: none; } }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene .spacer {
          flex-grow: 1; }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene i {
          transform: scale(1.5);
          margin: 0;
          color: #D9D7D7;
          margin: 0 10px 0 0; }
          @media (max-width: 991px) {
            #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene i {
              display: none; } }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene .unlock {
          color: #BF0F00; }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene .unlocked {
          color: #BF0F00;
          text-align: end; }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene p {
          color: #131737;
          font-size: 18px;
          font-family: 'Nunito Sans', sans-serif;
          font-weight: normal;
          margin: 0 10px; }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-scenes .scene .req {
          color: #AFACAC !important; }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .btn-30 {
        padding: 1rem 2rem;
        background-color: #BF0F00;
        font-family: 'Nunito Sans', sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        border-radius: 10px;
        font-size: 14px; }
      @media (max-width: 992px) {
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_image {
          text-align: center; } }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_image img {
        border-radius: 50%;
        overflow: hidden;
        width: 5rem;
        height: 5rem; }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy h6, #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy .h6 {
        color: #BF0F00; }
        @media (max-width: 992px) {
          #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy h6, #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy .h6 {
            text-align: center; } }
      #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy p {
        color: #444561;
        font-size: 18px; }
        #lesson_details .ctr-main_content .ctr-mc_copy .mc_copy .ctr-instructor .ctr-instructor_copy p span {
          color: #BF0F00; }

#lesson_details .ctr-anatomy {
  background-color: #F0F0F2; }
  #lesson_details .ctr-anatomy h2, #lesson_details .ctr-anatomy .h2 {
    color: #BF0F00;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-align: center; }

#lesson_details .ctr-explore {
  background-color: #2D2F3D;
  min-height: 575px; }
  #lesson_details .ctr-explore h2, #lesson_details .ctr-explore .h2 {
    color: white;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase; }
  #lesson_details .ctr-explore ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    max-width: 865px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #lesson_details .ctr-explore ul {
        -moz-column-count: 2;
        -moz-column-gap: 0;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        column-count: 2;
        column-gap: 0; } }
    #lesson_details .ctr-explore ul li {
      color: white;
      font-family: 'Nunito Sans', sans-serif;
      padding: 0 1.5rem 1.5rem 1.5rem;
      text-align: left; }
      @media (max-width: 992px) {
        #lesson_details .ctr-explore ul li {
          text-align: left;
          padding: 0px; } }
      #lesson_details .ctr-explore ul li a:hover {
        cursor: pointer; }

#artists {
  background-repeat: no-repeat;
  background-position: top right; }
  #artists .hero-container {
    min-height: 40rem;
    display: flex;
    align-items: center; }
    @media (max-width: 996px) {
      #artists .hero-container {
        padding-top: 5rem; } }
    #artists .hero-container .hero {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #artists .hero-container .hero h1, #artists .hero-container .hero .h1 {
        font-family: Nunito Sans;
        font-size: 86px;
        font-style: normal;
        font-weight: 800;
        line-height: 117px;
        letter-spacing: 0em;
        text-align: left;
        color: white; }
      #artists .hero-container .hero h3, #artists .hero-container .hero .h3 {
        font-family: Nunito Sans;
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: 87px;
        letter-spacing: 0em;
        text-align: left;
        color: white; }
      #artists .hero-container .hero h4, #artists .hero-container .hero .h4 {
        font-family: Nunito Sans;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 49px;
        letter-spacing: 0em;
        text-align: left;
        color: #C1B7A2; }
    #artists .hero-container .hero_copy {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #artists .hero-container .hero_copy .ctr-hero_copy {
        background: #000000c2;
        border-radius: 1rem; }
        #artists .hero-container .hero_copy .ctr-hero_copy h2, #artists .hero-container .hero_copy .ctr-hero_copy .h2 {
          font-family: Nunito Sans;
          font-size: 48px;
          font-style: normal;
          font-weight: 300;
          line-height: 65px;
          letter-spacing: 0em;
          text-align: left; }
        #artists .hero-container .hero_copy .ctr-hero_copy p {
          font-family: Nunito Sans;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 25px;
          letter-spacing: 0em;
          text-align: left;
          margin-bottom: 1rem; }
        #artists .hero-container .hero_copy .ctr-hero_copy span {
          color: #C1B7A2;
          text-transform: uppercase;
          font-weight: bold;
          font-family: Nunito Sans;
          font-size: 16px;
          font-style: normal;
          font-weight: 900;
          line-height: 22px;
          letter-spacing: 0.21em;
          text-align: left; }
        #artists .hero-container .hero_copy .ctr-hero_copy .ctr-buttons .sub {
          border: 2px solid red;
          border-radius: 2rem;
          background-color: #ff000030; }
        #artists .hero-container .hero_copy .ctr-hero_copy .ctr-buttons .purchase {
          border: 2px solid yellow;
          border-radius: 2rem;
          background-color: #ffff004a; }
    #artists .hero-container .sample {
      min-height: 60vh;
      background-color: black; }
    #artists .hero-container .ctr-header .sub-heading {
      color: #C1B7A2; }
    #artists .hero-container .artists_grid {
      background-color: black;
      min-height: 40vh; }
  #artists .artist_card {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    overflow: hidden; }
    @media (max-width: 575px) {
      #artists .artist_card {
        margin: 0 !important; } }
    #artists .artist_card .ctr-educator_name {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 90px;
      padding: 2rem;
      grid-column: 1 / span 2; }
      #artists .artist_card .ctr-educator_name p {
        color: #C1B7A2;
        font-family: Noto Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.015em;
        text-transform: uppercase;
        text-shadow: 0px 0px 16px #000000; }
    #artists .artist_card .overlay {
      grid-column: 1 / span 2;
      grid-row: 3 / span 3;
      background-image: linear-gradient(180deg, transparent 0%, #303030 45%);
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 1fr); }
      #artists .artist_card .overlay .ctr-bio {
        grid-column: 1;
        grid-row: 2 / span 3;
        padding: 1.5rem;
        position: relative; }
        #artists .artist_card .overlay .ctr-bio .copy {
          position: absolute;
          bottom: 1.5rem;
          right: 1.5rem;
          left: 1.5rem; }
          #artists .artist_card .overlay .ctr-bio .copy p {
            font-family: Noto Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 18px;
            letter-spacing: -0.015em;
            margin-bottom: 1rem;
            color: white; }
          #artists .artist_card .overlay .ctr-bio .copy .course_link {
            font-family: Noto Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 20px;
            letter-spacing: -0.015em; }
  #artists .btm_cta_main {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  #artists .btm_cta .btm_swoosh {
    background-color: #600400; }
  #artists .btm_cta .ctr-btm_cta_copy {
    width: 100%;
    background-image: linear-gradient(#600400, #333333); }
    #artists .btm_cta .ctr-btm_cta_copy h2, #artists .btm_cta .ctr-btm_cta_copy .h2 {
      font-size: 3em; }
    #artists .btm_cta .ctr-btm_cta_copy .gold {
      color: #C1B7A2; }

#guitar_lessons .hero {
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1000; }
  #guitar_lessons .hero .ctr-hero_copy {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 996px) {
      #guitar_lessons .hero .ctr-hero_copy {
        margin-top: 4rem; } }
    #guitar_lessons .hero .ctr-hero_copy h1, #guitar_lessons .hero .ctr-hero_copy .h1 {
      color: white;
      font-family: Nunito Sans;
      font-size: 86px;
      font-style: normal;
      font-weight: 800;
      line-height: 86px;
      letter-spacing: 0em;
      text-align: left;
      text-transform: capitalize; }
      @media (max-width: 576px) {
        #guitar_lessons .hero .ctr-hero_copy h1, #guitar_lessons .hero .ctr-hero_copy .h1 {
          font-size: 70px; } }
    #guitar_lessons .hero .ctr-hero_copy h2, #guitar_lessons .hero .ctr-hero_copy .h2 {
      font-family: Nunito Sans;
      font-size: 54px;
      font-style: normal;
      font-weight: 400;
      line-height: 60px;
      letter-spacing: 0em;
      text-align: left;
      text-transform: capitalize;
      color: white; }
      @media (max-width: 996) {
        #guitar_lessons .hero .ctr-hero_copy h2, #guitar_lessons .hero .ctr-hero_copy .h2 {
          font-size: 45px; } }
      @media (max-width: 576px) {
        #guitar_lessons .hero .ctr-hero_copy h2, #guitar_lessons .hero .ctr-hero_copy .h2 {
          font-size: 30px;
          line-height: 32px;
          margin-bottom: 1rem; } }
    #guitar_lessons .hero .ctr-hero_copy p {
      font-family: Nunito Sans;
      font-size: 21px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0;
      text-align: left;
      color: #fff;
      width: 75%; }
      @media (max-width: 576px) {
        #guitar_lessons .hero .ctr-hero_copy p {
          font-size: 18px;
          width: 100%;
          line-height: 28px; } }
    @media (max-width: 576px) {
      #guitar_lessons .hero .ctr-hero_copy .lesson_features_row {
        display: none !important; } }
  #guitar_lessons .hero .ctr-hero_video {
    height: 363px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

#guitar_lessons .header_cards {
  z-index: 1000; }
  #guitar_lessons .header_cards .ctr-page-card {
    border-radius: 10px;
    height: 175px;
    background: linear-gradient(to bottom, #5d5d5d 0, #464646 100%); }
    @media (max-width: 930px) and (min-width: 745px) {
      #guitar_lessons .header_cards .ctr-page-card {
        height: 210px; } }
    @media (max-width: 744px) and (min-width: 576px) {
      #guitar_lessons .header_cards .ctr-page-card {
        height: 240px; } }
    @media (max-width: 575px) {
      #guitar_lessons .header_cards .ctr-page-card {
        height: 118px; } }
    @media (min-width: 1200px) {
      #guitar_lessons .header_cards .ctr-page-card {
        height: 258px; } }
    @media (min-width: 1580px) {
      #guitar_lessons .header_cards .ctr-page-card {
        height: 200px; } }
    @media (max-width: 460px) {
      #guitar_lessons .header_cards .ctr-page-card .adjust {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    #guitar_lessons .header_cards .ctr-page-card h5, #guitar_lessons .header_cards .ctr-page-card .h5 {
      text-transform: uppercase;
      margin: 0 0 5px 5px;
      font-family: Nunito Sans;
      font-size: 22px;
      font-style: normal;
      font-weight: 800;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left; }
      @media (max-width: 1215px) {
        #guitar_lessons .header_cards .ctr-page-card h5, #guitar_lessons .header_cards .ctr-page-card .h5 {
          font-size: 20px;
          margin: 0 0 5px 15px; } }
    #guitar_lessons .header_cards .ctr-page-card p {
      margin: 0 0 0 5px;
      color: #C1B7A2;
      font-family: Nunito Sans;
      font-size: 20px;
      font-style: normal;
      font-weight: 800;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: left; }
      @media (max-width: 1215px) {
        #guitar_lessons .header_cards .ctr-page-card p {
          font-size: 17px;
          margin: 0 0 5px 15px; } }
      @media (max-width: 603px) and (min-width: 576px) {
        #guitar_lessons .header_cards .ctr-page-card p {
          font-size: 15px; } }
      @media (max-width: 470px) {
        #guitar_lessons .header_cards .ctr-page-card p {
          display: none; } }
    #guitar_lessons .header_cards .ctr-page-card .card_btn {
      position: absolute;
      bottom: 22px;
      left: 10%; }
      @media (max-width: 575px) {
        #guitar_lessons .header_cards .ctr-page-card .card_btn {
          display: none; } }
      @media (max-width: 1226px) and (min-width: 1200px) {
        #guitar_lessons .header_cards .ctr-page-card .card_btn span {
          font-size: 15px; } }

#genres_skills .hero_h1 {
  font-size: 4rem;
  font-weight: bold;
  color: white; }

#genres_skills .mid_header h2, #genres_skills .mid_header .h2 {
  font-size: 2em;
  text-transform: capitalize; }

#genres_skills .mid_header hr {
  height: 0px;
  border: 0.2em solid #C1B7A2;
  background-color: #C1B7A2;
  width: 70%; }

#genres_skills .ctr-video_player {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#genres_skills .genre_preview_card {
  color: #C1B7A2; }
  #genres_skills .genre_preview_card:hover {
    cursor: pointer; }
  #genres_skills .genre_preview_card h2, #genres_skills .genre_preview_card .h2 {
    text-transform: uppercase;
    font-size: 1.5em; }
  #genres_skills .genre_preview_card .count {
    font-size: 1.5em; }

#jamplaynav .jamplay-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 105%;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 90px;
  color: #fff;
  background-color: #B02312;
  font-weight: 600; }
  #jamplaynav .jamplay-btn:hover {
    color: white !important;
    cursor: pointer;
    background-color: #8c0b00; }
  @media (max-width: 991px) {
    #jamplaynav .jamplay-btn {
      font-size: 100%; } }
  @media (max-width: 767px) {
    #jamplaynav .jamplay-btn {
      font-size: 90%;
      padding: 10px 35px !important; } }

.shell-page {
  margin-top: 4.7rem; }
  .shell-page h1, .shell-page .h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1; }
    .shell-page h1 span, .shell-page .h1 span {
      font-family: inherit !important;
      font-size: inherit !important; }
  .shell-page h3 span, .shell-page .h3 span {
    font-family: inherit !important;
    font-size: inherit !important; }
  .shell-page p,
  .shell-page span {
    font-family: "Montserrat", sans-serif; }
  .shell-page a {
    text-decoration: none !important; }
  .shell-page a.jp-red:hover {
    color: #8c0b00; }
  .shell-page .jp-red {
    color: #BF0F00; }
  .shell-page a.jp-red:hover {
    color: #590700; }
  .shell-page .jamplay-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 105%;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 90px;
    color: #fff;
    background-color: #B02312;
    font-weight: 600; }
    .shell-page .jamplay-btn:hover {
      color: white !important;
      cursor: pointer;
      background-color: #8c0b00; }
    @media (max-width: 991px) {
      .shell-page .jamplay-btn {
        font-size: 100%; } }
    @media (max-width: 767px) {
      .shell-page .jamplay-btn {
        font-size: 90%;
        padding: 10px 35px !important; } }
  @media (max-width: 767px) {
    .shell-page .screenshot-cta a {
      padding: 0.8rem 3rem;
      margin: 0 auto; } }
  .shell-page .text-white {
    color: white !important; }
  .shell-page .link-card:hover {
    opacity: 0.8; }
  .shell-page .text-gray-1 {
    color: #63656d !important; }
  .shell-page .section-header h2, .shell-page .section-header .h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #131737;
    width: 100%;
    line-height: 1.3em !important; }
    @media (max-width: 767px) {
      .shell-page .section-header h2, .shell-page .section-header .h2 {
        width: 100%;
        font-size: 25px; } }
    .shell-page .section-header h2 span, .shell-page .section-header .h2 span {
      color: #67ACC4;
      font-weight: 700;
      font-size: inherit !important;
      font-family: inherit;
      width: inherit !important;
      line-height: inherit !important; }
      @media (max-width: 767px) {
        .shell-page .section-header h2 span, .shell-page .section-header .h2 span {
          width: inherit !important; } }
  .shell-page .section-header h3, .shell-page .section-header .h3 {
    font-family: "Montserrat", sans-serif;
    color: #131737;
    font-weight: bold;
    font-size: 20px; }
    .shell-page .section-header h3 span, .shell-page .section-header .h3 span {
      font-family: inherit !important; }
  .shell-page .section-header p {
    color: #666666;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    width: 70%;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .shell-page .section-header p {
        width: 100%; } }
  .shell-page .section-header p.dark a {
    color: #67ACC4; }
    .shell-page .section-header p.dark a:hover {
      color: #37788e; }
  .shell-page .section-header a {
    color: #BF0F00; }
    .shell-page .section-header a:hover {
      color: #590700; }
  .shell-page .section-header .dark {
    color: white !important;
    margin: 0; }
  .shell-page .section-header.right h2, .shell-page .section-header.right .h2, .shell-page .section-header.right h3, .shell-page .section-header.right .h3, .shell-page .section-header.right p {
    width: 100%; }
  .shell-page .section-header-2 h3, .shell-page .section-header-2 .h3 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #131737;
    width: 100%; }
    @media (max-width: 767px) {
      .shell-page .section-header-2 h3, .shell-page .section-header-2 .h3 {
        width: 100%; } }
    .shell-page .section-header-2 h3 span, .shell-page .section-header-2 .h3 span {
      color: #67ACC4;
      font-weight: 700;
      font-size: 30px;
      font-family: inherit;
      width: inherit !important; }
      @media (max-width: 767px) {
        .shell-page .section-header-2 h3 span, .shell-page .section-header-2 .h3 span {
          width: inherit !important; } }
  .shell-page .center-header {
    max-width: 985px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .shell-page .center-header {
        width: 100%; } }
    .shell-page .center-header h2, .shell-page .center-header .h2,
    .shell-page .center-header h3,
    .shell-page .center-header .h3 {
      color: #131737;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 50px !important;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        .shell-page .center-header h2, .shell-page .center-header .h2,
        .shell-page .center-header h3,
        .shell-page .center-header .h3 {
          color: #131737;
          font-size: 30px !important;
          text-align: left !important; } }
      .shell-page .center-header h2 span, .shell-page .center-header .h2 span,
      .shell-page .center-header h3 span,
      .shell-page .center-header .h3 span {
        font-size: inherit !important;
        font-family: inherit !important;
        color: #67ACC4; }
        @media (max-width: 767px) {
          .shell-page .center-header h2 span, .shell-page .center-header .h2 span,
          .shell-page .center-header h3 span,
          .shell-page .center-header .h3 span {
            font-size: 30px !important; } }
    .shell-page .center-header h2.dark, .shell-page .center-header .dark.h2,
    .shell-page .center-header h3.dark,
    .shell-page .center-header .dark.h3 {
      color: white !important; }
    .shell-page .center-header p {
      color: #383838 !important;
      font-size: 1.3em !important;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        .shell-page .center-header p {
          text-align: left !important;
          line-height: 1.2 !important; } }
  .shell-page .center-header-mid {
    max-width: 985px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .shell-page .center-header-mid {
        width: 100%; } }
    .shell-page .center-header-mid h2, .shell-page .center-header-mid .h2,
    .shell-page .center-header-mid h3,
    .shell-page .center-header-mid .h3,
    .shell-page .center-header-mid h4,
    .shell-page .center-header-mid .h4 {
      color: #131737;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 30px !important; }
      @media (max-width: 767px) {
        .shell-page .center-header-mid h2, .shell-page .center-header-mid .h2,
        .shell-page .center-header-mid h3,
        .shell-page .center-header-mid .h3,
        .shell-page .center-header-mid h4,
        .shell-page .center-header-mid .h4 {
          font-size: 30px !important;
          text-align: left !important; } }
      .shell-page .center-header-mid h2 span, .shell-page .center-header-mid .h2 span,
      .shell-page .center-header-mid h3 span,
      .shell-page .center-header-mid .h3 span,
      .shell-page .center-header-mid h4 span,
      .shell-page .center-header-mid .h4 span {
        font-size: inherit !important;
        color: #67ACC4;
        font-family: inherit !important;
        font-weight: inherit !important; }
    .shell-page .center-header-mid h2.dark, .shell-page .center-header-mid .dark.h2,
    .shell-page .center-header-mid h3.dark,
    .shell-page .center-header-mid .dark.h3,
    .shell-page .center-header-mid h4.dark,
    .shell-page .center-header-mid .dark.h4 {
      color: white !important; }
    .shell-page .center-header-mid p {
      color: #383838 !important;
      font-size: 1.1em !important;
      width: 80%;
      margin: auto;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        .shell-page .center-header-mid p {
          text-align: left !important;
          line-height: 1.2 !important;
          width: 100%; } }
  .shell-page .load-more {
    width: 93%;
    color: #BF0F00; }
    .shell-page .load-more:hover {
      cursor: pointer; }
    .shell-page .load-more span {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
  .shell-page .load-more.dark {
    color: white !important; }
  .shell-page .load-more-component {
    width: 36%; }
    @media (max-width: 767px) {
      .shell-page .load-more-component {
        width: 100%; } }
  .shell-page .feature-card {
    height: 385px;
    width: auto;
    background-color: #373A43;
    color: white; }
    @media (max-width: 767px) {
      .shell-page .feature-card {
        width: 80%;
        margin: 0 auto;
        min-height: 370px; } }
    .shell-page .feature-card img {
      width: 100%; }
    .shell-page .feature-card h3, .shell-page .feature-card .h3 {
      color: white; }
      @media (max-width: 991px) {
        .shell-page .feature-card h3, .shell-page .feature-card .h3 {
          font-size: 1.1em !important; } }
    .shell-page .feature-card a:hover {
      cursor: pointer !important; }
    .shell-page .feature-card p a {
      color: #67ACC4 !important; }
  .shell-page .section-row {
    background-color: white;
    min-height: 500px; }
  .shell-page .section-dark {
    background-color: #262833 !important; }
  .shell-page .hero {
    background-color: #131737; }
    .shell-page .hero .items .hero-text h1, .shell-page .hero .items .hero-text .h1, .shell-page .hero .items .hero-text h2, .shell-page .hero .items .hero-text .h2 {
      font-size: 300%;
      color: white;
      font-weight: 900;
      line-height: 1em !important; }
      @media (max-width: 767px) {
        .shell-page .hero .items .hero-text h1, .shell-page .hero .items .hero-text .h1, .shell-page .hero .items .hero-text h2, .shell-page .hero .items .hero-text .h2 {
          font-size: 200%; } }
      .shell-page .hero .items .hero-text h1 span, .shell-page .hero .items .hero-text .h1 span, .shell-page .hero .items .hero-text h2 span, .shell-page .hero .items .hero-text .h2 span {
        color: #67ACC4;
        font-size: inherit !important;
        font-family: inherit !important; }
    .shell-page .hero .items .hero-text h2, .shell-page .hero .items .hero-text .h2 {
      font-size: 300%;
      color: white;
      font-weight: 900;
      color: #67ACC4; }
      @media (max-width: 767px) {
        .shell-page .hero .items .hero-text h2, .shell-page .hero .items .hero-text .h2 {
          font-size: 200%; } }
    .shell-page .hero .items .hero-text .sub {
      color: white;
      font-size: 1.5rem;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
    .shell-page .hero .items .hero-text h3, .shell-page .hero .items .hero-text .h3 {
      font-size: 20px;
      color: white;
      font-family: "Montserrat", sans-serif; }
    .shell-page .hero .items .hero-text p {
      color: white;
      font-size: 20px !important;
      font-weight: 500 !important;
      font-family: "Montserrat", sans-serif; }
      .shell-page .hero .items .hero-text p a {
        color: #67ACC4 !important; }
    @media (max-width: 767px) {
      .shell-page .hero .items .hero-video {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  .shell-page .section-1 .jp-red {
    color: #BF0F00; }
  .shell-page .section-1 .ctr-img img {
    width: 100%; }
  .shell-page .section-1 .ctr-img .img-caption {
    color: #131737;
    font-size: 18px; }
    .shell-page .section-1 .ctr-img .img-caption span {
      color: #BF0F00; }
  .shell-page .section-1 .ctr-hover_list p {
    margin: 0 !important;
    color: #131737;
    font-size: 18px; }
  .shell-page .section-1 .ctr-hover_list ul {
    list-style-type: none;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 2;
    width: 100%; }
    .shell-page .section-1 .ctr-hover_list ul li {
      z-index: 1; }
      .shell-page .section-1 .ctr-hover_list ul li a {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 1px;
        font-size: 16px;
        color: #131737;
        text-transform: uppercase;
        z-index: 2; }
        .shell-page .section-1 .ctr-hover_list ul li a .hover-bubble {
          background-image: url("https://www-ecs.jamplay.com/global/images/shell/guitar-lessons/speech-bubble.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%;
          height: 15rem;
          width: 15rem;
          left: 20%;
          top: 1%;
          display: none;
          margin-top: -10rem;
          z-index: 6;
          -webkit-filter: drop-shadow(5px 5px 5px #c5bbbb91);
          filter: drop-shadow(5px 5px 5px #c5bbbb91); }
          .shell-page .section-1 .ctr-hover_list ul li a .hover-bubble p, .shell-page .section-1 .ctr-hover_list ul li a .hover-bubble span {
            color: white;
            font-size: 16px; }
        .shell-page .section-1 .ctr-hover_list ul li a:hover {
          color: #BF0F00; }
          .shell-page .section-1 .ctr-hover_list ul li a:hover .hover-bubble {
            display: none; }
  .shell-page .section-1 .ctr-hover_list ul:last-of-type {
    z-index: 1; }
    .shell-page .section-1 .ctr-hover_list ul:last-of-type:hover {
      z-index: 3; }
  @media (max-width: 575px) {
    .shell-page .section-1 .ctr-hover_list .mobile-list {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .shell-page .section-1 .ctr-hover_list .mobile-list .mobile-list-item {
    width: 100%;
    border-bottom: 1px solid #cccccc; }
    .shell-page .section-1 .ctr-hover_list .mobile-list .mobile-list-item span {
      color: #262835;
      font-size: 18px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
  .shell-page .screenshot-grid-block .ctr-screenshot {
    width: auto; }
    .shell-page .screenshot-grid-block .ctr-screenshot img {
      width: 100%; }
  .shell-page .items-grid {
    border-bottom: 1px solid #E5E5E5; }
    @media (max-width: 575px) {
      .shell-page .items-grid {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
    .shell-page .items-grid .items-grid-block {
      border-top: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5;
      width: calc(100% / 3); }
      @media (max-width: 767px) {
        .shell-page .items-grid .items-grid-block {
          width: 100%;
          border-top: 1px solid #E5E5E5;
          border-left: 1px solid #E5E5E5;
          border-right: 1px solid #E5E5E5; } }
      .shell-page .items-grid .items-grid-block h6, .shell-page .items-grid .items-grid-block .h6 {
        margin: 0 !important;
        text-transform: uppercase;
        color: #131737; }
      .shell-page .items-grid .items-grid-block p {
        color: #67ACC4;
        margin: 0 !important; }
    .shell-page .items-grid .items-grid-block:nth-child(3n) {
      border-right: 1px solid #E5E5E5; }
  @media (max-width: 767px) {
    .shell-page .mobile-lessons {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .shell-page .mobile-lessons .lesson-item {
    width: 100%; }
    .shell-page .mobile-lessons .lesson-item .title-tab {
      background-color: #BF0F00;
      color: white;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin: 0 auto;
      width: 90%; }
      .shell-page .mobile-lessons .lesson-item .title-tab h6, .shell-page .mobile-lessons .lesson-item .title-tab .h6 {
        margin-bottom: 0 !important; }
    .shell-page .mobile-lessons .lesson-item .ctr-video video {
      width: 100%; }
    .shell-page .mobile-lessons .lesson-item .ctr-video button {
      border: 5px solid yellow;
      border-radius: 75%;
      color: yellow;
      background-color: transparent;
      z-index: 2;
      top: 30%;
      left: 40%;
      right: auto;
      width: 80px;
      height: 80px; }
  .shell-page .mobile-lessons .lesson-item:last-of-type {
    margin-bottom: 0 !important; }
  .shell-page .ctr-mid-video {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    z-index: 1;
    position: relative; }
    @media (max-width: 991px) {
      .shell-page .ctr-mid-video {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
    .shell-page .ctr-mid-video video {
      grid-column: 1 / span 3;
      grid-row: 1 / span 3;
      width: 100%;
      z-index: 2; }
      .shell-page .ctr-mid-video video:hover {
        cursor: pointer; }
    .shell-page .ctr-mid-video button {
      grid-column: 2 / span 1;
      grid-row: 2 / span 1;
      margin: auto;
      border: 5px solid yellow;
      color: yellow;
      border-radius: 75%;
      width: 5rem;
      height: 5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      z-index: 3; }
      .shell-page .ctr-mid-video button:hover {
        cursor: pointer; }
  .shell-page .anatomy-list {
    padding-left: 1rem;
    list-style-type: disc;
    color: white;
    font-family: "Montserrat", sans-serif; }
    .shell-page .anatomy-list li {
      font-size: 18px;
      line-height: 1.5;
      margin: 2rem 0; }
  .shell-page .ctr-anatomy_graphic img {
    width: 100%; }
  .shell-page .anatomy-list-mobile .icon {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem; }
    .shell-page .anatomy-list-mobile .icon img {
      width: auto !important; }
  .shell-page .anatomy-list-mobile .copy {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available; }
    .shell-page .anatomy-list-mobile .copy p {
      font-family: "Montserrat", sans-serif;
      margin: 0;
      font-size: 1.3em;
      color: white; }
  .shell-page .mobile-copy {
    font-size: 20px;
    color: white; }
  .shell-page .btm_cta h2, .shell-page .btm_cta .h2 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    color: #131737; }
    @media (max-width: 767px) {
      .shell-page .btm_cta h2, .shell-page .btm_cta .h2 {
        text-align: center; } }
    .shell-page .btm_cta h2 span, .shell-page .btm_cta .h2 span {
      color: #67ACC4;
      font-weight: inherit;
      font-size: inherit; }
  .shell-page .btm_cta .cta-link {
    width: fit-content; }
  .shell-page .btm-cta-section {
    min-height: 22rem; }
  .shell-page .mid-video {
    min-height: 20rem; }
  .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer {
    padding: 0;
    background-color: #BF0F00; }
    .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .playerNav a {
      background-color: #343434;
      background-image: none;
      text-shadow: none;
      color: white;
      font-size: 20px;
      padding: 18px;
      border-left: 1px solid #8F8F8F;
      text-transform: uppercase; }
    .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .playerNav a.active {
      background-color: #BF0F00; }
    .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer {
      display: flex;
      flex-direction: column;
      background-color: #BF0F00; }
      .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList {
        flex-basis: 2.5rem; }
        .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          background-color: #BF0F00;
          width: 100%; }
          .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem {
            margin: 0;
            border: none;
            box-shadow: none; }
            .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem img, .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem em, .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem span, .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem i {
              display: none; }
            .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .jamplaySampleList .jamplaySampleListIn .jamplaySampleListItem a {
              background-color: transparent;
              color: white;
              font-style: normal;
              font-family: "Montserrat", sans-serif; }
      .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .videoPlayerContainer {
        margin-top: 1rem;
        background-color: black; }
        .shell-page .sample-player .jamplaySampleVideoLimiter .jamplaySampleVideoContainer .jamplaySampleVideoPlayer .videoPlayerContainer video {
          border-radius: 0px;
          filter: none; }
  .shell-page .homepage-hero {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/homepage-hero-img-3.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .shell-page .homepage-hero {
        min-height: 75vh;
        background-position: 65%; } }
    .shell-page .homepage-hero .items {
      min-height: 600px; }
      @media (max-width: 767px) {
        .shell-page .homepage-hero .items {
          justify-content: flex-end !important; } }
      .shell-page .homepage-hero .items .homepage-hero-text h1, .shell-page .homepage-hero .items .homepage-hero-text .h1 {
        font-size: 300%;
        color: white;
        font-weight: 900; }
        @media (max-width: 767px) {
          .shell-page .homepage-hero .items .homepage-hero-text h1, .shell-page .homepage-hero .items .homepage-hero-text .h1 {
            font-size: 200%; } }
        .shell-page .homepage-hero .items .homepage-hero-text h1 span, .shell-page .homepage-hero .items .homepage-hero-text .h1 span {
          color: #67ACC4;
          font-size: inherit !important;
          font-family: inherit; }
      .shell-page .homepage-hero .items .homepage-hero-text p {
        font-size: 20px;
        color: white;
        font-weight: 600 !important;
        width: 80%; }
        @media (max-width: 767px) {
          .shell-page .homepage-hero .items .homepage-hero-text p {
            width: 100%; } }
      .shell-page .homepage-hero .items .homepage-hero-text .member-login a {
        font-size: 115%;
        text-transform: uppercase;
        border-radius: 6px;
        padding: 12px 3%;
        color: #fff;
        font-family: "Montserrat", sans-serif; }
        .shell-page .homepage-hero .items .homepage-hero-text .member-login a:hover {
          color: white !important;
          cursor: pointer; }
        @media (max-width: 991px) {
          .shell-page .homepage-hero .items .homepage-hero-text .member-login a {
            font-size: 100%; } }
        @media (max-width: 767px) {
          .shell-page .homepage-hero .items .homepage-hero-text .member-login a {
            font-size: 90%; } }
  .shell-page .step-card h3, .shell-page .step-card .h3 {
    font-size: 18px !important;
    font-weight: 100 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important; }
  .shell-page .step-card p a {
    color: #67ACC4 !important;
    font-size: inherit;
    font-weight: bold; }
  .shell-page .step-card .step-link {
    color: #BF0F00;
    text-transform: uppercase;
    font-size: 18px; }
  .shell-page .by-the-numbers {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/by-the-numbers.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px; }
    @media (max-width: 767px) {
      .shell-page .by-the-numbers {
        background-position: top; } }
    .shell-page .by-the-numbers .stat {
      background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/stat-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 8rem;
      margin: 1rem 0.4rem;
      opacity: 0.8; }
      .shell-page .by-the-numbers .stat .num {
        color: white;
        font-size: 40px;
        font-weight: 900; }
      .shell-page .by-the-numbers .stat .text {
        font-size: 18px;
        color: white;
        text-transform: uppercase;
        margin: 5px 0; }
  .shell-page .center-graphic .ctr-img img {
    width: 100%; }
  .shell-page .center-graphic h2, .shell-page .center-graphic .h2 {
    font-size: 300% !important;
    font-weight: 800;
    color: #67ACC4;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .shell-page .center-graphic h2, .shell-page .center-graphic .h2 {
        font-size: 200% !important; } }
    .shell-page .center-graphic h2 span, .shell-page .center-graphic .h2 span {
      color: #262833;
      font-size: inherit !important;
      font-weight: inherit !important;
      font-family: inherit; }
  .shell-page .center-graphic p {
    color: #333333;
    font-size: 18px;
    font-family: "Montserrat", sans-serif; }
  .shell-page .learn-from-best p,
  .shell-page .learn-from-best a {
    font-size: 18px;
    color: white; }
  .shell-page .testimonials_carousel .testimonial,
  .shell-page .mobile-testimonial-row .testimonial {
    font-family: "Montserrat", sans-serif; }
    .shell-page .testimonials_carousel .testimonial .subhead,
    .shell-page .testimonials_carousel .testimonial .subhead::first-letter,
    .shell-page .mobile-testimonial-row .testimonial .subhead::first-letter {
      color:#777;
      margin-bottom: 10px; }
  .shell-page .beginners-section {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/homepage-beginners-bg.jpg");
    background-size: cover; }
    .shell-page .beginners-section img {
      width: 95%; }
      @media (max-width: 767px) {
        .shell-page .beginners-section img {
          width: 100%;
          margin: auto;
          width: 100vw;
          position: relative;
          left: 50%;
          right: 50%;
          margin-left: -50vw;
          margin-right: -50vw; } }
    .shell-page .beginners-section .beginner-list h3, .shell-page .beginners-section .beginner-list .h3 {
      font-size: 21px !important;
      font-family: "Montserrat", sans-serif; }
      .shell-page .beginners-section .beginner-list h3 span, .shell-page .beginners-section .beginner-list .h3 span {
        font-size: inherit !important;
        font-family: inherit; }
    .shell-page .beginners-section .beginner-list ul {
      color: white;
      padding: 1em; }
      .shell-page .beginners-section .beginner-list ul li {
        font-size: 1.3em;
        line-height: 2em; }
  @media (max-width: 767px) {
    .shell-page .shell-page-carousel {
      width: 80%;
      margin: 0 auto; } }
  .shell-page .shell-page-carousel .splide__arrow {
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    color: white;
    height: 2.8rem;
    width: 2.8rem; }
    @media (max-width: 767px) {
      .shell-page .shell-page-carousel .splide__arrow {
        height: 2rem;
        width: 2rem; } }
    .shell-page .shell-page-carousel .splide__arrow svg {
      fill: #ffffff !important;
      height: 1.5em !important;
      width: 1.5em !important; }
  .shell-page .shell-page-carousel .splide__arrow--prev {
    left: -4rem; }
    @media (max-width: 767px) {
      .shell-page .shell-page-carousel .splide__arrow--prev {
        left: -3rem; } }
  .shell-page .shell-page-carousel .splide__arrow--next {
    right: -4rem; }
    @media (max-width: 767px) {
      .shell-page .shell-page-carousel .splide__arrow--next {
        right: -3rem; } }
  .shell-page .shell-page-carousel .songs-recommendation,
  .shell-page .shell-page-carousel .recently-added-lesson,
  .shell-page .shell-page-carousel .shell-carousel-card {
    background-color: #373944;
    margin-right: 20px; }
    .shell-page .shell-page-carousel .songs-recommendation .thumb,
    .shell-page .shell-page-carousel .recently-added-lesson .thumb,
    .shell-page .shell-page-carousel .shell-carousel-card .thumb {
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat; }
    .shell-page .shell-page-carousel .songs-recommendation .ctr-copy h3, .shell-page .shell-page-carousel .songs-recommendation .ctr-copy .h3,
    .shell-page .shell-page-carousel .songs-recommendation .ctr-copy h4,
    .shell-page .shell-page-carousel .songs-recommendation .ctr-copy .h4,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy h3,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy .h3,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy h4,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy .h4,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy h3,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy .h3,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy h4,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy .h4 {
      color: white !important;
      font-size: 18px !important;
      font-weight: bold !important;
      font-family: "Montserrat", sans-serif !important; }
    .shell-page .shell-page-carousel .songs-recommendation .ctr-copy p,
    .shell-page .shell-page-carousel .songs-recommendation .ctr-copy ul,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy p,
    .shell-page .shell-page-carousel .recently-added-lesson .ctr-copy ul,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy p,
    .shell-page .shell-page-carousel .shell-carousel-card .ctr-copy ul {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
      color: white; }
  .shell-page .shell-page-carousel .recently-added-lesson {
    height: 400px;
    width: 300px; }
  .shell-page .shell-page-carousel .songs-recommendation,
  .shell-page .shell-page-carousel .shell-carousel-card {
    height: 430px;
    width: calc(95%/3);
    margin-right: 30px; }
    @media (max-width: 767px) {
      .shell-page .shell-page-carousel .songs-recommendation,
      .shell-page .shell-page-carousel .shell-carousel-card {
        width: 100%;
        margin-right: 0; } }
    .shell-page .shell-page-carousel .songs-recommendation ul,
    .shell-page .shell-page-carousel .shell-carousel-card ul {
      color: white;
      padding-left: 20px;
      list-style-type: disc; }
  .shell-page .carousel-dark .splide__arrow {
    border: 1px solid #373944;
    border-radius: 50%;
    background: transparent;
    color: #373944;
    height: 2.8rem;
    width: 2.8rem; }
    .shell-page .carousel-dark .splide__arrow svg {
      fill: #373944 !important; }
  .shell-page .items-list .shell-carousel-card {
    background-color: #373944;
    margin-right: 20px; }
    .shell-page .items-list .shell-carousel-card .thumb {
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat; }
    .shell-page .items-list .shell-carousel-card .ctr-copy h3, .shell-page .items-list .shell-carousel-card .ctr-copy .h3,
    .shell-page .items-list .shell-carousel-card .ctr-copy h4,
    .shell-page .items-list .shell-carousel-card .ctr-copy .h4 {
      color: white !important;
      font-size: 18px !important;
      font-weight: bold !important;
      font-family: "Montserrat", sans-serif !important; }
    .shell-page .items-list .shell-carousel-card .ctr-copy p,
    .shell-page .items-list .shell-carousel-card .ctr-copy ul {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
      color: white; }
  .shell-page .items-list .shell-carousel-card {
    height: 430px;
    width: calc(95%/3);
    margin-right: 30px; }
    @media (max-width: 767px) {
      .shell-page .items-list .shell-carousel-card {
        width: 100%;
        margin-right: 0; } }
    .shell-page .items-list .shell-carousel-card ul {
      color: white;
      padding-left: 20px;
      list-style-type: disc; }
  .shell-page .bottom_cta {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/home/girl-playing-acoustic-2.jpg");
    background-size: cover;
    background-position: center;
    min-height: 700px; }
    @media (max-width: 767px) {
      .shell-page .bottom_cta {
        background-position: 30%;
        padding-top: 60%; } }
    .shell-page .bottom_cta h2, .shell-page .bottom_cta .h2 {
      font-size: 300%;
      color: white;
      font-weight: 900;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        .shell-page .bottom_cta h2, .shell-page .bottom_cta .h2 {
          font-size: 200%; } }
      .shell-page .bottom_cta h2 span, .shell-page .bottom_cta .h2 span {
        color: #67ACC4;
        text-transform: inherit;
        font-size: inherit !important;
        font-family: inherit; }
    .shell-page .bottom_cta p {
      color: white;
      font-size: 20px; }
  .shell-page .explore_card {
    width: 95%;
    height: 320px;
    background-color: #373943; }
    @media (max-width: 767px) {
      .shell-page .explore_card {
        width: 100%;
        margin: auto; } }
    .shell-page .explore_card img {
      width: 100%; }
    .shell-page .explore_card .ctr-copy h3, .shell-page .explore_card .ctr-copy .h3, .shell-page .explore_card .ctr-copy p {
      color: white; }
  .shell-page .inspire {
    background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/home/by-the-numbers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px !important; }
  @media (max-width: 767px) {
    .shell-page .artists-bottom_cta {
      text-align: center; } }
  .shell-page .membersCourseThumbItem {
    font-family: 'Montserrat';
    text-decoration: none !important; }
    .shell-page .membersCourseThumbItem .thumbContainer {
      padding-bottom: 61%;
      height: 0;
      background-size: cover;
      background-position: top; }
    .shell-page .membersCourseThumbItem .thumbInfo {
      background-color: #373943;
      min-height: 225px; }
      .shell-page .membersCourseThumbItem .thumbInfo .fs-5 {
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .shell-page .membersCourseThumbItem:hover .thumbContainer {
      opacity: .8; }
    .shell-page .membersCourseThumbItem:hover .thumbInfo {
      background-color: rgba(55, 57, 67, 0.8); }
      .shell-page .membersCourseThumbItem:hover .thumbInfo span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        color: white; }
  .shell-page .membersNewReleases {
    background-color: white; }
    .shell-page .membersNewReleases h3, .shell-page .membersNewReleases .h3 {
      font-family: 'Montserrat';
      color: #262833; }
      .shell-page .membersNewReleases h3 span, .shell-page .membersNewReleases .h3 span {
        color: #84b3c7; }
  .shell-page .video-guitar-lessons .page-card {
    min-height: 340px;
    width: 90%;
    background-color: #373943; }
    .shell-page .video-guitar-lessons .page-card img {
      width: 100%; }
    .shell-page .video-guitar-lessons .page-card a {
      color: white;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      text-decoration: none; }
    .shell-page .video-guitar-lessons .page-card p {
      margin: 0;
      line-height: 1.4; }
  .shell-page .learning-path .ctr-step_card {
    height: 380px;
    width: 90%; }
    .shell-page .learning-path .ctr-step_card img {
      width: 100%; }
    .shell-page .learning-path .ctr-step_card h3, .shell-page .learning-path .ctr-step_card .h3 {
      font-size: 21px;
      font-family: "Montserrat", sans-serif;
      color: #262833;
      text-transform: uppercase; }
    .shell-page .learning-path .ctr-step_card p {
      color: #262833; }
    .shell-page .learning-path .ctr-step_card a {
      color: #BF0F00; }
  .shell-page .slow-motion .ctr-screenshot img {
    width: 90%; }
  .shell-page .slow-motion .ctr-screenshot .screenshot-list .list-item {
    color: white; }
    .shell-page .slow-motion .ctr-screenshot .screenshot-list .list-item img {
      height: 2rem;
      width: 2rem; }
  .shell-page .slow-motion .ctr-copy .copy-block h3, .shell-page .slow-motion .ctr-copy .copy-block .h3 {
    font-weight: bold;
    color: #67ACC4; }
  .shell-page .slow-motion .ctr-copy .copy-block p {
    color: white; }
  .shell-page .explore_card {
    width: 95%;
    height: 320px;
    background-color: #373943; }
    @media (max-width: 767px) {
      .shell-page .explore_card {
        width: 100%;
        margin: auto; } }
    .shell-page .explore_card img {
      width: 100%; }
    .shell-page .explore_card .ctr-copy h3, .shell-page .explore_card .ctr-copy .h3, .shell-page .explore_card .ctr-copy p {
      color: white; }
  .shell-page .inspire {
    background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/home/by-the-numbers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px !important; }
  @media (max-width: 767px) {
    .shell-page .artists-bottom_cta {
      text-align: center; } }
  .shell-page .teacher-card {
    min-height: 315px; }
    .shell-page .teacher-card .thumb {
      height: 0;
      position: relative;
      padding-bottom: 65.55%;
      overflow: hidden; }
      .shell-page .teacher-card .thumb .inside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .shell-page .teacher-card .thumb .inside img {
          width: 100%; }
    .shell-page .teacher-card .ctr-copy h3, .shell-page .teacher-card .ctr-copy .h3 {
      color: #131737;
      font-size: 24px; }
    .shell-page .teacher-card .ctr-copy h4, .shell-page .teacher-card .ctr-copy .h4, .shell-page .teacher-card .ctr-copy h5, .shell-page .teacher-card .ctr-copy .h5 {
      color: #67ACC4;
      font-size: 1.25rem; }
    .shell-page .teacher-card .ctr-copy h3.dark, .shell-page .teacher-card .ctr-copy .dark.h3 {
      color: white !important; }
  .shell-page .teacher-grid .load-more {
    width: 30rem; }
    .shell-page .teacher-grid .load-more:hover {
      cursor: pointer; }
    @media (max-width: 767px) {
      .shell-page .teacher-grid .load-more {
        width: 100%; } }
  .shell-page .teacher-grid .load-more.dark {
    color: white; }
  .shell-page .explore-beginners {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/beginner/explore-beginners.jpg");
    background-size: cover;
    background-position: center;
    min-height: unset !important; }
  .shell-page .beginner_card {
    background-color: #373943;
    color: white;
    height: 505px;
    width: 90%; }
    @media (max-width: 767px) {
      .shell-page .beginner_card {
        width: 100%; } }
    .shell-page .beginner_card h3, .shell-page .beginner_card .h3 {
      font-size: 22px; }
    .shell-page .beginner_card h4, .shell-page .beginner_card .h4 {
      font-size: 20px; }
    .shell-page .beginner_card ul {
      padding-left: 1.3rem; }
  .shell-page .explore-for-kids {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/guitar-lessons/kids-and-teens/explore-guitar-kids.jpg");
    background-size: cover;
    background-position: center;
    min-height: unset !important; }
  .shell-page .btm_cta-component {
    background-color: white; }
    .shell-page .btm_cta-component h3, .shell-page .btm_cta-component .h3 {
      color: #131737;
      font-family: "Montserrat", sans-serif; }
      .shell-page .btm_cta-component h3 span, .shell-page .btm_cta-component .h3 span {
        color: #67ACC4; }
    .shell-page .btm_cta-component p {
      width: 77%;
      color: #131737; }
      @media (max-width: 767px) {
        .shell-page .btm_cta-component p {
          width: 100%; } }
  .shell-page .guitar-chords-hero {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/guitar-chords/hero_bg.jpg");
    background-size: cover;
    background-position: center; }
  .shell-page .chord-item a div {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/guitar-chords/chord-link-box.jpg");
    background-size: cover;
    background-position: center;
    height: 155px;
    width: 155px; }
    .shell-page .chord-item a div:hover {
      opacity: .8; }
    .shell-page .chord-item a div h3, .shell-page .chord-item a div .h3 {
      font-size: 3em; }
    .shell-page .chord-item a div span {
      font-size: .8em; }
  .shell-page .gc-bottom_cta {
    min-height: 360px;
    font-family: "Montserrat", sans-serif !important; }
    .shell-page .gc-bottom_cta p {
      width: 80%; }
      @media (max-width: 767px) {
        .shell-page .gc-bottom_cta p {
          width: 100%; } }
  @media (max-width: 575px) {
    .shell-page .chord-item-row {
      justify-content: center; } }
  .shell-page .fc-guitar-chords {
    font-family: "Montserrat", sans-serif;
    background-color: #373943;
    width: 90%;
    /* Track */
    /* Handle */ }
    .shell-page .fc-guitar-chords:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .shell-page .fc-guitar-chords {
        width: 100%; } }
    .shell-page .fc-guitar-chords ul {
      padding-left: 20px; }
    .shell-page .fc-guitar-chords .ctr-features {
      height: 365px;
      overflow-y: scroll; }
    .shell-page .fc-guitar-chords ::-webkit-scrollbar {
      width: 3px; }
      .shell-page .fc-guitar-chords ::-webkit-scrollbar:hover {
        width: 10px; }
    .shell-page .fc-guitar-chords ::-webkit-scrollbar-track {
      background-color: #262932;
      width: 3px; }
      .shell-page .fc-guitar-chords ::-webkit-scrollbar-track:hover {
        width: 10px; }
    .shell-page .fc-guitar-chords ::-webkit-scrollbar-thumb {
      background: #ffffff;
      width: 3px; }
      .shell-page .fc-guitar-chords ::-webkit-scrollbar-thumb:hover {
        width: 10px; }
  .shell-page .ctr-bubble {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/metronome/bubble.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 575px) {
      .shell-page .ctr-bubble {
        width: 110vw;
        position: relative;
        left: 45%;
        right: 40%;
        margin-left: -50vw;
        margin-right: -50vw; } }
    @media (max-width: 991px) {
      .shell-page .ctr-bubble {
        min-height: 500px; } }
  .shell-page .guitar_tips {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/metronome/img-4.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    .shell-page .guitar_tips .tip {
      font-family: "Montserrat", sans-serif;
      flex-direction: row; }
      @media (max-width: 767px) {
        .shell-page .guitar_tips .tip {
          flex-direction: column; } }
      .shell-page .guitar_tips .tip .box {
        background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/guitar-chords/chord-link-box.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 245px;
        width: 85%; }
        .shell-page .guitar_tips .tip .box h4, .shell-page .guitar_tips .tip .box .h4 {
          font-size: 2.5em; }
        @media (max-width: 1199px) {
          .shell-page .guitar_tips .tip .box span {
            font-size: 12px !important; } }
      .shell-page .guitar_tips .tip .arrow {
        width: 15%; }
        .shell-page .guitar_tips .tip .arrow img {
          margin-right: -25px; }
          @media (max-width: 767px) {
            .shell-page .guitar_tips .tip .arrow img {
              margin: 0;
              transition: .5s;
              transform: rotate(90deg); } }
  .shell-page .tips_metronome ul li {
    width: 75%; }
    @media (max-width: 575px) {
      .shell-page .tips_metronome ul li {
        width: 100%; } }
    .shell-page .tips_metronome ul li .ctr-tip .number {
      width: 10%; }
      .shell-page .tips_metronome ul li .ctr-tip .number div {
        height: 30px;
        width: 30px; }
    .shell-page .tips_metronome ul li .ctr-tip .tip {
      width: 90%; }
  .shell-page #startTunerButton {
    color: white;
    line-height: 1.1; }
  .shell-page .howto {
    font-family: "Montserrat", sans-serif;
    color: #262833; }
    .shell-page .howto h3, .shell-page .howto .h3 {
      font-size: 1.2em; }
  .shell-page .ear-tuning-step {
    font-family: "Montserrat", sans-serif;
    color: white; }
    .shell-page .ear-tuning-step h3, .shell-page .ear-tuning-step .h3 {
      color: #67ACC4; }
  .shell-page .chord-finder-hero {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/guitar-chord-finder/hero_img.jpg");
    background-size: cover;
    background-position: top; }
  .shell-page .info-card {
    background-color: #373943; }
  .shell-page .info-card,
  .shell-page .info-card-two {
    width: 90%; }
    @media (max-width: 767px) {
      .shell-page .info-card,
      .shell-page .info-card-two {
        width: 100%; } }
    .shell-page .info-card h3, .shell-page .info-card .h3,
    .shell-page .info-card-two h3,
    .shell-page .info-card-two .h3 {
      font-size: 1.1em; }
    .shell-page .info-card ul,
    .shell-page .info-card-two ul {
      padding-left: 1em; }
    .shell-page .info-card p,
    .shell-page .info-card-two p {
      font-size: 15px; }
  .shell-page .tools-hero {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/tools-hero.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .shell-page .tools-hero {
        background-position: 75%; } }
  .shell-page .tool-card {
    background-color: #373943;
    color: white;
    height: 430px;
    width: 85%; }
    @media (max-width: 767px) {
      .shell-page .tool-card {
        width: 100%; } }
    .shell-page .tool-card:hover {
      opacity: 0.8; }
    .shell-page .tool-card h2, .shell-page .tool-card .h2 {
      font-size: 1.5rem; }
    .shell-page .tool-card ul {
      padding-left: 1.3rem; }
  .shell-page .btm_cta-component.tools .body {
    padding-top: 0 !important; }
    .shell-page .btm_cta-component.tools .body p {
      width: 80%; }
  .shell-page .gcf-btm_cta h3, .shell-page .gcf-btm_cta .h3,
  .shell-page .slow-acc h3,
  .shell-page .slow-acc .h3 {
    font-size: 30px; }
    .shell-page .gcf-btm_cta h3 span, .shell-page .gcf-btm_cta .h3 span,
    .shell-page .slow-acc h3 span,
    .shell-page .slow-acc .h3 span {
      font-size: inherit !important; }
  .shell-page .gcf-btm_cta ul,
  .shell-page .slow-acc ul {
    padding-left: 20px; }
  .shell-page .gcf-btm_cta img,
  .shell-page .slow-acc img {
    width: 100%; }
    @media (max-width: 767px) {
      .shell-page .gcf-btm_cta img,
      .shell-page .slow-acc img {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  .shell-page .gcf-btm_cta {
    min-height: 500px !important; }
  .shell-page .hero-404 {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/not-found/404_hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .shell-page .hero-404 {
        background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/not-found/404_hero-mobile.jpg"); } }
    .shell-page .hero-404 .items {
      height: 365px !important; }
  .shell-page .row-404 {
    min-height: 365px !important; }
  .shell-page .ctr-404-btn {
    width: 25% !important; }
    @media (max-width: 767px) {
      .shell-page .ctr-404-btn {
        width: 100% !important; } }
  .shell-page .features-hero {
    background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/tools/features/features_hero-2.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .shell-page .features-hero {
        background-position: 85%; } }
  .shell-page a .feature-card-basic:hover {
    opacity: 0.8; }
  .shell-page .feature-card-basic {
    width: 90%;
    background-color: #373A43; }
    @media (max-width: 767px) {
      .shell-page .feature-card-basic {
        width: 100%;
        margin: auto; } }
    .shell-page .feature-card-basic h3, .shell-page .feature-card-basic .h3, .shell-page .feature-card-basic h4, .shell-page .feature-card-basic .h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 1em; }
    .shell-page .feature-card-basic p {
      font-size: .9em;
      line-height: 1.5; }
    .shell-page .feature-card-basic a {
      color: #67ACC4; }
      .shell-page .feature-card-basic a:hover {
        color: #37788e; }
    .shell-page .feature-card-basic .download {
      background-color: #BF0F00;
      color: white; }
      .shell-page .feature-card-basic .download:hover {
        color: white;
        background-color: #590700; }
    .shell-page .feature-card-basic .tabs {
      background-color: white;
      color: #BF0F00; }
      .shell-page .feature-card-basic .tabs:hover {
        color: #BF0F00; }
    .shell-page .feature-card-basic .tabs, .shell-page .feature-card-basic .download {
      font-size: .9em;
      padding: .3em;
      border-radius: .5em;
      margin-top: .5em;
      margin-bottom: .5em;
      border-radius: .5em; }
  .shell-page .feature-card-basic.no-bg {
    background-color: transparent !important; }
    .shell-page .feature-card-basic.no-bg div {
      padding-left: 0 !important; }
  .shell-page .scale-card,
  .shell-page .jamtrack-card {
    background-color: #373A43; }
    @media (max-width: 767px) {
      .shell-page .scale-card,
      .shell-page .jamtrack-card {
        width: 100%;
        margin: auto; } }
    .shell-page .scale-card h3, .shell-page .scale-card .h3,
    .shell-page .scale-card h4,
    .shell-page .scale-card .h4,
    .shell-page .jamtrack-card h3,
    .shell-page .jamtrack-card .h3,
    .shell-page .jamtrack-card h4,
    .shell-page .jamtrack-card .h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 1em; }
    .shell-page .scale-card ul li,
    .shell-page .jamtrack-card ul li {
      font-size: .9em;
      line-height: 1.5; }
    .shell-page .scale-card span,
    .shell-page .jamtrack-card span {
      font-size: .9em; }
    .shell-page .scale-card .track-title,
    .shell-page .jamtrack-card .track-title {
      width: 190px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .shell-page .scale-card {
    width: 90%; }
  .shell-page .jamtrack-card {
    width: 95%; }
  .shell-page .int_fret {
    width: 100%; }
    @media (max-width: 767px) {
      .shell-page .int_fret {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  .shell-page .sample-lick_riff_library .sample_tab-row {
    flex-direction: row; }
    @media (max-width: 767px) {
      .shell-page .sample-lick_riff_library .sample_tab-row {
        flex-direction: column; } }
    .shell-page .sample-lick_riff_library .sample_tab-row .ctr-video {
      width: 50%; }
      @media (max-width: 767px) {
        .shell-page .sample-lick_riff_library .sample_tab-row .ctr-video {
          width: 100%; } }
    .shell-page .sample-lick_riff_library .sample_tab-row .ctr-tab {
      width: 50%; }
      @media (max-width: 767px) {
        .shell-page .sample-lick_riff_library .sample_tab-row .ctr-tab {
          width: 100%; } }

.lp-page .lh-1 {
  line-height: 1.5; }

.lp-page .lp-hero {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/learning-paths/lp-hero.jpg"); }
  @media (max-width: 575px) {
    .lp-page .lp-hero {
      background-position: 50%; } }

.lp-page .lp-rock-hero {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/learning-paths/rock/lp-hero-rock.jpg"); }

.lp-page .lp-blues-hero {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/learning-paths/blues/hero.jpg"); }
  @media (max-width: 575px) {
    .lp-page .lp-blues-hero {
      background-position: 50% 95%; } }

.lp-page .lp-country-hero {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/learning-paths/country/hero.jpg"); }

.lp-page .lp-fingerstyle-hero {
  background-image: url("https://www-ecs.jamplay.com/client/global/images/shell/learning-paths/fingerstyle/hero.jpg"); }

.lp-page .bg-jamplay-red {
  background-color: #BF0F00 !important; }

.lp-page .hr-2 {
  border-top: 2px solid #999999; }

.lp-page .ctr-lp-btn {
  width: 65%; }
  @media (max-width: 767px) {
    .lp-page .ctr-lp-btn {
      width: 100%; } }
  .lp-page .ctr-lp-btn .cta-btn {
    background-color: #B02312;
    border-radius: 6px; }
    .lp-page .ctr-lp-btn .cta-btn:hover {
      cursor: pointer; }

.lp-page .ctr-optional-course {
  flex-direction: row; }
  @media (max-width: 575px) {
    .lp-page .ctr-optional-course {
      flex-direction: column; } }
  .lp-page .ctr-optional-course .vertical {
    width: 5%; }
    @media (max-width: 575px) {
      .lp-page .ctr-optional-course .vertical {
        width: 100%; } }
    .lp-page .ctr-optional-course .vertical p {
      transform: rotate(-90deg);
      letter-spacing: 5px; }
      @media (max-width: 575px) {
        .lp-page .ctr-optional-course .vertical p {
          transform: none; } }

.lp-page .learning-path-course-card .ctr-img-title {
  width: 75%; }
  @media (max-width: 767px) {
    .lp-page .learning-path-course-card .ctr-img-title {
      width: 100%;
      align-items: center !important; } }
  .lp-page .learning-path-course-card .ctr-img-title img {
    width: 100%; }
    @media (max-width: 767px) {
      .lp-page .learning-path-course-card .ctr-img-title img {
        margin: 0 auto !important;
        width: 50%; } }


	.hs-cta-embed__loaded iframe {
		  height:105% !important;
	  }
