@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f4f4f4;
}
@media (max-width: 1200px) {
  body {
    font-size: calc(0.865rem + 0.18vw);
  }
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffcc00;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b38f00;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(0.915rem + 0.78vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.resp-text-64-px {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  .resp-text-64-px {
    font-size: calc(1.165rem + 3.78vw);
  }
}

.resp-text-52-px {
  font-size: 3.25rem;
}
@media (max-width: 1200px) {
  .resp-text-52-px {
    font-size: calc(1.09rem + 2.88vw);
  }
}

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

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.015rem + 1.98vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(0.965rem + 1.38vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(0.94rem + 1.08vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(0.915rem + 0.78vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(0.89rem + 0.48vw);
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  h6, .h6 {
    font-size: calc(0.865rem + 0.18vw);
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(0.89rem + 0.48vw);
  }
}

.display-1 {
  font-size: 6rem;
  font-weight: 350;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.365rem + 6.18vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.115rem + 3.18vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .blockquote {
    font-size: calc(0.89rem + 0.48vw);
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f4f4f4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #666666;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 868px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 1192px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1940px) {
  .container {
    max-width: 1860px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 868px) {
  .container-md, .container {
    max-width: 820px;
  }
}
@media (min-width: 1192px) {
  .container-lg, .container-md, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1560px) {
  .container-xl, .container-lg, .container-md, .container {
    max-width: 1480px;
  }
}
@media (min-width: 1940px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container {
    max-width: 1860px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

 .part-widget .col-xl,
.part-widget .col-xl-auto, .part-widget .col-xl-9, .part-widget .col-xl-8, .part-widget .col-xl-7, .part-widget .col-xl-6, .part-widget .col-xl-5, .part-widget .col-xl-4, .part-widget .col-xl-3, .part-widget .col-xl-2, .part-widget .col-xl-1, .part-widget .col-lg,
.part-widget .col-lg-auto, .part-widget .col-lg-12, .part-widget .col-lg-11, .part-widget .col-lg-10, .part-widget .col-lg-9, .part-widget .col-lg-8, .part-widget .col-lg-7, .part-widget .col-lg-6, .part-widget .col-lg-5, .part-widget .col-lg-4, .part-widget .col-lg-3, .part-widget .col-lg-2, .part-widget .col-lg-1, .part-widget .col-md,
.part-widget .col-md-auto, .part-widget .col-md-12, .part-widget .col-md-11, .part-widget .col-md-10, .part-widget .col-md-9, .part-widget .col-md-8, .part-widget .col-md-7, .part-widget .col-md-6, .part-widget .col-md-5, .part-widget .col-md-4, .part-widget .col-md-3, .part-widget .col-md-2, .part-widget .col-md-1, .part-widget .col-sm,
.part-widget .col-sm-auto, .part-widget .col-sm-12, .part-widget .col-sm-11, .part-widget .col-sm-10, .part-widget .col-sm-9, .part-widget .col-sm-8, .part-widget .col-sm-7, .part-widget .col-sm-6, .part-widget .col-sm-5, .part-widget .col-sm-4, .part-widget .col-sm-3, .part-widget .col-sm-1, .part-widget .col,
.part-widget .col-auto, .part-widget .col-12, .part-widget .col-11, .part-widget .col-10, .part-widget .col-9, .part-widget .col-8, .part-widget .col-7, .part-widget .col-6, .part-widget .col-5, .part-widget .col-4, .part-widget .col-3, .part-widget .col-2, .part-widget .col-1, .col-xl,
.col-xl-auto, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
}
@media (min-width: 868px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1192px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1560px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
}
@media (min-width: 1940px) {
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (orientation: landscape) {
   .col-lg-8-landscape, .col-lg-4-landscape, .col-md-7-landscape, .col-md-5-landscape, .col-sm-landscape, .col-6-landscape {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-6-landscape {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-first-landscape {
    order: -1;
  }
}
@media (orientation: landscape) and (min-width: 576px) {
  .col-sm-landscape {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}
@media (orientation: landscape) and (min-width: 868px) {
  .col-md-5-landscape {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-7-landscape {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-md-last-landscape {
    order: 13;
  }
}
@media (orientation: landscape) and (min-width: 1192px) {
  .row-cols-lg-2-landscape > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4-landscape {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-8-landscape {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (orientation: portrait) {
   .col-lg-8-portrait, .col-lg-4-portrait, .col-md-7-portrait, .col-md-5-portrait, .col-12-portrait {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-12-portrait {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (orientation: portrait) and (min-width: 868px) {
  .row-cols-md-2-portrait > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5-portrait {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-7-portrait {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (orientation: portrait) and (min-width: 1192px) {
  .col-lg-4-portrait {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-8-portrait {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fff1b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffe47a;
}

.table-hover .table-primary:hover {
  background-color: #ffec9f;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ffec9f;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c6c6c6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #959595;
}

.table-hover .table-secondary:hover {
  background-color: #b9b9b9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b9b9b9;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8d9b8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ab87a;
}

.table-hover .table-success:hover {
  background-color: #a7d0a7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a7d0a7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c3cef8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #90a4f3;
}

.table-hover .table-info:hover {
  background-color: #acbbf5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #acbbf5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fedbbd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #febc85;
}

.table-hover .table-warning:hover {
  background-color: #fecda4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fecda4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-danger:hover {
  background-color: #ff9f9f;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ff9f9f;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f5f7;
}

.table-hover .table-light:hover {
  background-color: #eaedf1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaedf1;
}

.table-medium,
.table-medium > th,
.table-medium > td {
  background-color: #f1f3f5;
}
.table-medium th,
.table-medium td,
.table-medium thead th,
.table-medium tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-medium:hover {
  background-color: #e2e6ea;
}
.table-hover .table-medium:hover > td,
.table-hover .table-medium:hover > th {
  background-color: #e2e6ea;
}

.table-medium-dark,
.table-medium-dark > th,
.table-medium-dark > td {
  background-color: #d4d4d4;
}
.table-medium-dark th,
.table-medium-dark td,
.table-medium-dark thead th,
.table-medium-dark tbody + tbody {
  border-color: #afafaf;
}

.table-hover .table-medium-dark:hover {
  background-color: #c7c7c7;
}
.table-hover .table-medium-dark:hover > td,
.table-hover .table-medium-dark:hover > th {
  background-color: #c7c7c7;
}

.table-primary-lighter-30,
.table-primary-lighter-30 > th,
.table-primary-lighter-30 > td {
  background-color: #fff9e2;
}
.table-primary-lighter-30 th,
.table-primary-lighter-30 td,
.table-primary-lighter-30 thead th,
.table-primary-lighter-30 tbody + tbody {
  border-color: #fff5ca;
}

.table-hover .table-primary-lighter-30:hover {
  background-color: #fff4c9;
}
.table-hover .table-primary-lighter-30:hover > td,
.table-hover .table-primary-lighter-30:hover > th {
  background-color: #fff4c9;
}
@media (max-width: 867.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.table.rounded {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  /* top-left border-radius */
  /* top-right border-radius */
  /* bottom-left border-radius */
  /* bottom-right border-radius */
}
.table.rounded tr:first-child th:first-child {
  border-top-left-radius: 0.25rem;
}
.table.rounded tr:first-child th:last-child {
  border-top-right-radius: 0.25rem;
}
.table.rounded tr:last-child td:first-child {
  border-bottom-left-radius: 0.25rem;
}
.table.rounded tr:last-child td:last-child {
  border-bottom-right-radius: 0.25rem;
}

.table.rounded:not(:has(th)) {
  /* top-right border-radius */
}
.table.rounded:not(:has(th)) tr:first-child td:first-child {
  border-top-left-radius: 0.25rem;
}
.table.rounded:not(:has(th)) tr:first-child td:last-child {
  border-top-right-radius: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
  .form-control {
    font-size: calc(0.865rem + 0.18vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffe680;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dee2e6;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
@media (max-width: 1200px) {
  .form-control-plaintext {
    font-size: calc(0.865rem + 0.18vw);
  }
}
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #666666;
}

.form-check-label {
  margin-bottom: 0;
}

 .form-control.valid {
  border-color: #007600;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007600' 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);
}
 .form-control.valid:focus {
  border-color: #007600;
  box-shadow: 0 0 0 0.2rem rgba(0, 118, 0, 0.25);
}

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

 .custom-select.valid {
  border-color: #007600;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007600' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .custom-select.valid:focus {
  border-color: #007600;
  box-shadow: 0 0 0 0.2rem rgba(0, 118, 0, 0.25);
}

 .form-check-input.valid ~ .form-check-label {
  color: #007600;
}

 .custom-control-input.valid ~ .custom-control-label {
  color: #007600;
}
 .custom-control-input.valid ~ .custom-control-label::before {
  border-color: #007600;
}
 .custom-control-input.valid:checked ~ .custom-control-label::before {
  border-color: #00a900;
  background: #00a900 linear-gradient(180deg, #25b425, #00a900) repeat-x;
}
 .custom-control-input.valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 118, 0, 0.25);
}
 .custom-control-input.valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007600;
}

 .custom-file-input.valid ~ .custom-file-label {
  border-color: #007600;
}
 .custom-file-input.valid:focus ~ .custom-file-label {
  border-color: #007600;
  box-shadow: 0 0 0 0.2rem rgba(0, 118, 0, 0.25);
}

.form-control.input-validation-error {
  border-color: #ff0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%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='%23ff0000' 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);
}
.form-control.input-validation-error:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

textarea.form-control.input-validation-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.input-validation-error {
  border-color: #ff0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%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='%23ff0000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.input-validation-error:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-check-input.input-validation-error ~ .form-check-label {
  color: #ff0000;
}

.custom-control-input.input-validation-error ~ .custom-control-label {
  color: #ff0000;
}
.custom-control-input.input-validation-error ~ .custom-control-label::before {
  border-color: #ff0000;
}
.custom-control-input.input-validation-error:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background: #ff3333 linear-gradient(180deg, #fd5050, #ff3333) repeat-x;
}
.custom-control-input.input-validation-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.custom-control-input.input-validation-error:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff0000;
}

.custom-file-input.input-validation-error ~ .custom-file-label {
  border-color: #ff0000;
}
.custom-file-input.input-validation-error:focus ~ .custom-file-label {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-control.is-invalid {
  border-color: #ff0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%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='%23ff0000' 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);
}
.form-control.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

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

.custom-select.is-invalid {
  border-color: #ff0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%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='%23ff0000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #ff0000;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff0000;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff0000;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background: #ff3333 linear-gradient(180deg, #fd5050, #ff3333) repeat-x;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff0000;
}

.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff0000;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  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 (max-width: 1200px) {
  .btn {
    font-size: calc(0.865rem + 0.18vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #212529;
  background: #ffcc00 linear-gradient(180deg, #fdd225, #ffcc00) repeat-x;
  border-color: #ffcc00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #212529;
  background: #d9ad00 linear-gradient(180deg, #ddb825, #d9ad00) repeat-x;
  border-color: #cca300;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background: #d9ad00 linear-gradient(180deg, #ddb825, #d9ad00) repeat-x;
  border-color: #cca300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 179, 6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  background-image: none;
  border-color: #bf9900;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 179, 6, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #333333 linear-gradient(180deg, #505050, #333333) repeat-x;
  border-color: #333333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background: #202020 linear-gradient(180deg, #404040, #202020) repeat-x;
  border-color: #1a1a1a;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #202020 linear-gradient(180deg, #404040, #202020) repeat-x;
  border-color: #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #131313;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-success {
  color: #fff;
  background: #007600 linear-gradient(180deg, #258925, #007600) repeat-x;
  border-color: #007600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background: #005000 linear-gradient(180deg, #256925, #005000) repeat-x;
  border-color: #004300;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #005000 linear-gradient(180deg, #256925, #005000) repeat-x;
  border-color: #004300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 139, 38, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #007600;
  border-color: #007600;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004300;
  background-image: none;
  border-color: #003600;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 139, 38, 0.5);
}

.btn-info {
  color: #fff;
  background: #2a50e7 linear-gradient(180deg, #4869e9, #2a50e7) repeat-x;
  border-color: #2a50e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2a50e7;
  border-color: #2a50e7;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #163ac8;
  background-image: none;
  border-color: #1537bc;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}

.btn-warning {
  color: #212529;
  background: #fd7e14 linear-gradient(180deg, #fc9036, #fd7e14) repeat-x;
  border-color: #fd7e14;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #fff;
  background: #e96b02 linear-gradient(180deg, #eb8026, #e96b02) repeat-x;
  border-color: #dc6502;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background: #e96b02 linear-gradient(180deg, #eb8026, #e96b02) repeat-x;
  border-color: #dc6502;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  background-image: none;
  border-color: #cf5f02;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

.btn-danger {
  color: #fff;
  background: #ff0000 linear-gradient(180deg, #fd2525, #ff0000) repeat-x;
  border-color: #ff0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background: #d90000 linear-gradient(180deg, #dd2525, #d90000) repeat-x;
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #d90000 linear-gradient(180deg, #dd2525, #d90000) repeat-x;
  border-color: #cc0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  background-image: none;
  border-color: #bf0000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background: #e9ecef linear-gradient(180deg, #ebedf0, #e9ecef) repeat-x;
  border-color: #e9ecef;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background: #d3d9df linear-gradient(180deg, #d8dde2, #d3d9df) repeat-x;
  border-color: #cbd3da;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background: #d3d9df linear-gradient(180deg, #d8dde2, #d3d9df) repeat-x;
  border-color: #cbd3da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  background-image: none;
  border-color: #c4ccd4;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #51565b, #343a40) repeat-x;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #424649, #23272b) repeat-x;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #23272b linear-gradient(180deg, #424649, #23272b) repeat-x;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-black {
  color: #fff;
  background: #000 linear-gradient(180deg, #252525, #000) repeat-x;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-black:hover {
  color: #fff;
  background: black linear-gradient(180deg, #252525, black) repeat-x;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background: black linear-gradient(180deg, #252525, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
  background-image: none;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  background-image: none;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-background {
  color: #212529;
  background: #f4f4f4 linear-gradient(180deg, #f4f4f4, #f4f4f4) repeat-x;
  border-color: #f4f4f4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-background:hover {
  color: #212529;
  background: #e1e1e1 linear-gradient(180deg, #e4e4e4, #e1e1e1) repeat-x;
  border-color: #dbdbdb;
}
.btn-background:focus, .btn-background.focus {
  color: #212529;
  background: #e1e1e1 linear-gradient(180deg, #e4e4e4, #e1e1e1) repeat-x;
  border-color: #dbdbdb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}
.btn-background.disabled, .btn-background:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  background-image: none;
}
.btn-background:not(:disabled):not(.disabled):active, .btn-background:not(:disabled):not(.disabled).active, .show > .btn-background.dropdown-toggle {
  color: #212529;
  background-color: #dbdbdb;
  background-image: none;
  border-color: #d4d4d4;
}
.btn-background:not(:disabled):not(.disabled):active:focus, .btn-background:not(:disabled):not(.disabled).active:focus, .show > .btn-background.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}

.btn-backoffice {
  color: #fff;
  background: #2a50e7 linear-gradient(180deg, #4869e9, #2a50e7) repeat-x;
  border-color: #2a50e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-backoffice:hover {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
}
.btn-backoffice:focus, .btn-backoffice.focus {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}
.btn-backoffice.disabled, .btn-backoffice:disabled {
  color: #fff;
  background-color: #2a50e7;
  border-color: #2a50e7;
  background-image: none;
}
.btn-backoffice:not(:disabled):not(.disabled):active, .btn-backoffice:not(:disabled):not(.disabled).active, .show > .btn-backoffice.dropdown-toggle {
  color: #fff;
  background-color: #163ac8;
  background-image: none;
  border-color: #1537bc;
}
.btn-backoffice:not(:disabled):not(.disabled):active:focus, .btn-backoffice:not(:disabled):not(.disabled).active:focus, .show > .btn-backoffice.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}

.btn-partset {
  color: #fff;
  background: #e83e8c linear-gradient(180deg, #ea599c, #e83e8c) repeat-x;
  border-color: #e83e8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-partset:hover {
  color: #fff;
  background: #e41c78 linear-gradient(180deg, #e63c8b, #e41c78) repeat-x;
  border-color: #d91a72;
}
.btn-partset:focus, .btn-partset.focus {
  color: #fff;
  background: #e41c78 linear-gradient(180deg, #e63c8b, #e41c78) repeat-x;
  border-color: #d91a72;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-partset.disabled, .btn-partset:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
  background-image: none;
}
.btn-partset:not(:disabled):not(.disabled):active, .btn-partset:not(:disabled):not(.disabled).active, .show > .btn-partset.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  background-image: none;
  border-color: #ce196c;
}
.btn-partset:not(:disabled):not(.disabled):active:focus, .btn-partset:not(:disabled):not(.disabled).active:focus, .show > .btn-partset.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-partkit {
  color: #fff;
  background: #6f42c1 linear-gradient(180deg, #835dc9, #6f42c1) repeat-x;
  border-color: #6f42c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-partkit:hover {
  color: #fff;
  background: #5e37a6 linear-gradient(180deg, #7553b2, #5e37a6) repeat-x;
  border-color: #59339d;
}
.btn-partkit:focus, .btn-partkit.focus {
  color: #fff;
  background: #5e37a6 linear-gradient(180deg, #7553b2, #5e37a6) repeat-x;
  border-color: #59339d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}
.btn-partkit.disabled, .btn-partkit:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  background-image: none;
}
.btn-partkit:not(:disabled):not(.disabled):active, .btn-partkit:not(:disabled):not(.disabled).active, .show > .btn-partkit.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  background-image: none;
  border-color: #533093;
}
.btn-partkit:not(:disabled):not(.disabled):active:focus, .btn-partkit:not(:disabled):not(.disabled).active:focus, .show > .btn-partkit.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-seo {
  color: #fff;
  background: #2a50e7 linear-gradient(180deg, #4869e9, #2a50e7) repeat-x;
  border-color: #2a50e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-seo:hover {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
}
.btn-seo:focus, .btn-seo.focus {
  color: #fff;
  background: #183dd3 linear-gradient(180deg, #3958d8, #183dd3) repeat-x;
  border-color: #163ac8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}
.btn-seo.disabled, .btn-seo:disabled {
  color: #fff;
  background-color: #2a50e7;
  border-color: #2a50e7;
  background-image: none;
}
.btn-seo:not(:disabled):not(.disabled):active, .btn-seo:not(:disabled):not(.disabled).active, .show > .btn-seo.dropdown-toggle {
  color: #fff;
  background-color: #163ac8;
  background-image: none;
  border-color: #1537bc;
}
.btn-seo:not(:disabled):not(.disabled):active:focus, .btn-seo:not(:disabled):not(.disabled).active:focus, .show > .btn-seo.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(74, 106, 235, 0.5);
}

.btn-facebook {
  color: #fff;
  background: #3b5998 linear-gradient(180deg, #5770a6, #3b5998) repeat-x;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-facebook:hover {
  color: #fff;
  background: #30497c linear-gradient(180deg, #4d638e, #30497c) repeat-x;
  border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background: #30497c linear-gradient(180deg, #4d638e, #30497c) repeat-x;
  border-color: #2d4373;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  background-image: none;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  background-image: none;
  border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-twitter {
  color: #fff;
  background: #1da1f2 linear-gradient(180deg, #3dadf2, #1da1f2) repeat-x;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-twitter:hover {
  color: #fff;
  background: #0d8ddc linear-gradient(180deg, #309ce0, #0d8ddc) repeat-x;
  border-color: #0c85d0;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background: #0d8ddc linear-gradient(180deg, #309ce0, #0d8ddc) repeat-x;
  border-color: #0c85d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  background-image: none;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  background-image: none;
  border-color: #0b7ec4;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

.btn-linkedin {
  color: #fff;
  background: #0077b5 linear-gradient(180deg, #258abe, #0077b5) repeat-x;
  border-color: #0077b5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-linkedin:hover {
  color: #fff;
  background: #005e8f linear-gradient(180deg, #25759e, #005e8f) repeat-x;
  border-color: #005582;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background: #005e8f linear-gradient(180deg, #25759e, #005e8f) repeat-x;
  border-color: #005582;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  background-image: none;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  background-image: none;
  border-color: #004d75;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}

.btn-whatsapp {
  color: #fff;
  background: #25d366 linear-gradient(180deg, #44d87b, #25d366) repeat-x;
  border-color: #25d366;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-whatsapp:hover {
  color: #fff;
  background: #1fb256 linear-gradient(180deg, #3fbc6e, #1fb256) repeat-x;
  border-color: #1da851;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
  color: #fff;
  background: #1fb256 linear-gradient(180deg, #3fbc6e, #1fb256) repeat-x;
  border-color: #1da851;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
  background-image: none;
}
.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  background-image: none;
  border-color: #1b9d4c;
}
.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}

.btn-secondary-lighter-20 {
  color: #fff;
  background: #666666 linear-gradient(180deg, #7b7b7b, #666666) repeat-x;
  border-color: #666666;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary-lighter-20:hover {
  color: #fff;
  background: #535353 linear-gradient(180deg, #6b6b6b, #535353) repeat-x;
  border-color: #4d4d4d;
}
.btn-secondary-lighter-20:focus, .btn-secondary-lighter-20.focus {
  color: #fff;
  background: #535353 linear-gradient(180deg, #6b6b6b, #535353) repeat-x;
  border-color: #4d4d4d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-secondary-lighter-20.disabled, .btn-secondary-lighter-20:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  background-image: none;
}
.btn-secondary-lighter-20:not(:disabled):not(.disabled):active, .btn-secondary-lighter-20:not(:disabled):not(.disabled).active, .show > .btn-secondary-lighter-20.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  background-image: none;
  border-color: #464646;
}
.btn-secondary-lighter-20:not(:disabled):not(.disabled):active:focus, .btn-secondary-lighter-20:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-lighter-20.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-info-lighter-10 {
  color: #fff;
  background: #5876ec linear-gradient(180deg, #6f89ed, #5876ec) repeat-x;
  border-color: #5876ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info-lighter-10:hover {
  color: #fff;
  background: #3559e8 linear-gradient(180deg, #5270ea, #3559e8) repeat-x;
  border-color: #2a50e7;
}
.btn-info-lighter-10:focus, .btn-info-lighter-10.focus {
  color: #fff;
  background: #3559e8 linear-gradient(180deg, #5270ea, #3559e8) repeat-x;
  border-color: #2a50e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(113, 139, 239, 0.5);
}
.btn-info-lighter-10.disabled, .btn-info-lighter-10:disabled {
  color: #fff;
  background-color: #5876ec;
  border-color: #5876ec;
  background-image: none;
}
.btn-info-lighter-10:not(:disabled):not(.disabled):active, .btn-info-lighter-10:not(:disabled):not(.disabled).active, .show > .btn-info-lighter-10.dropdown-toggle {
  color: #fff;
  background-color: #2a50e7;
  background-image: none;
  border-color: #1f47e6;
}
.btn-info-lighter-10:not(:disabled):not(.disabled):active:focus, .btn-info-lighter-10:not(:disabled):not(.disabled).active:focus, .show > .btn-info-lighter-10.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(113, 139, 239, 0.5);
}

.btn-info-darker-30 {
  color: #fff;
  background: #0c1f6c linear-gradient(180deg, #2f3f80, #0c1f6c) repeat-x;
  border-color: #0c1f6c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info-darker-30:hover {
  color: #fff;
  background: #081549 linear-gradient(180deg, #2b3663, #081549) repeat-x;
  border-color: #07123e;
}
.btn-info-darker-30:focus, .btn-info-darker-30.focus {
  color: #fff;
  background: #081549 linear-gradient(180deg, #2b3663, #081549) repeat-x;
  border-color: #07123e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(48, 65, 130, 0.5);
}
.btn-info-darker-30.disabled, .btn-info-darker-30:disabled {
  color: #fff;
  background-color: #0c1f6c;
  border-color: #0c1f6c;
  background-image: none;
}
.btn-info-darker-30:not(:disabled):not(.disabled):active, .btn-info-darker-30:not(:disabled):not(.disabled).active, .show > .btn-info-darker-30.dropdown-toggle {
  color: #fff;
  background-color: #07123e;
  background-image: none;
  border-color: #060f33;
}
.btn-info-darker-30:not(:disabled):not(.disabled):active:focus, .btn-info-darker-30:not(:disabled):not(.disabled).active:focus, .show > .btn-info-darker-30.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(48, 65, 130, 0.5);
}

.btn-background-darker-10 {
  color: #212529;
  background: #dbdbdb linear-gradient(180deg, #dfdfdf, #dbdbdb) repeat-x;
  border-color: #dbdbdb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-background-darker-10:hover {
  color: #212529;
  background: #c7c7c7 linear-gradient(180deg, #cecece, #c7c7c7) repeat-x;
  border-color: #c1c1c1;
}
.btn-background-darker-10:focus, .btn-background-darker-10.focus {
  color: #212529;
  background: #c7c7c7 linear-gradient(180deg, #cecece, #c7c7c7) repeat-x;
  border-color: #c1c1c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(191, 192, 192, 0.5);
}
.btn-background-darker-10.disabled, .btn-background-darker-10:disabled {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  background-image: none;
}
.btn-background-darker-10:not(:disabled):not(.disabled):active, .btn-background-darker-10:not(:disabled):not(.disabled).active, .show > .btn-background-darker-10.dropdown-toggle {
  color: #212529;
  background-color: #c1c1c1;
  background-image: none;
  border-color: #bbbbbb;
}
.btn-background-darker-10:not(:disabled):not(.disabled):active:focus, .btn-background-darker-10:not(:disabled):not(.disabled).active:focus, .show > .btn-background-darker-10.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(191, 192, 192, 0.5);
}

.btn-outline-primary {
  color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ffcc00;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.btn-outline-secondary {
  color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-danger {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-partset {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-partset:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-partset:focus, .btn-outline-partset.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-partset.disabled, .btn-outline-partset:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-partset:not(:disabled):not(.disabled):active, .btn-outline-partset:not(:disabled):not(.disabled).active, .show > .btn-outline-partset.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-partset:not(:disabled):not(.disabled):active:focus, .btn-outline-partset:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-partset.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ffcc00;
  text-decoration: none;
}
.btn-link:hover {
  color: #b38f00;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #666666;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .btn-lg {
    font-size: calc(0.89rem + 0.48vw);
  }
}

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-icon {
  width: 32px;
  height: 30px;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffcc00;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 1200px) {
  .dropdown-menu {
    font-size: calc(0.865rem + 0.18vw);
  }
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background: #dee2e6 linear-gradient(180deg, #e1e5e8, #dee2e6) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #ffcc00 linear-gradient(180deg, #fdd225, #ffcc00) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #666666;
  white-space: nowrap;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .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 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.input-group-prepend,
.input-group-append {
  display: flex;
}

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

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

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .input-group-text {
    font-size: calc(0.865rem + 0.18vw);
  }
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffcc00;
  background: #ffcc00 linear-gradient(180deg, #fdd225, #ffcc00) repeat-x;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffe680;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff0b3;
  border-color: #fff0b3;
  box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #666666;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dee2e6;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ffcc00;
  background: #ffcc00 linear-gradient(180deg, #fdd225, #ffcc00) repeat-x;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 204, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  appearance: none;
}
@media (max-width: 1200px) {
  .custom-select {
    font-size: calc(0.865rem + 0.18vw);
  }
}
.custom-select:focus {
  border-color: #ffe680;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #666666;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffe680;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #dee2e6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background: #e9ecef linear-gradient(180deg, #ebedf0, #e9ecef) repeat-x;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-label:hover {
  cursor: pointer;
}
.custom-file-label:hover:after {
  background: #cbd3da linear-gradient(180deg, #d1d8de, #cbd3da) repeat-x;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-wide {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #666666;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #343a40;
  text-transform: uppercase;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  background-color: #ffcc00;
  border-color: #343a40 #343a40 #fff;
}
.nav-tabs .nav-link {
  color: #000;
  border: 1px solid #343a40;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #343a40;
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  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: #343a40 #343a40 #fff;
  border-bottom: 1px solid transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffcc00;
}

.nav-cards {
  text-transform: uppercase !important;
  font-weight: bolder !important;
}
@media (min-width: 1192px) {
  .nav-cards {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .nav-cards .nav-item {
    width: 100%;
  }
}
.nav-cards .nav-item {
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid #000;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.nav-cards .nav-item:hover .nav-link .nav-abbr, .nav-cards .nav-item:focus .nav-link .nav-abbr {
  color: #ffcc00;
}
.nav-cards .nav-item:hover .nav-link .nav-text, .nav-cards .nav-item:focus .nav-link .nav-text {
  background-color: #cca300;
}
@media (max-width: 1191.98px) {
  .nav-cards .nav-item:last-child {
    margin-bottom: 0;
  }
}
.nav-cards .nav-item .nav-link {
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.nav-cards .nav-item .nav-link .nav-abbr {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  flex: 0 0 20%;
  max-width: 20%;
}
.nav-cards .nav-item .nav-link .nav-text {
  background-color: #ffcc00;
  color: #000;
  padding: 1rem;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
  max-width: 25%;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(0.89rem + 0.48vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.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;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: calc(0.89rem + 0.48vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
@media (max-width: 867.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 868px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1191.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1192px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .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.9);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
}

.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.5);
}
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.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;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-body-scroll {
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.card-link {
  color: #2a50e7;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: -1px -1px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header:only-child {
  border-bottom: none;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  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 -1px -1px;
}

.card-img,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.card-img {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.card.card-container {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: transparent;
  border: none;
}

.card-content {
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 0.25rem;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.card-content > .card-header {
  border-bottom: 1px solid #c1c1c1 !important;
  border: none;
  background-color: #f4f4f4;
  position: sticky;
  top: 0;
}
.card-content > .card-header .form-group, .card-content > .card-header label {
  margin-bottom: 0px;
}
.card-content > .card-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 content;
  background-color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0;
}
.card-content > .card-body tr:first-of-type td {
  border-top: none;
}
.card-content > .card-footer {
  border-top: 1px solid #c1c1c1 !important;
  border: none;
  background-color: #f4f4f4;
}
.card-content:has(> .card-footer) > .card-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card-content:has(> .card-header) > .card-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card-content:has(> .scrollable) {
  overflow-y: hidden;
}
.card-content:has(> .scrollable) > .scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.card-content:has(> .scrollable) > .scrollable > .card-header {
  border-bottom: 1px solid #c1c1c1 !important;
  border: none;
  background-color: #f4f4f4;
}
.card-content:has(> .scrollable) > .scrollable > .card-header .form-group, .card-content:has(> .scrollable) > .scrollable > .card-header label {
  margin-bottom: 0px;
}
.card-content:has(> .scrollable) > .scrollable > .card-body {
  min-height: auto;
  flex: none;
  background-color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0;
}
.card-content:has(> .scrollable) > .scrollable > .card-body tr:first-of-type td {
  border-top: none;
}
.card-content:has(> .scrollable) > .scrollable > .card-footer {
  border-top: 1px solid #c1c1c1 !important;
  border: none;
  background-color: #f4f4f4;
}
.card-content:has(> .scrollable) > .scrollable:has(> .card-footer) > .card-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card-content:has(> .scrollable) > .scrollable:has(> .card-header) > .card-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card-content.scrollable {
  overflow-y: auto;
  display: block;
}
.card-content.scrollable > .card-body {
  min-height: auto;
}
.card-content.scrollable > .card-header {
  position: relative;
}

.card-content.card-fill {
  height: 100% !important;
  width: 100% !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0.2rem 0.2rem;
}
@media (min-width: 1192px) {
  .breadcrumb {
    padding: 0.2rem 1rem;
  }
}
.breadcrumb:first-of-type {
  padding-right: 0px;
}
.breadcrumb > .breadcrumb {
  padding-right: 0px;
  padding-left: 0px;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item:not(.active)::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #666666;
  content: "\f105";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666666;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffcc00;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #b38f00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-primary {
  color: #212529;
  background-color: #ffcc00;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #cca300;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fd7e14;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #dc6502;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff0000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #856a00;
  background: #fff5cc linear-gradient(180deg, #fdf5d2, #fff5cc) repeat-x;
  border-color: #fff1b8;
}
.alert-primary hr {
  border-top-color: #ffec9f;
}
.alert-primary .alert-link {
  color: #524100;
}

.alert-secondary {
  color: #1b1b1b;
  background: #d6d6d6 linear-gradient(180deg, #dbdbdb, #d6d6d6) repeat-x;
  border-color: #c6c6c6;
}
.alert-secondary hr {
  border-top-color: #b9b9b9;
}
.alert-secondary .alert-link {
  color: #020202;
}

.alert-success {
  color: #003d00;
  background: #cce4cc linear-gradient(180deg, #d2e6d2, #cce4cc) repeat-x;
  border-color: #b8d9b8;
}
.alert-success hr {
  border-top-color: #a7d0a7;
}
.alert-success .alert-link {
  color: #000a00;
}

.alert-info {
  color: #162a78;
  background: #d4dcfa linear-gradient(180deg, #d9e0f9, #d4dcfa) repeat-x;
  border-color: #c3cef8;
}
.alert-info hr {
  border-top-color: #acbbf5;
}
.alert-info .alert-link {
  color: #0e1b4d;
}

.alert-warning {
  color: #84420a;
  background: #ffe5d0 linear-gradient(180deg, #fde7d5, #ffe5d0) repeat-x;
  border-color: #fedbbd;
}
.alert-warning hr {
  border-top-color: #fecda4;
}
.alert-warning .alert-link {
  color: #552a06;
}

.alert-danger {
  color: #850000;
  background: #ffcccc linear-gradient(180deg, #fdd2d2, #ffcccc) repeat-x;
  border-color: #ffb8b8;
}
.alert-danger hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link {
  color: #520000;
}

.alert-light {
  color: #797b7c;
  background: #fbfbfc linear-gradient(180deg, #fafafb, #fbfbfc) repeat-x;
  border-color: #f9fafb;
}
.alert-light hr {
  border-top-color: #eaedf1;
}
.alert-light .alert-link {
  color: #606162;
}

.alert-medium {
  color: #6b6e71;
  background: #f5f6f8 linear-gradient(180deg, #f5f6f7, #f5f6f8) repeat-x;
  border-color: #f1f3f5;
}
.alert-medium hr {
  border-top-color: #e2e6ea;
}
.alert-medium .alert-link {
  color: #525557;
}

.alert-dark {
  color: #1b1e21;
  background: #d6d8d9 linear-gradient(180deg, #dbdcdd, #d6d8d9) repeat-x;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-primary-lighter-30 {
  color: #857a50;
  background: #fffbeb linear-gradient(180deg, #fdfaec, #fffbeb) repeat-x;
  border-color: #fff9e2;
}
.alert-primary-lighter-30 hr {
  border-top-color: #fff4c9;
}
.alert-primary-lighter-30 .alert-link {
  color: #655d3d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffcc00;
  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: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f4f4f4;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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: #666666;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.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;
}
.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: #856a00;
  background-color: #fff1b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #856a00;
  background-color: #ffec9f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #856a00;
  border-color: #856a00;
}

.list-group-item-warning {
  color: #84420a;
  background-color: #fedbbd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #84420a;
  background-color: #fecda4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #84420a;
  border-color: #84420a;
}

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-medium {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-medium.list-group-item-action:hover, .list-group-item-medium.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-medium.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-success-lighter-20 {
  color: #007200;
  background-color: #b8f5b8;
}
.list-group-item-success-lighter-20.list-group-item-action:hover, .list-group-item-success-lighter-20.list-group-item-action:focus {
  color: #007200;
  background-color: #a2f2a2;
}
.list-group-item-success-lighter-20.list-group-item-action.active {
  color: #fff;
  background-color: #007200;
  border-color: #007200;
}

.list-group-item-info-lighter-30 {
  color: #5e6480;
  background-color: #eaeefc;
}
.list-group-item-info-lighter-30.list-group-item-action:hover, .list-group-item-info-lighter-30.list-group-item-action:focus {
  color: #5e6480;
  background-color: #d4dcf9;
}
.list-group-item-info-lighter-30.list-group-item-action.active {
  color: #fff;
  background-color: #5e6480;
  border-color: #5e6480;
}

.list-group-item-info-lighter-40 {
  color: #757883;
  background-color: #f7f8fe;
}
.list-group-item-info-lighter-40.list-group-item-action:hover, .list-group-item-info-lighter-40.list-group-item-action:focus {
  color: #757883;
  background-color: #e0e4fb;
}
.list-group-item-info-lighter-40.list-group-item-action.active {
  color: #fff;
  background-color: #757883;
  border-color: #757883;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(0.915rem + 0.78vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .toast {
    font-size: calc(0.8525rem + 0.03vw);
  }
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0px !important;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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.7;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1192px) {
  .modal-lg,
  .modal-xl {
    max-width: 1080px;
  }
}
@media (min-width: 1560px) {
  .modal-xl {
    max-width: 1540px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 1.16rem;
  word-wrap: break-word;
  opacity: 0;
}
@media (max-width: 1200px) {
  .tooltip {
    font-size: calc(0.881rem + 0.372vw);
  }
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #ffd633;
  border-bottom: 1px solid #ffd11a;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
@media (max-width: 1200px) {
  .popover-header {
    font-size: calc(0.865rem + 0.18vw);
  }
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  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;
}

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

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

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

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

.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 40px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cca300 !important;
}

.bg-secondary {
  background-color: #333333 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1a1a1a !important;
}

.bg-success {
  background-color: #007600 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #004300 !important;
}

.bg-info {
  background-color: #2a50e7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #163ac8 !important;
}

.bg-warning {
  background-color: #fd7e14 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dc6502 !important;
}

.bg-danger {
  background-color: #ff0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

.bg-light {
  background-color: #e9ecef !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cbd3da !important;
}

.bg-medium {
  background-color: #ced4da !important;
}

a.bg-medium:hover, a.bg-medium:focus,
button.bg-medium:hover,
button.bg-medium:focus {
  background-color: #b1bbc4 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

a.bg-background:hover, a.bg-background:focus,
button.bg-background:hover,
button.bg-background:focus {
  background-color: #dbdbdb !important;
}

.bg-backoffice {
  background-color: #2a50e7 !important;
}

a.bg-backoffice:hover, a.bg-backoffice:focus,
button.bg-backoffice:hover,
button.bg-backoffice:focus {
  background-color: #163ac8 !important;
}

.bg-box {
  background-color: #fff !important;
}

a.bg-box:hover, a.bg-box:focus,
button.bg-box:hover,
button.bg-box:focus {
  background-color: #e6e6e6 !important;
}

.bg-partkit {
  background-color: #6f42c1 !important;
}

a.bg-partkit:hover, a.bg-partkit:focus,
button.bg-partkit:hover,
button.bg-partkit:focus {
  background-color: #59339d !important;
}

.bg-primary-lighter-20 {
  background-color: #ffe066 !important;
}

a.bg-primary-lighter-20:hover, a.bg-primary-lighter-20:focus,
button.bg-primary-lighter-20:hover,
button.bg-primary-lighter-20:focus {
  background-color: #ffd633 !important;
}

.bg-primary-lighter-40 {
  background-color: #fff5cc !important;
}

a.bg-primary-lighter-40:hover, a.bg-primary-lighter-40:focus,
button.bg-primary-lighter-40:hover,
button.bg-primary-lighter-40:focus {
  background-color: #ffeb99 !important;
}

.bg-success-lighter-20 {
  background-color: #00dc00 !important;
}

a.bg-success-lighter-20:hover, a.bg-success-lighter-20:focus,
button.bg-success-lighter-20:hover,
button.bg-success-lighter-20:focus {
  background-color: #00a900 !important;
}

.bg-success-lighter-40 {
  background-color: #43ff43 !important;
}

a.bg-success-lighter-40:hover, a.bg-success-lighter-40:focus,
button.bg-success-lighter-40:hover,
button.bg-success-lighter-40:focus {
  background-color: #10ff10 !important;
}

.bg-warning-lighter-40 {
  background-color: #ffedde !important;
}

a.bg-warning-lighter-40:hover, a.bg-warning-lighter-40:focus,
button.bg-warning-lighter-40:hover,
button.bg-warning-lighter-40:focus {
  background-color: #fed1ac !important;
}

.bg-danger-lighter-20 {
  background-color: #ff6666 !important;
}

a.bg-danger-lighter-20:hover, a.bg-danger-lighter-20:focus,
button.bg-danger-lighter-20:hover,
button.bg-danger-lighter-20:focus {
  background-color: #ff3333 !important;
}

.bg-danger-lighter-40 {
  background-color: #ffcccc !important;
}

a.bg-danger-lighter-40:hover, a.bg-danger-lighter-40:focus,
button.bg-danger-lighter-40:hover,
button.bg-danger-lighter-40:focus {
  background-color: #ff9999 !important;
}

.bg-background-darker-10 {
  background-color: #dbdbdb !important;
}

a.bg-background-darker-10:hover, a.bg-background-darker-10:focus,
button.bg-background-darker-10:hover,
button.bg-background-darker-10:focus {
  background-color: #c1c1c1 !important;
}

.bg-gradient-primary {
  background: #ffcc00 linear-gradient(180deg, #fdd225, #ffcc00) repeat-x !important;
}

.bg-gradient-secondary {
  background: #333333 linear-gradient(180deg, #505050, #333333) repeat-x !important;
}

.bg-gradient-danger {
  background: #ff0000 linear-gradient(180deg, #fd2525, #ff0000) repeat-x !important;
}

.bg-gradient-light {
  background: #e9ecef linear-gradient(180deg, #ebedf0, #e9ecef) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #51565b, #343a40) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-medium {
  border-color: #ced4da !important;
}

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

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

.border-black {
  border-color: #000 !important;
}

.border-backoffice {
  border-color: #2a50e7 !important;
}

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

.border-primary-lighter-20 {
  border-color: #ffe066 !important;
}

.border-primary-lighter-30 {
  border-color: #ffeb99 !important;
}

.border-info-lighter-30 {
  border-color: #b4c1f6 !important;
}

.border-danger-lighter-30 {
  border-color: #ff9999 !important;
}

.border-medium-darker-10 {
  border-color: #b1bbc4 !important;
}

.border-background-darker-10 {
  border-color: #dbdbdb !important;
}

.border-background-darker-20 {
  border-color: #c1c1c1 !important;
}

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

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

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

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

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

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

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

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

.border-2x {
  border-width: 2px;
}

.border-3x {
  border-width: 3px;
}

.border-bottom-nav {
  border-bottom: 2px solid #ffcc00;
}

.border-top-nav {
  border-top: 2px solid #ffcc00;
}

@media (min-width: 868px) {
  .border-bottom-model {
    border-bottom-left-radius: 15px;
    border-left: 2px solid #ffcc00;
    border-bottom: 2px solid #ffcc00;
  }
}
@media (min-width: 1192px) {
  .border-bottom-model {
    border-right: 2px solid #ffcc00;
    border-bottom-right-radius: 15px;
  }
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 868px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1192px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1560px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1940px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}
@media (orientation: landscape) {
  .d-none-landscape {
    display: none !important;
  }
  .d-inline-landscape {
    display: inline !important;
  }
  .d-block-landscape {
    display: block !important;
  }
}
@media (orientation: landscape) and (min-width: 576px) {
  .d-sm-none-landscape {
    display: none !important;
  }
}
@media (orientation: landscape) and (min-width: 868px) {
  .d-md-none-landscape {
    display: none !important;
  }
  .d-md-block-landscape {
    display: block !important;
  }
}
@media (orientation: landscape) and (min-width: 1192px) {
  .d-lg-flex-landscape {
    display: flex !important;
  }
}
@media (orientation: portrait) {
  .d-none-portrait {
    display: none !important;
  }
  .d-inline-portrait {
    display: inline !important;
  }
  .d-block-portrait {
    display: block !important;
  }
  .d-flex-portrait {
    display: flex !important;
  }
}
@media (orientation: portrait) and (min-width: 576px) {
  .d-sm-none-portrait {
    display: none !important;
  }
  .d-sm-list-item-portrait {
    display: list-item !important;
  }
}
@media (orientation: portrait) and (min-width: 868px) {
  .d-md-none-portrait {
    display: none !important;
  }
  .d-md-block-portrait {
    display: block !important;
  }
}
@media (orientation: portrait) and (min-width: 1192px) {
  .d-lg-none-portrait {
    display: none !important;
  }
  .d-lg-block-portrait {
    display: block !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

.flex-grow-1 {
  flex-grow: 1 !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;
}

.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-content-start {
  align-content: flex-start !important;
}

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

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

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

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

.align-self-center {
  align-self: center !important;
}
@media (min-width: 1192px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}
.float-left {
  float: left !important;
}

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

.min-vh-home {
  min-height: 70vh !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.min-vh-home {
  min-height: 70vh !important;
}

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

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

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

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

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

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

.max-vw-10 {
  max-width: 10vw !important;
}

.max-vh-15 {
  max-height: 15vh !important;
}

.max-vh-20 {
  max-height: 20vh !important;
}

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

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

.max-w-30 {
  max-width: 30% !important;
}

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

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

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

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

.max-vh-50 {
  max-height: 50vh !important;
}

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

.min-w-55 {
  min-width: 55% !important;
}

.max-w-60 {
  max-width: 60% !important;
}

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

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

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

.max-vh-75 {
  max-height: 75vh !important;
}

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

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

.max-vh-85 {
  max-height: 85vh !important;
}

.max-h-90 {
  max-height: 90% !important;
}

.max-w-90 {
  max-width: 90% !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .vh-sm-70 {
    height: 70vh !important;
  }
  .max-h-sm-95 {
    max-height: 95% !important;
  }
}
@media (min-width: 868px) {
  .max-w-md-20 {
    max-width: 20% !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .max-vh-md-65 {
    max-height: 65vh !important;
  }
}
@media (min-width: 1192px) {
  .min-vh-lg-45 {
    min-height: 45vh !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
}
@media (min-width: 1560px) {
  .vh-xl-50 {
    height: 50vh !important;
  }
  .max-vh-xl-75 {
    max-height: 75vh !important;
  }
}
@media (orientation: landscape) {
  .min-w-100-landscape {
    min-width: 100% !important;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .vh-sm-85-landscape {
    height: 85vh !important;
  }
  .h-sm-100-landscape {
    height: 100% !important;
  }
}
@media (min-width: 868px) and (orientation: landscape) {
  .vh-md-80-landscape {
    height: 80vh !important;
  }
  .min-w-md-auto-landscape {
    min-width: auto !important;
  }
}
@media (min-width: 1192px) and (orientation: landscape) {
  .vh-lg-70-landscape {
    height: 70vh !important;
  }
}
@media (min-width: 1940px) and (orientation: landscape) {
  .vh-xxl-60-landscape {
    height: 60vh !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.pr-6 {
  padding-right: 6rem !important;
}

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


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

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

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}


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

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}


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

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


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

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

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


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

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

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
}
@media (min-width: 868px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .ml-md-8 {
    margin-left: 12rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  
  .py-md-6 {
    padding-top: 6rem !important;
  }
  
  .px-md-6 {
    padding-right: 6rem !important;
  }
  
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  
  .px-md-6 {
    padding-left: 6rem !important;
  }
}
@media (min-width: 1192px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-8 {
    margin-left: 12rem !important;
  }
  
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
}
@media (min-width: 1560px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .ml-xl-8 {
    margin-left: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
}
@media (orientation: landscape) {
  .mb-2-landscape {
    margin-bottom: 0.5rem !important;
  }
  
  .py-0-landscape {
    padding-top: 0 !important;
  }
  
  .py-0-landscape {
    padding-bottom: 0 !important;
  }
  
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
}
@media (orientation: landscape) and (min-width: 576px) {
  .ml-sm-3-landscape {
    margin-left: 1rem !important;
  }
  
  .px-sm-1-landscape {
    padding-right: 0.25rem !important;
  }
  
  .px-sm-1-landscape {
    padding-left: 0.25rem !important;
  }
  
  .py-sm-3-landscape {
    padding-top: 1rem !important;
  }
  
  .py-sm-3-landscape {
    padding-bottom: 1rem !important;
  }
}
@media (orientation: landscape) and (min-width: 868px) {
  
  .px-md-3-landscape {
    padding-right: 1rem !important;
  }
  
  .px-md-3-landscape {
    padding-left: 1rem !important;
  }
}
@media (orientation: portrait) {
  .mb-3-portrait {
    margin-bottom: 1rem !important;
  }
  
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
}
@media (orientation: portrait) and (min-width: 576px) {
  .mt-sm-1-portrait {
    margin-top: 0.25rem !important;
  }
}
@media (orientation: portrait) and (min-width: 868px) {
  
  .py-md-3-portrait {
    padding-top: 1rem !important;
  }
  
  .py-md-3-portrait {
    padding-bottom: 1rem !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

.text-center {
  text-align: center !important;
}
@media (min-width: 868px) {
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1192px) {
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1560px) {
  .text-xl-left {
    text-align: left !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #ffcc00 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b38f00 !important;
}

.text-secondary {
  color: #333333 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #0d0d0d !important;
}

.text-success {
  color: #007600 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #002a00 !important;
}

.text-info {
  color: #2a50e7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1433b1 !important;
}

.text-warning {
  color: #fd7e14 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c35a02 !important;
}

.text-danger {
  color: #ff0000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important;
}

.text-light {
  color: #e9ecef !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bdc6cf !important;
}

.text-medium {
  color: #ced4da !important;
}

a.text-medium:hover, a.text-medium:focus {
  color: #a2aeb9 !important;
}

.text-medium-dark {
  color: #666666 !important;
}

a.text-medium-dark:hover, a.text-medium-dark:focus {
  color: #404040 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-backoffice {
  color: #2a50e7 !important;
}

a.text-backoffice:hover, a.text-backoffice:focus {
  color: #1433b1 !important;
}

.text-success-darker-10 {
  color: #004300 !important;
}

a.text-success-darker-10:hover, a.text-success-darker-10:focus {
  color: black !important;
}

.text-danger-darker-10 {
  color: #cc0000 !important;
}

a.text-danger-darker-10:hover, a.text-danger-darker-10:focus {
  color: maroon !important;
}

.text-danger-darker-20 {
  color: #990000 !important;
}

a.text-danger-darker-20:hover, a.text-danger-darker-20:focus {
  color: #4d0000 !important;
}

.text-muted {
  color: #666666 !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-wrap: break-word !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1192px !important;
  }
  .container {
    min-width: 1192px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.4 for Bootstrap 4.x
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * & djibe
  * @license Apache-2.0
  */
/*@import "../bootstrap-4.2.1/functions";
@import "../bootstrap-4.2.1/variables";*/
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch span::before {
  content: "​";
}
.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.no-scroll {
  overflow: hidden !important;
}
.responsive-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: inherit;
}

.custom-input-dropdown {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: -2px;
  right: 0;
  padding-top: 2px;
  overflow-y: auto;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  max-height: 30vh;
}
@media (min-width: 868px) {
  .custom-input-dropdown {
    max-height: 50vh;
  }
}

.custom-input-dropdown .highlight {
  background-color: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
  color: inherit;
}

.custom-input-dropdown .list-group-item {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.custom-input-dropdown .list-group-item-action {
  padding: 0.25rem 0.75rem 0.25rem 1.25rem;
}

.carousel-banner-container {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .carousel-banner-container {
    margin-top: 42px;
  }
}
@media (min-width: 868px) {
  .carousel-banner-container {
    margin-top: 40px;
  }
}
.carousel-banner-container .carousel-banner {
  border-top: 2px solid #ffcc00;
  border-bottom: 2px solid #ffcc00;
  z-index: 15;
  font-weight: 450;
  font-size: 14px;
  color: white;
  background: rgba(52, 58, 64, 0.825);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  height: 60px;
}
@media (min-width: 576px) {
  .carousel-banner-container .carousel-banner {
    height: 42px;
  }
}
@media (min-width: 868px) {
  .carousel-banner-container .carousel-banner {
    height: 40px;
    right: -12px;
  }
}

.carousel-banner * {
  transition: opacity 0.35s ease;
  opacity: 0;
}

.carousel-banner.loaded * {
  opacity: 1;
}

#carouselBanner .owl-stage-outer {
  height: 100%;
}
@media (min-width: 868px) {
  #carouselBanner .owl-stage-outer {
    position: absolute;
    left: 0;
    right: 12px;
  }
}
#carouselBanner .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  height: 100%;
}
#carouselBanner .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  opacity: 0;
}
#carouselBanner .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
#carouselBanner .owl-stage-outer .owl-stage .owl-item i {
  font-size: 1.3rem;
  align-self: center;
}

.nav-img-thumbnail {
  height: 140px;
  width: 300px;
  max-width: 300px;
}

.no-scrollbar *:not(select, .scrollable:hover, .card-body-scroll:hover, .card-body:hover, .table-responsive:hover)::-webkit-scrollbar, .no-scrollbar::-webkit-scrollbar {
  display: none;
}

@supports (-moz-appearance: none) {
  .no-scrollbar, .no-scrollbar *:not(select, .scrollable, .card-body-scroll, .card-body) {
    scrollbar-width: none;
  }
}
span.link-dark {
  text-decoration: underline;
  color: #333333;
}
span.link-dark:hover {
  cursor: pointer;
  color: #999;
  text-decoration-Style: double;
}

@media (min-width: 576px) {
  .breaking-item {
    max-width: 275px;
  }
}
.carousel-btn {
  min-height: 60px;
  max-height: 60px;
  min-width: 60px;
  max-width: 60px;
  border: 1px solid black;
  opacity: 0.7;
  background: #ffcc00;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
.carousel-btn:hover {
  opacity: 1;
}

.border-top-fade {
  height: 1px;
  background: radial-gradient(circle, rgba(206, 212, 218, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.shadow-border {
  position: relative;
}

.shadow-border:before, .shadow-border:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}

.shadow-border:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.widget-carousel .card.part-widget {
  width: 85vw;
  max-width: 381px;
  max-height: 550px;
  box-shadow: none !important;
}
@media (min-width: 576px) {
  .widget-carousel .card.part-widget {
    min-width: 532px;
    width: 532px;
    height: 205px;
  }
  .widget-carousel .card.part-widget .card-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.widget-carousel .card.part-widget .card-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.widget-carousel .owl-carousel > .card:not(:first-child) {
  display: none;
}

@media (min-width: 1192px) {
  .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

img.maintain-aspect {
  aspect-ratio: 1.38/1 !important;
  object-fit: cover !important;
}

.breaking-thumbnail {
  border: 3px solid #ffe066 !important;
}
.breaking-thumbnail:hover:not(.selected) {
  border: 3px solid #ffcc00 !important;
}
.breaking-thumbnail.selected {
  box-shadow: none !important;
  border: 3px solid #007600 !important;
}

.pointer {
  cursor: pointer;
}
.pointer.darker:hover {
  filter: brightness(90%);
  border-color: transparent !important;
}
.pointer:hover .hover-overlay {
  opacity: 0.4;
}
.pointer:hover .hover-overlay-text {
  opacity: 0.9;
}
.pointer .hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.25s ease;
  background-color: black;
  z-index: 3;
}
.pointer .hover-overlay-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.25s ease;
  z-index: 4;
}

.google-review-widget-bar {
  position: absolute;
  left: -12px;
  right: 0;
  display: flex;
  background-color: rgba(52, 58, 64, 0.825);
  border-bottom: 2px solid #ffcc00;
  border-top: 2px solid #ffcc00;
  height: 40px;
}

.google-review-widget-small {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.google-review-widget-small .review-logo {
  display: flex;
}
.google-review-widget-small .review-logo img {
  height: 24px;
  width: 24px;
}
.google-review-widget-small a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.google-review-widget-small a:hover .google-review-rating .text-gold-hover {
  color: #fdd663;
}
.google-review-widget-small .text-gold {
  color: #fdd663;
}

.google-review-rating {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.google-review-rating .font-weight-bold {
  padding-right: 0.3rem;
  align-content: space-evenly;
}
.google-review-rating .review-stars-wrapper {
  width: 96px;
  height: 16px;
  min-width: 96px;
  max-width: 96px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23ffffff' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.google-review-rating .review-stars-wrapper .review-stars {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fdd663' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
  background-repeat: repeat-x;
  display: block;
  height: 16px;
  max-width: inherit;
}

.google-review-widget-stack {
  display: flex;
  border-radius: 0.25rem;
  align-items: center;
  flex-direction: column;
}
.google-review-widget-stack .review-logo {
  display: flex;
}
.google-review-widget-stack .review-link {
  display: flex;
  flex-direction: column;
  color: #ffffff !important;
  text-decoration: none;
}
.google-review-widget-stack .review-link:hover .google-review-rating .font-weight-bold {
  color: #fdd663;
}
.google-review-widget-stack .review-link .review-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  font-size: small;
}
.google-review-widget-stack .review-link .review-info.review-date {
  font-size: x-small;
}

.review-item {
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 2px solid rgba(255, 204, 0, 0.3098039216);
  display: flex;
  background-color: #ffffff;
}
.review-item .review-inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.review-item .review-inner .review-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.review-item .review-inner .review-body .google-review-rating {
  margin-bottom: 0.5rem;
}
.review-item .review-inner .review-body .google-review-rating .review-stars-wrapper {
  width: 120px;
  min-width: 120px;
  height: 20px;
  max-width: 120px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23dadce0' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.review-item .review-inner .review-body .google-review-rating .review-stars-wrapper .review-stars {
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><path fill='%23ffc826' d='M10 15.27L16.18 19l-1.64-7.03L20 7.24l-7.19-.61L10 0 7.19 6.63 0 7.24l5.46 4.73L3.82 19z'/></svg>");
}
.review-item .review-inner .review-body .review-content {
  overflow: hidden;
}
.review-item .review-inner .review-body .review-content.clipped {
  max-height: 100px;
}
.review-item .review-inner .review-info, .review-item .review-inner .review-link {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.review-item .review-inner .review-link {
  text-decoration: none;
}
.review-item .review-inner .review-img {
  margin-right: 1rem;
}
.review-item .review-inner .review-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.review-item .review-inner .review-header {
  align-items: center;
  display: flex;
}
.review-item .review-inner .review-header .review-info {
  overflow: hidden;
}
.review-item .review-inner .review-header .review-info strong, .review-item .review-inner .review-header .review-info span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review-item .review-inner .review-footer {
  margin-top: auto;
}

.home-page-brands {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.home-page-brands .brand-name {
  font-weight: 600;
}
.home-page-brands .shop-now {
  position: relative;
  top: -3px;
  font-size: xx-small;
}
.home-page-brands a:hover {
  text-decoration: none;
}

.showcase-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-thumbnail::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  background-size: cover;
}

.diagram-tile {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.diagram-tile:hover .border-primary, .diagram-tile :hover .title-wrapper {
  border-color: rgba(52, 58, 64, 0.65) !important;
  transition: 0.25s ease;
}
.diagram-tile .img-wrapper {
  border: 2px solid #ffcc00;
  border-bottom: none !important;
}
.diagram-tile .title-wrapper {
  border: 2px solid #ffcc00;
  text-align: center;
  border-top: 1px solid rgba(52, 58, 64, 0.15) !important;
  flex-grow: 1;
  background: white;
  align-content: center;
}
@media (min-width: 576px) {
  .diagram-tile .title-wrapper .tile-title {
    font-size: 1.089rem;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .diagram-tile .title-wrapper .tile-title {
    font-size: calc(0.8739rem + 0.2868vw);
  }
}
.diagram-tile .img-front-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  filter: grayscale(100%);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.diagram-tile .img-front-text::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.45);
  background-position: center;
  background-size: cover;
}
.diagram-tile .img-front-text .page-number {
  align-self: flex-start;
  opacity: 0.65;
  text-align: center;
}

.tile-title {
  text-transform: uppercase;
  margin: 0.25rem 0 0.25rem 0;
  font-weight: 700 !important;
  font-size: 0.8778rem;
}
@media (max-width: 1200px) {
  .tile-title {
    font-size: calc(0.85278rem + 0.03336vw);
  }
}
@media (min-width: 576px) {
  .tile-title {
    font-size: 1.2078rem;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .tile-title {
    font-size: calc(0.88578rem + 0.42936vw);
  }
}

.tile-header {
  text-transform: uppercase;
  font-size: 0.7656rem;
}
@media (min-width: 576px) {
  .tile-header {
    font-size: 0.99rem;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .tile-header {
    font-size: calc(0.864rem + 0.168vw);
  }
}

.modelfamily {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  filter: grayscale(100%);
}

.modelfamily::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  background-size: cover;
}

.model {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  filter: grayscale(100%) invert(100%);
}

.model::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-size: cover;
}
.model-fallback {
  background-color: #333333;
  color: #ffcc00;
}
.model-fallback span {
  text-transform: uppercase;
  border-bottom: 1px solid #e83e8c;
}

.model-border {
  border-radius: 0.25rem;
  overflow: hidden;
}

.model-border-eurospares {
  border: 1px solid #343a40;
}

.model-eurospares {
  background-color: #343a40;
  color: #e9ecef;
}
.model-eurospares span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffcc00;
}

.model-border-ferrari {
  border: 1px solid #000;
}

.model-ferrari {
  background-color: #000;
  color: #ffcc00;
}
.model-ferrari span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffcc00;
}

.model-border-porsche {
  border: 1px solid #8b959e;
}

.model-porsche {
  background-color: #8b959e;
  color: #fff;
}
.model-porsche span {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.model-border-lamborghini {
  border: 1px solid #ced4da;
}
.model-border-lamborghini .model-lamborghini {
  border-bottom: 1px solid #ced4da !important;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}

.model-lamborghini {
  background-color: #f8c221;
  color: #fff;
  border: 1px solid #ced4da;
}
.model-lamborghini span {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.model-border-maserati {
  border: 1px solid #112a52;
}

.model-maserati {
  background-color: #112a52;
  color: #fff;
}
.model-maserati span {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.model-border-bentley {
  border: 1px solid #d8d9dc;
}
.model-border-bentley .model-bentley {
  border-bottom: 1px solid #d8d9dc !important;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}

.model-bentley {
  background-color: #e6eae9;
  color: #7ca88e;
  border: 1px solid #d8d9dc;
}
.model-bentley span {
  text-transform: uppercase;
  border-bottom: 1px solid #7ca88e;
}

.model-border-astonmartin {
  border: 1px solid #01665f;
}

.model-astonmartin {
  background-color: #01665f;
  color: #fff;
}
.model-astonmartin span {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.model-border-tubi {
  border: 1px solid #ffcc00;
}

.model-tubi {
  background-color: #fff;
  color: #000;
}
.model-tubi span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffcc00;
}

.model-border-mclaren {
  border: 1px solid #ff8000;
}

.model-mclaren {
  background-color: #ff8000;
  color: #fff;
}
.model-mclaren span {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.model-border-oem {
  border: 1px solid #565788;
}

.model-oem {
  background-color: #565788;
  color: #fff;
}
.model-oem span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffcc00;
}

.model-border-rollsroyce {
  border: 1px solid #50897e;
}
.model-border-rollsroyce .model-rollsroyce {
  border-bottom: 1px solid #50897e !important;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}

.model-rollsroyce {
  background-color: #46595e;
  color: #e9ecef;
  border: 1px solid #50897e;
}
.model-rollsroyce span {
  text-transform: uppercase;
  border-bottom: 1px solid #50897e;
}

.model-border-akrapovic {
  border: 1px solid #cc0033;
}

.model-akrapovic {
  background-color: #fff;
  color: #000000;
}
.model-akrapovic span {
  text-transform: uppercase;
  border-bottom: 1px solid #cc0033;
}

.model-border-quicksilver {
  border: 1px solid #cc3333;
}

.model-quicksilver {
  background-color: #fff;
  color: #595959;
}
.model-quicksilver span {
  text-transform: uppercase;
  border-bottom: 1px solid #cc3333;
}

.model-border-klineinnovation {
  border: 1px solid #d8b983;
}

.model-klineinnovation {
  background-color: #fff;
  color: #000;
}
.model-klineinnovation span {
  text-transform: uppercase;
  border-bottom: 1px solid #d8b983;
}
.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 200px;
  z-index: 5000;
}

.chat-bubble {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.chat-bubble-left {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  margin-right: 20px;
}

.chat-bubble-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 0;
  border-top: 0;
  margin-top: -7.5px;
  margin-left: -15px;
  border-right-color: #fff;
}

.chat-bubble-right {
  position: relative;
  background: #ffe066;
  border-radius: 0.4em;
  margin-left: 20px;
}

.chat-bubble-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 0;
  border-top: 0;
  margin-top: -7.5px;
  margin-right: -15px;
  border-left-color: #ffe066;
}

.invert {
  filter: invert(100%);
}

.diagram-table .table-responsive, .diagram-table {
  /*    overflow: hidden;
     margin-bottom: 17px;*/
}
.diagram-table .table-responsive a, .diagram-table a {
  text-decoration: none;
  color: #000;
}
.diagram-table .table-responsive div.item:hover, .diagram-table div.item:hover {
  cursor: pointer;
}
.diagram-table .table-responsive div.item:hover img, .diagram-table div.item:hover img {
  box-shadow: 0px 0px 0px 2px #ffcc00;
  filter: brightness(90%);
}
.diagram-table .table-responsive object, .diagram-table object {
  height: 100px;
}
.diagram-table .table-responsive img, .diagram-table img {
  display: inline-block;
  height: 120px;
  box-shadow: 0px 0px 0px 1px #343a40;
  /*border-radius: $border-radius-lg;*/
  margin-left: 2px;
  margin-right: 2px;
  background-size: cover;
}
.diagram-table .table-responsive img.owl-lazy, .diagram-table img.owl-lazy {
  transition-property: opacity !important;
  transition-duration: 0.2s, 0.4s !important;
  transition-timing-function: ease;
}
.diagram-table .table-responsive img.js-selected, .diagram-table img.js-selected {
  box-shadow: 0px 0px 0px 2px #007600 !important;
}
.diagram-table .table-responsive img.js-current, .diagram-table img.js-current {
  box-shadow: 0px 0px 0px 2px #ffcc00;
}

.diagram-table:hover .table-responsive {
  overflow-x: auto;
  margin-bottom: 0;
}

.catalogue-diagram a {
  text-decoration: none;
  color: #000;
}

.catalogue-title {
  text-transform: capitalize;
}
.catalogue-title.text-truncate {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}

.js-mirror-to {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*margin-right: 17px;*/
}

/*.js-mirror-to:hover {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: 0;
}*/
.parts-table-header-row {
  border-top: 3px solid #ffcc00;
  border-bottom: 3px solid #ffcc00;
  color: #fff;
  background-color: #343a40;
  text-transform: uppercase;
}
.parts-table-header-row > div:first-child {
  text-align: center;
}

.options-section {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.diagram-image {
  position: absolute;
  user-select: none;
}

.diagram-image-initial {
  width: 98%;
  height: auto;
  top: 0px;
  left: 0px;
}

.diagram-image-container {
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: move;
}

.scrollable-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable-content-wrapper.horizontal-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

.parts-table {
  border: 1px solid #343a40;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.parts-table .js-master-row {
  cursor: pointer;
}
.parts-table .js-master-row:not(.selected):hover {
  background-color: #ffe680;
}

.selected {
  background: #ffdb4d !important;
}

.even {
  background: #e9ecef;
}

.odd {
  background: #ced4da;
}

.other-parts-table .table-responsive {
  overflow: auto;
}
.other-parts-table .table-responsive a {
  text-decoration: none;
  color: #000;
}

.special-offer {
  border-style: solid;
  border-width: 3px;
  border-color: #ff0000;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  margin: 5px;
  color: #ff0000;
}

.in-stock {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 3px 0 0 7px;
  margin: 0 0 0 0;
  font-size: 7pt;
  border: 1px solid #ffcc00;
  background-color: #007600;
  color: #fff;
}

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

.hotspot {
  position: absolute;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  opacity: 0.25;
  z-index: 1;
  animation: hotspot-load 1s ease;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

.hotspot-permanent {
  position: absolute;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  opacity: 1;
}

.hotspot-active {
  background-color: rgba(255, 204, 0, 0.4);
  opacity: 1;
}

.hotspot:hover, .hotspot-selected {
  opacity: 1;
}

.hotspot-highlight {
  background-color: #ffeb99;
}

.supersession {
  font-size: small;
  text-decoration: none;
  color: #000;
}
.supersession .replaced {
  text-decoration: line-through;
}
.supersession .in-stock {
  color: #007600;
}

.supersession-link {
  text-decoration: none;
  color: #000;
}
.supersession-link .replaced {
  text-decoration: line-through;
}

hr.supersession {
  border-top: 2px solid #000;
}

.part-name {
  text-decoration: none;
  color: #000;
}

.text-strikethrough {
  text-decoration: line-through;
}

.header-logo {
  max-width: 190px;
  max-height: 50px;
  height: auto;
  width: 100%;
}

.header-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  user-select: none;
  background-color: transparent;
  border: 0px solid #ffcc00;
  border-radius: 20px;
  min-height: 40px;
  font-size: 18pt;
  color: #fff;
}
.header-btn .basket-count {
  font-size: 18pt;
}

.header-btn:hover {
  text-decoration: none;
  color: #fff;
}

.pulse {
  animation: shadow-pulse 1s ease-in-out;
  animation-iteration-count: 3;
}

.pulse:after {
  animation: none;
}

.pulse-success {
  animation: shadow-pulse-success 1s ease-in-out;
  animation-iteration-count: 3;
}

.pulse-success:after {
  animation: none;
}

.pulse-secondary {
  animation: shadow-pulse-secondary 1s ease-in-out;
  animation-iteration-count: 3;
}

.pulse-secondary:after {
  animation: none;
}

.pulse-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  animation: shadow-pulse-fill 1s ease-in-out;
  animation-iteration-count: 3;
}
.pulse-fill .pulse-fill:after {
  animation: none;
}

.cart-button-animation {
  opacity: 1;
  animation: cart-button-opacity 5s linear infinite;
}

.cart-price-animation {
  opacity: 0;
  animation: cart-price-opacity 5s linear infinite;
}

@keyframes cart-price-opacity {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
}
@keyframes cart-button-opacity {
  0%, 100% {
    opacity: 1;
  }
  20%, 80% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}
@keyframes shadow-pulse-fill {
  0% {
    background-color: rgba(255, 204, 0, 0.4);
  }
  100% {
    background-color: rgba(255, 204, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 204, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 204, 0, 0);
  }
}
@keyframes shadow-pulse-success {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 118, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 118, 0, 0);
  }
}
@keyframes shadow-pulse-secondary {
  0% {
    background-color: rgba(255, 204, 0, 0);
  }
  50% {
    background-color: rgba(51, 51, 51, 0.5);
  }
  100% {
    background-color: rgba(255, 204, 0, 0);
  }
}
a.x-small {
  text-decoration: none;
  color: #000;
}

.x-small {
  font-size: x-small;
}

.fa-camera-alt {
  cursor: pointer;
}

.model-list {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 868px) {
  .model-list {
    max-height: 420px;
  }
}
@media (min-width: 868px) {
  .model-list {
    max-height: 210px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1192px) {
  .model-list {
    max-height: 360px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1460px) {
  .model-list {
    max-height: 438px;
    margin-bottom: 35px;
  }
}

.custom-nav-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 46px;
}
@media (min-width: 868px) {
  .custom-nav-item {
    border-left: 1px solid #000;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 868px) {
  .custom-nav-item:last-child {
    border-right: 1px solid #000;
  }
}

.custom-nav-link {
  padding: 0;
}

.modal-header {
  color: #000;
  background-color: #ffcc00;
}

.you-are-here {
  animation: you-are-here 2s ease-in-out;
  animation-iteration-count: 5;
}

@keyframes you-are-here {
  0% {
    color: #ffcc00;
  }
  50% {
    color: rgba(255, 204, 0, 0);
  }
  100% {
    color: #ffcc00;
  }
}
.part-number-row:hover {
  color: #212529;
  background-color: rgba(255, 204, 0, 0.085);
}

.highlight {
  color: #000;
  background-color: #ffcc00;
}

.preformatted {
  white-space: pre-wrap;
}

.js-error {
  border-color: #ff0000;
}

.summary table {
  width: 100%;
}
.summary table.options tr {
  vertical-align: baseline;
}
.summary table.options tr td:first-child {
  width: 30px;
}
.summary table.options tr td:nth-child(2) {
  width: 100px;
}
.summary table.totals tr {
  vertical-align: baseline;
}
.summary table.totals tr td:first-child {
  width: 40px;
}
.summary table.totals tr td:nth-child(2) {
  font-weight: bold;
  max-width: 150px;
}
.summary table.totals tr td:last-child {
  text-align: right;
}
.summary table.totals tr:last-child td:last-child {
  color: #007600;
  font-weight: bold;
}

.checkout {
  border-top: 6px solid #ffcc00;
  border-bottom: 6px solid #ffcc00;
}

.btn {
  text-transform: uppercase;
}

.btn.btn-link {
  text-transform: none;
}

.ps-text-36-pt {
  font-size: 1.98rem;
}
@media (max-width: 1200px) {
  .ps-text-36-pt {
    font-size: calc(0.963rem + 1.356vw);
  }
}

.ps-text-30-pt {
  font-size: 1.65rem;
}
@media (max-width: 1200px) {
  .ps-text-30-pt {
    font-size: calc(0.93rem + 0.96vw);
  }
}

.ps-text-24-pt {
  font-size: 1.32rem;
}
@media (max-width: 1200px) {
  .ps-text-24-pt {
    font-size: calc(0.897rem + 0.564vw);
  }
}

.ps-text-22-pt {
  font-size: 1.2078rem;
}
@media (max-width: 1200px) {
  .ps-text-22-pt {
    font-size: calc(0.88578rem + 0.42936vw);
  }
}

.ps-text-20-pt {
  font-size: 1.089rem;
}
@media (max-width: 1200px) {
  .ps-text-20-pt {
    font-size: calc(0.8739rem + 0.2868vw);
  }
}

.ps-text-18-pt {
  font-size: 0.99rem;
}
@media (max-width: 1200px) {
  .ps-text-18-pt {
    font-size: calc(0.864rem + 0.168vw);
  }
}

.ps-text-16-pt {
  font-size: 0.8778rem;
}
@media (max-width: 1200px) {
  .ps-text-16-pt {
    font-size: calc(0.85278rem + 0.03336vw);
  }
}

.ps-text-14-pt {
  font-size: 0.7656rem;
}

.ps-text-12-pt {
  font-size: 0.66rem;
}

.ps-text-10-pt {
  font-size: 0.5478rem;
}

.ps-text-24-pt-resp {
  font-size: 2.31rem;
}
@media (max-width: 1200px) {
  .ps-text-24-pt-resp {
    font-size: calc(0.996rem + 1.752vw);
  }
}
@media (min-width: 868px) {
  .ps-text-24-pt-resp {
    font-size: 3.3rem;
  }
}
@media (min-width: 868px) and (max-width: 1200px) {
  .ps-text-24-pt-resp {
    font-size: calc(1.095rem + 2.94vw);
  }
}

hr {
  border: 1px solid #000;
}

.btn-no-shadow:focus {
  box-shadow: none;
}

.btn-no-shadow:active {
  box-shadow: none;
}

.btn-no-shadow:hover {
  box-shadow: none;
}

.textDiv {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
}

article > * {
  color: #000;
}
article > * a {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
article > * a:link {
  color: #333333;
  text-decoration: underline;
}
article > * a:visited {
  color: #333333;
  text-decoration: underline;
}
article > * a:hover {
  color: #999999;
  text-decoration: underline;
  text-decoration-Style: double;
}
article > * a:active {
  color: #333333;
  text-decoration: underline;
}
article > * h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  article > * h1 {
    font-size: calc(0.965rem + 1.38vw);
  }
}
article > * h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  article > * h2 {
    font-size: calc(0.94rem + 1.08vw);
  }
}
article > * h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  article > * h3 {
    font-size: calc(0.915rem + 0.78vw);
  }
}
article > * h4 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  article > * h4 {
    font-size: calc(0.89rem + 0.48vw);
  }
}
article > * h5 {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  article > * h5 {
    font-size: calc(0.865rem + 0.18vw);
  }
}
article > * h5 {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  article > * h5 {
    font-size: calc(0.865rem + 0.18vw);
  }
}

.img-bg-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-front-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.custom-input-dropdown {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.popover-body:has(.share-buttons) {
  padding: 0.5rem;
}

.share-buttons {
  display: flex;
  gap: 0.5rem;
}

.share-button {
  border: none;
  color: #fff;
  font-size: 16px;
  min-height: 36px;
  height: 36px;
  max-height: 36px;
  min-width: 36px;
  width: 36px;
  max-width: 36px;
}

.sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transform: translateX(0%);
  z-index: 1080;
  width: 223px;
  min-height: 100vh;
  background-color: #343a40;
}
.sidemenu.hide {
  transform: translateX(-100%);
}
.sidemenu .scroll {
  overflow-y: auto;
}
.sidemenu .row-userbar {
  height: 31px;
  background-color: #ffcc00;
}
@media (min-width: 576px) {
  .sidemenu .row-userbar {
    height: 46px;
  }
}
.sidemenu .row-close {
  height: 66px;
}
.sidemenu .row-top {
  height: 59px;
  background-color: #ffcc00;
  padding-top: 12px;
}
.sidemenu .row {
  padding-left: 0;
}
.sidemenu .menu-heading {
  background-color: #495057;
  text-transform: uppercase;
  font-size: 0.7656rem;
  padding-top: 3px;
  min-height: 26px;
  color: #e9ecef;
}
.sidemenu .menu-item {
  background-color: #343a40;
  text-transform: uppercase;
  font-size: 0.99rem;
  border-bottom: 1px solid #adb5bd;
  padding-top: 10px;
  min-height: 44px;
  color: #e9ecef;
  cursor: pointer;
}
.sidemenu .menu-item a {
  text-decoration: none;
  color: #e9ecef;
}
.sidemenu .menu-item button {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.99rem;
  color: #e9ecef;
}
.sidemenu .menu-sub-item-heading {
  background-color: #666666;
  text-transform: uppercase;
  font-size: 0.99rem;
  padding-top: 10px;
  min-height: 44px;
  color: #f4f4f4;
}
.sidemenu .menu-sub-item {
  background-color: #ced4da;
  color: #212529;
  border-bottom: 1px solid #343a40;
}
.sidemenu .menu-sub-item a {
  text-decoration: none;
  color: #212529;
}
.sidemenu .menu-social {
  display: inline-block;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 10px;
  text-align: center;
}

.menu-item:hover {
  background-color: #ffcc00;
  color: #212529;
}
.menu-item:hover a, .menu-item:hover button {
  color: #212529;
}

.menu-sub-item:hover {
  background-color: #ffcc00;
  color: #212529;
}
.menu-sub-item:hover a {
  color: #212529;
}

/*.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255,255,255,0.9);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}*/
@supports not (container-type: inline-size) {
  .part-widget .d-none {
    display: none !important;
  }
  .part-widget .d-inline {
    display: inline !important;
  }
  .part-widget .d-inline-block {
    display: inline-block !important;
  }
  .part-widget .d-block {
    display: block !important;
  }
  .part-widget .d-flex {
    display: flex !important;
  }
  .part-widget .d-inline-flex {
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .part-widget .d-sm-none {
      display: none !important;
    }
    .part-widget .d-sm-block {
      display: block !important;
    }
    .part-widget .d-sm-flex {
      display: flex !important;
    }
  }
  @media (min-width: 868px) {
    .part-widget .d-md-none {
      display: none !important;
    }
    .part-widget .d-md-inline {
      display: inline !important;
    }
    .part-widget .d-md-block {
      display: block !important;
    }
  }
  @media (min-width: 1192px) {
    .part-widget .d-lg-none {
      display: none !important;
    }
    .part-widget .d-lg-inline {
      display: inline !important;
    }
    .part-widget .d-lg-inline-block {
      display: inline-block !important;
    }
    .part-widget .d-lg-block {
      display: block !important;
    }
    .part-widget .d-lg-flex {
      display: flex !important;
    }
  }
  @media (min-width: 1560px) {
    .part-widget .d-xl-none {
      display: none !important;
    }
    .part-widget .d-xl-block {
      display: block !important;
    }
  }
  @media (min-width: 1940px) {
    .part-widget .d-xxl-none {
      display: none !important;
    }
    .part-widget .d-xxl-block {
      display: block !important;
    }
  }
  .part-widget .flex-row {
    flex-direction: row !important;
  }
  .part-widget .flex-column {
    flex-direction: column !important;
  }
  .part-widget .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .part-widget .flex-wrap {
    flex-wrap: wrap !important;
  }
  .part-widget .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .part-widget .flex-fill {
    flex: 1 1 auto !important;
  }
  .part-widget .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .part-widget .justify-content-start {
    justify-content: flex-start !important;
  }
  .part-widget .justify-content-end {
    justify-content: flex-end !important;
  }
  .part-widget .justify-content-center {
    justify-content: center !important;
  }
  .part-widget .justify-content-between {
    justify-content: space-between !important;
  }
  .part-widget .align-items-start {
    align-items: flex-start !important;
  }
  .part-widget .align-items-end {
    align-items: flex-end !important;
  }
  .part-widget .align-items-center {
    align-items: center !important;
  }
  .part-widget .align-items-baseline {
    align-items: baseline !important;
  }
  .part-widget .align-content-start {
    align-content: flex-start !important;
  }
  .part-widget .align-content-end {
    align-content: flex-end !important;
  }
  .part-widget .align-content-center {
    align-content: center !important;
  }
  .part-widget .align-self-start {
    align-self: flex-start !important;
  }
  .part-widget .align-self-end {
    align-self: flex-end !important;
  }
  .part-widget .align-self-center {
    align-self: center !important;
  }
  @media (min-width: 1192px) {
    .part-widget .align-items-lg-center {
      align-items: center !important;
    }
  }
  .part-widget .float-left {
    float: left !important;
  }
  .part-widget .float-right {
    float: right !important;
  }
  .part-widget .overflow-auto {
    overflow: auto !important;
  }
  .part-widget .overflow-hidden {
    overflow: hidden !important;
  }
  .part-widget .h-1 {
    height: 1% !important;
  }
  .part-widget .h-2 {
    height: 2% !important;
  }
  .part-widget .h-4 {
    height: 4% !important;
  }
  .part-widget .h-5 {
    height: 5% !important;
  }
  .part-widget .h-6 {
    height: 6% !important;
  }
  .part-widget .h-8 {
    height: 8% !important;
  }
  .part-widget .max-vw-10 {
    max-width: 10vw !important;
  }
  .part-widget .max-vh-15 {
    max-height: 15vh !important;
  }
  .part-widget .max-vh-20 {
    max-height: 20vh !important;
  }
  .part-widget .h-20 {
    height: 20% !important;
  }
  .part-widget .w-25 {
    width: 25% !important;
  }
  .part-widget .max-w-30 {
    max-width: 30% !important;
  }
  .part-widget .vh-40 {
    height: 40vh !important;
  }
  .part-widget .w-40 {
    width: 40% !important;
  }
  .part-widget .vh-45 {
    height: 45vh !important;
  }
  .part-widget .vh-50 {
    height: 50vh !important;
  }
  .part-widget .max-vh-50 {
    max-height: 50vh !important;
  }
  .part-widget .w-50 {
    width: 50% !important;
  }
  .part-widget .min-w-55 {
    min-width: 55% !important;
  }
  .part-widget .max-w-60 {
    max-width: 60% !important;
  }
  .part-widget .vh-65 {
    height: 65vh !important;
  }
  .part-widget .vh-70 {
    height: 70vh !important;
  }
  .part-widget .vh-75 {
    height: 75vh !important;
  }
  .part-widget .max-vh-75 {
    max-height: 75vh !important;
  }
  .part-widget .w-75 {
    width: 75% !important;
  }
  .part-widget .h-80 {
    height: 80% !important;
  }
  .part-widget .max-vh-85 {
    max-height: 85vh !important;
  }
  .part-widget .max-h-90 {
    max-height: 90% !important;
  }
  .part-widget .max-w-90 {
    max-width: 90% !important;
  }
  .part-widget .vh-100 {
    height: 100vh !important;
  }
  .part-widget .max-vh-100 {
    max-height: 100vh !important;
  }
  .part-widget .min-vh-100 {
    min-height: 100vh !important;
  }
  .part-widget .h-100 {
    height: 100% !important;
  }
  .part-widget .max-h-100 {
    max-height: 100% !important;
  }
  .part-widget .w-100 {
    width: 100% !important;
  }
  .part-widget .max-w-100 {
    max-width: 100% !important;
  }
  .part-widget .h-auto {
    height: auto !important;
  }
  .part-widget .w-auto {
    width: auto !important;
  }
  @media (min-width: 576px) {
    .part-widget .vh-sm-70 {
      height: 70vh !important;
    }
    .part-widget .max-h-sm-95 {
      max-height: 95% !important;
    }
  }
  @media (min-width: 868px) {
    .part-widget .max-w-md-20 {
      max-width: 20% !important;
    }
    .part-widget .vh-md-60 {
      height: 60vh !important;
    }
    .part-widget .max-vh-md-65 {
      max-height: 65vh !important;
    }
  }
  @media (min-width: 1192px) {
    .part-widget .min-vh-lg-45 {
      min-height: 45vh !important;
    }
    .part-widget .vh-lg-50 {
      height: 50vh !important;
    }
  }
  @media (min-width: 1560px) {
    .part-widget .vh-xl-50 {
      height: 50vh !important;
    }
    .part-widget .max-vh-xl-75 {
      max-height: 75vh !important;
    }
  }
  .part-widget .m-0 {
    margin: 0 !important;
  }
  .part-widget .mt-0,
  .part-widget .my-0 {
    margin-top: 0 !important;
  }
  .part-widget .mr-0,
  .part-widget .mx-0 {
    margin-right: 0 !important;
  }
  .part-widget .mb-0,
  .part-widget .my-0 {
    margin-bottom: 0 !important;
  }
  .part-widget .ml-0,
  .part-widget .mx-0 {
    margin-left: 0 !important;
  }
  .part-widget .m-1 {
    margin: 0.25rem !important;
  }
  .part-widget .mt-1,
  .part-widget .my-1 {
    margin-top: 0.25rem !important;
  }
  .part-widget .mr-1,
  .part-widget .mx-1 {
    margin-right: 0.25rem !important;
  }
  .part-widget .mb-1,
  .part-widget .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .part-widget .ml-1,
  .part-widget .mx-1 {
    margin-left: 0.25rem !important;
  }
  .part-widget .m-2 {
    margin: 0.5rem !important;
  }
  .part-widget .mt-2,
  .part-widget .my-2 {
    margin-top: 0.5rem !important;
  }
  .part-widget .mr-2,
  .part-widget .mx-2 {
    margin-right: 0.5rem !important;
  }
  .part-widget .mb-2,
  .part-widget .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .part-widget .ml-2,
  .part-widget .mx-2 {
    margin-left: 0.5rem !important;
  }
  .part-widget .m-3 {
    margin: 1rem !important;
  }
  .part-widget .mt-3,
  .part-widget .my-3 {
    margin-top: 1rem !important;
  }
  .part-widget .mr-3,
  .part-widget .mx-3 {
    margin-right: 1rem !important;
  }
  .part-widget .mb-3,
  .part-widget .my-3 {
    margin-bottom: 1rem !important;
  }
  .part-widget .ml-3,
  .part-widget .mx-3 {
    margin-left: 1rem !important;
  }
  .part-widget .mt-4 {
    margin-top: 1.5rem !important;
  }
  .part-widget .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .part-widget .ml-4 {
    margin-left: 1.5rem !important;
  }
  .part-widget .mt-5 {
    margin-top: 3rem !important;
  }
  .part-widget .p-0 {
    padding: 0 !important;
  }
  .part-widget .pt-0,
  .part-widget .py-0 {
    padding-top: 0 !important;
  }
  .part-widget .pr-0,
  .part-widget .px-0 {
    padding-right: 0 !important;
  }
  .part-widget .pb-0,
  .part-widget .py-0 {
    padding-bottom: 0 !important;
  }
  .part-widget .pl-0,
  .part-widget .px-0 {
    padding-left: 0 !important;
  }
  .part-widget .p-1 {
    padding: 0.25rem !important;
  }
  .part-widget .pt-1,
  .part-widget .py-1 {
    padding-top: 0.25rem !important;
  }
  .part-widget .pr-1,
  .part-widget .px-1 {
    padding-right: 0.25rem !important;
  }
  .part-widget .pb-1,
  .part-widget .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .part-widget .pl-1,
  .part-widget .px-1 {
    padding-left: 0.25rem !important;
  }
  .part-widget .p-2 {
    padding: 0.5rem !important;
  }
  .part-widget .pt-2,
  .part-widget .py-2 {
    padding-top: 0.5rem !important;
  }
  .part-widget .pr-2,
  .part-widget .px-2 {
    padding-right: 0.5rem !important;
  }
  .part-widget .pb-2,
  .part-widget .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .part-widget .pl-2,
  .part-widget .px-2 {
    padding-left: 0.5rem !important;
  }
  .part-widget .p-3 {
    padding: 1rem !important;
  }
  .part-widget .pt-3,
  .part-widget .py-3 {
    padding-top: 1rem !important;
  }
  .part-widget .pr-3,
  .part-widget .px-3 {
    padding-right: 1rem !important;
  }
  .part-widget .pb-3,
  .part-widget .py-3 {
    padding-bottom: 1rem !important;
  }
  .part-widget .pl-3,
  .part-widget .px-3 {
    padding-left: 1rem !important;
  }
  .part-widget .p-4 {
    padding: 1.5rem !important;
  }
  .part-widget .pt-4,
  .part-widget .py-4 {
    padding-top: 1.5rem !important;
  }
  .part-widget .pr-4,
  .part-widget .px-4 {
    padding-right: 1.5rem !important;
  }
  .part-widget .pb-4,
  .part-widget .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .part-widget .pl-4,
  .part-widget .px-4 {
    padding-left: 1.5rem !important;
  }
  .part-widget .p-5 {
    padding: 3rem !important;
  }
  .part-widget .pt-5 {
    padding-top: 3rem !important;
  }
  
  .part-widget .px-5 {
    padding-right: 3rem !important;
  }
  .part-widget .pb-5 {
    padding-bottom: 3rem !important;
  }
  .part-widget .pl-5,
  .part-widget .px-5 {
    padding-left: 3rem !important;
  }
  .part-widget .pr-6 {
    padding-right: 6rem !important;
  }
  .part-widget .mt-n1 {
    margin-top: -0.25rem !important;
  }
  
  .part-widget .mx-n1 {
    margin-right: -0.25rem !important;
  }
  .part-widget .mb-n1 {
    margin-bottom: -0.25rem !important;
  }
  .part-widget .ml-n1,
  .part-widget .mx-n1 {
    margin-left: -0.25rem !important;
  }
  .part-widget .mt-n2,
  .part-widget .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .part-widget .mx-n2 {
    margin-right: -0.5rem !important;
  }
  .part-widget .mb-n2,
  .part-widget .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .part-widget .mx-n2 {
    margin-left: -0.5rem !important;
  }
  .part-widget .mt-n3 {
    margin-top: -1rem !important;
  }
  
  .part-widget .mx-n3 {
    margin-right: -1rem !important;
  }
  .part-widget .mb-n3 {
    margin-bottom: -1rem !important;
  }
  .part-widget .ml-n3,
  .part-widget .mx-n3 {
    margin-left: -1rem !important;
  }
  .part-widget .m-n4 {
    margin: -1.5rem !important;
  }
  .part-widget .mt-n4 {
    margin-top: -1.5rem !important;
  }
  
  .part-widget .mx-n4 {
    margin-right: -1.5rem !important;
  }
  .part-widget .mb-n4 {
    margin-bottom: -1.5rem !important;
  }
  .part-widget .ml-n4,
  .part-widget .mx-n4 {
    margin-left: -1.5rem !important;
  }
  .part-widget .m-auto {
    margin: auto !important;
  }
  .part-widget .mt-auto,
  .part-widget .my-auto {
    margin-top: auto !important;
  }
  .part-widget .mr-auto,
  .part-widget .mx-auto {
    margin-right: auto !important;
  }
  .part-widget .mb-auto,
  .part-widget .my-auto {
    margin-bottom: auto !important;
  }
  .part-widget .ml-auto,
  .part-widget .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .part-widget .mt-sm-0,
    .part-widget .my-sm-0 {
      margin-top: 0 !important;
    }
    .part-widget .mr-sm-0 {
      margin-right: 0 !important;
    }
    
    .part-widget .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .part-widget .mr-sm-2 {
      margin-right: 0.5rem !important;
    }
    .part-widget .ml-sm-2 {
      margin-left: 0.5rem !important;
    }
    .part-widget .ml-sm-3 {
      margin-left: 1rem !important;
    }
    .part-widget .pt-sm-0 {
      padding-top: 0 !important;
    }
    
    .part-widget .px-sm-0 {
      padding-right: 0 !important;
    }
    .part-widget .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    
    .part-widget .px-sm-0 {
      padding-left: 0 !important;
    }
    .part-widget .pr-sm-1 {
      padding-right: 0.25rem !important;
    }
    .part-widget .pl-sm-1 {
      padding-left: 0.25rem !important;
    }
    .part-widget .pr-sm-2,
    .part-widget .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .part-widget .pl-sm-2,
    .part-widget .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .part-widget .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .part-widget .pt-sm-5 {
      padding-top: 3rem !important;
    }
    
    .part-widget .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    
    .part-widget .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .part-widget .mb-sm-n3 {
      margin-bottom: -1rem !important;
    }
  }
  @media (min-width: 868px) {
    .part-widget .mt-md-0,
    .part-widget .my-md-0 {
      margin-top: 0 !important;
    }
    .part-widget .mb-md-0,
    .part-widget .my-md-0 {
      margin-bottom: 0 !important;
    }
    .part-widget .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .part-widget .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .part-widget .m-md-2 {
      margin: 0.5rem !important;
    }
    
    .part-widget .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .part-widget .ml-md-2,
    .part-widget .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .part-widget .mr-md-3 {
      margin-right: 1rem !important;
    }
    .part-widget .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .part-widget .ml-md-3 {
      margin-left: 1rem !important;
    }
    .part-widget .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .part-widget .mr-md-4,
    .part-widget .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    
    .part-widget .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .part-widget .mt-md-5 {
      margin-top: 3rem !important;
    }
    .part-widget .mt-md-6 {
      margin-top: 6rem !important;
    }
    .part-widget .ml-md-8 {
      margin-left: 12rem !important;
    }
    .part-widget .pt-md-0,
    .part-widget .py-md-0 {
      padding-top: 0 !important;
    }
    .part-widget .pr-md-0 {
      padding-right: 0 !important;
    }
    .part-widget .pb-md-0,
    .part-widget .py-md-0 {
      padding-bottom: 0 !important;
    }
    .part-widget .pl-md-0 {
      padding-left: 0 !important;
    }
    .part-widget .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .part-widget .pl-md-1 {
      padding-left: 0.25rem !important;
    }
    .part-widget .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .part-widget .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .part-widget .pl-md-3 {
      padding-left: 1rem !important;
    }
    
    .part-widget .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .part-widget .pr-md-4,
    .part-widget .px-md-4 {
      padding-right: 1.5rem !important;
    }
    
    .part-widget .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    
    .part-widget .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .part-widget .pt-md-5 {
      padding-top: 3rem !important;
    }
    .part-widget .pr-md-5,
    .part-widget .px-md-5 {
      padding-right: 3rem !important;
    }
    .part-widget .pb-md-5 {
      padding-bottom: 3rem !important;
    }
    .part-widget .pl-md-5,
    .part-widget .px-md-5 {
      padding-left: 3rem !important;
    }
    
    .part-widget .py-md-6 {
      padding-top: 6rem !important;
    }
    
    .part-widget .px-md-6 {
      padding-right: 6rem !important;
    }
    
    .part-widget .py-md-6 {
      padding-bottom: 6rem !important;
    }
    
    .part-widget .px-md-6 {
      padding-left: 6rem !important;
    }
  }
  @media (min-width: 1192px) {
    .part-widget .mt-lg-0 {
      margin-top: 0 !important;
    }
    .part-widget .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .part-widget .mr-lg-2 {
      margin-right: 0.5rem !important;
    }
    .part-widget .mr-lg-5,
    .part-widget .mx-lg-5 {
      margin-right: 3rem !important;
    }
    
    .part-widget .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .part-widget .ml-lg-8 {
      margin-left: 12rem !important;
    }
    
    .part-widget .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .part-widget .pr-lg-1 {
      padding-right: 0.25rem !important;
    }
    
    .part-widget .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .part-widget .pl-lg-1 {
      padding-left: 0.25rem !important;
    }
    
    .part-widget .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    
    .part-widget .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .part-widget .pt-lg-3 {
      padding-top: 1rem !important;
    }
    
    .part-widget .px-lg-3 {
      padding-right: 1rem !important;
    }
    .part-widget .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    
    .part-widget .px-lg-3 {
      padding-left: 1rem !important;
    }
    
    .part-widget .px-lg-5 {
      padding-right: 3rem !important;
    }
    
    .part-widget .px-lg-5 {
      padding-left: 3rem !important;
    }
    .part-widget .pl-lg-6 {
      padding-left: 6rem !important;
    }
  }
  @media (min-width: 1560px) {
    .part-widget .mt-xl-0 {
      margin-top: 0 !important;
    }
    .part-widget .mr-xl-6,
    .part-widget .mx-xl-6 {
      margin-right: 6rem !important;
    }
    
    .part-widget .mx-xl-6 {
      margin-left: 6rem !important;
    }
    .part-widget .ml-xl-8 {
      margin-left: 12rem !important;
    }
    .part-widget .pt-xl-0 {
      padding-top: 0 !important;
    }
    .part-widget .pb-xl-0 {
      padding-bottom: 0 !important;
    }
    .part-widget .pr-xl-1,
    .part-widget .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    
    .part-widget .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .part-widget .pr-xl-2 {
      padding-right: 0.5rem !important;
    }
    .part-widget .pl-xl-2 {
      padding-left: 0.5rem !important;
    }
    .part-widget .pl-xl-3 {
      padding-left: 1rem !important;
    }
  }
  .part-widget .text-left {
    text-align: left !important;
  }
  .part-widget .text-right {
    text-align: right !important;
  }
  .part-widget .text-center {
    text-align: center !important;
  }
  @media (min-width: 868px) {
    .part-widget .text-md-right {
      text-align: right !important;
    }
    .part-widget .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1192px) {
    .part-widget .text-lg-right {
      text-align: right !important;
    }
    .part-widget .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1560px) {
    .part-widget .text-xl-left {
      text-align: left !important;
    }
  }
  .part-widget .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .part-widget .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .part-widget .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .part-widget .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .part-widget .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .part-widget .no-gutters > .col,
  .part-widget .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
   .part-widget .col-xl,
  .part-widget .col-xl-auto, .part-widget .col-xl-9, .part-widget .col-xl-8, .part-widget .col-xl-7, .part-widget .col-xl-6, .part-widget .col-xl-5, .part-widget .col-xl-4, .part-widget .col-xl-3, .part-widget .col-xl-2, .part-widget .col-xl-1, .part-widget .col-lg,
  .part-widget .col-lg-auto, .part-widget .col-lg-12, .part-widget .col-lg-11, .part-widget .col-lg-10, .part-widget .col-lg-9, .part-widget .col-lg-8, .part-widget .col-lg-7, .part-widget .col-lg-6, .part-widget .col-lg-5, .part-widget .col-lg-4, .part-widget .col-lg-3, .part-widget .col-lg-2, .part-widget .col-lg-1, .part-widget .col-md,
  .part-widget .col-md-auto, .part-widget .col-md-12, .part-widget .col-md-11, .part-widget .col-md-10, .part-widget .col-md-9, .part-widget .col-md-8, .part-widget .col-md-7, .part-widget .col-md-6, .part-widget .col-md-5, .part-widget .col-md-4, .part-widget .col-md-3, .part-widget .col-md-2, .part-widget .col-md-1, .part-widget .col-sm,
  .part-widget .col-sm-auto, .part-widget .col-sm-12, .part-widget .col-sm-11, .part-widget .col-sm-10, .part-widget .col-sm-9, .part-widget .col-sm-8, .part-widget .col-sm-7, .part-widget .col-sm-6, .part-widget .col-sm-5, .part-widget .col-sm-4, .part-widget .col-sm-3, .part-widget .col-sm-1, .part-widget .col,
  .part-widget .col-auto, .part-widget .col-12, .part-widget .col-11, .part-widget .col-10, .part-widget .col-9, .part-widget .col-8, .part-widget .col-7, .part-widget .col-6, .part-widget .col-5, .part-widget .col-4, .part-widget .col-3, .part-widget .col-2, .part-widget .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .part-widget .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .part-widget .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .part-widget .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .part-widget .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .part-widget .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .part-widget .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .part-widget .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .part-widget .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .part-widget .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .part-widget .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .part-widget .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .order-first {
    order: -1;
  }
  .part-widget .order-last {
    order: 13;
  }
  .part-widget .order-0 {
    order: 0;
  }
  .part-widget .order-1 {
    order: 1;
  }
  .part-widget .order-2 {
    order: 2;
  }
  .part-widget .order-3 {
    order: 3;
  }
  .part-widget .order-4 {
    order: 4;
  }
  .part-widget .order-5 {
    order: 5;
  }
  .part-widget .order-6 {
    order: 6;
  }
  .part-widget .order-7 {
    order: 7;
  }
  .part-widget .offset-1 {
    margin-left: 8.3333333333%;
  }
  .part-widget .offset-2 {
    margin-left: 16.6666666667%;
  }
  .part-widget .offset-3 {
    margin-left: 25%;
  }
  .part-widget .offset-5 {
    margin-left: 41.6666666667%;
  }
  .part-widget .offset-6 {
    margin-left: 50%;
  }
  .part-widget .offset-7 {
    margin-left: 58.3333333333%;
  }
  .part-widget .offset-9 {
    margin-left: 75%;
  }
  .part-widget .offset-10 {
    margin-left: 83.3333333333%;
  }
  @media (min-width: 576px) {
    .part-widget .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .part-widget .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .part-widget .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .part-widget .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .part-widget .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .part-widget .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .part-widget .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .part-widget .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .part-widget .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .part-widget .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .part-widget .order-sm-0 {
      order: 0;
    }
    .part-widget .order-sm-1 {
      order: 1;
    }
    .part-widget .order-sm-3 {
      order: 3;
    }
    .part-widget .order-sm-4 {
      order: 4;
    }
  }
  @media (min-width: 868px) {
    .part-widget .col-md {
      flex-basis: 0;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .part-widget .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .part-widget .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .part-widget .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .part-widget .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .part-widget .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .part-widget .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .part-widget .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .part-widget .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .part-widget .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .part-widget .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .part-widget .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .part-widget .order-md-first {
      order: -1;
    }
    .part-widget .order-md-0 {
      order: 0;
    }
    .part-widget .order-md-1 {
      order: 1;
    }
    .part-widget .order-md-2 {
      order: 2;
    }
    .part-widget .order-md-3 {
      order: 3;
    }
    .part-widget .order-md-4 {
      order: 4;
    }
    .part-widget .order-md-5 {
      order: 5;
    }
    .part-widget .order-md-6 {
      order: 6;
    }
    .part-widget .order-md-7 {
      order: 7;
    }
    .part-widget .order-md-8 {
      order: 8;
    }
    .part-widget .order-md-9 {
      order: 9;
    }
    .part-widget .order-md-10 {
      order: 10;
    }
    .part-widget .order-md-11 {
      order: 11;
    }
    .part-widget .order-md-12 {
      order: 12;
    }
    .part-widget .offset-md-1 {
      margin-left: 8.3333333333%;
    }
    .part-widget .offset-md-3 {
      margin-left: 25%;
    }
    .part-widget .offset-md-6 {
      margin-left: 50%;
    }
    .part-widget .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    .part-widget .offset-md-9 {
      margin-left: 75%;
    }
    .part-widget .offset-md-10 {
      margin-left: 83.3333333333%;
    }
  }
  @media (min-width: 1192px) {
    .part-widget .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .part-widget .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .part-widget .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .part-widget .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .part-widget .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .part-widget .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .part-widget .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .part-widget .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .part-widget .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .part-widget .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .part-widget .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .part-widget .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .part-widget .order-lg-0 {
      order: 0;
    }
    .part-widget .order-lg-1 {
      order: 1;
    }
    .part-widget .order-lg-2 {
      order: 2;
    }
    .part-widget .order-lg-3 {
      order: 3;
    }
    .part-widget .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    .part-widget .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    .part-widget .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
  }
  @media (min-width: 1560px) {
    .part-widget .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .part-widget .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .part-widget .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .part-widget .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .part-widget .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .part-widget .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .part-widget .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .part-widget .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .part-widget .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .part-widget .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .part-widget .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .part-widget .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .part-widget .order-xl-3 {
      order: 3;
    }
    .part-widget .order-xl-4 {
      order: 4;
    }
  }
  @media (min-width: 1940px) {
    .part-widget .row-cols-xxl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  .card.part-widget .part-widget-gpn {
    font-size: 1.089rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-gpn {
      font-size: calc(0.8739rem + 0.2868vw);
    }
  }
  .card.part-widget .part-widget-title {
    width: fit-content;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  @media (max-width: 1559.98px) {
    .card.part-widget .part-widget-title {
      font-size: 1rem;
    }
  }
  @media (max-width: 1559.98px) and (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.865rem + 0.18vw);
    }
  }
  @media (max-width: 575.98px) {
    .card.part-widget .part-widget-title {
      font-size: 1rem;
    }
  }
  @media (max-width: 575.98px) and (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.865rem + 0.18vw);
    }
  }
  @media (max-width: 575.98px) {
    .card.part-widget .part-widget-note {
      font-size: 0.8rem;
    }
  }
  @media (min-width: 528px) and (max-width: 600px) {
    .card.part-widget .part-widget-title {
      font-size: 1rem;
    }
  }
  @media (min-width: 528px) and (max-width: 600px) and (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.865rem + 0.18vw);
    }
  }
  @media (min-width: 528px) and (max-width: 600px) {
    .card.part-widget .part-widget-note {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 1191.98px) {
    .card.part-widget .part-widget-note {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .card.part-widget .part-widget-info {
      font-size: 0.8778rem;
    }
  }
  @media (max-width: 1191.98px) and (max-width: 1200px) {
    .card.part-widget .part-widget-info {
      font-size: calc(0.85278rem + 0.03336vw);
    }
  }
  @media (max-width: 1191.98px) {
    .card.part-widget .part-widget-info .part-widget-gpn {
      font-size: 0.99rem;
    }
  }
  @media (max-width: 1191.98px) and (max-width: 1200px) {
    .card.part-widget .part-widget-info .part-widget-gpn {
      font-size: calc(0.864rem + 0.168vw);
    }
  }
  @media (max-width: 1559.98px) {
    .card.part-widget .part-widget-fitment {
      font-size: 0.8778rem;
    }
  }
  @media (max-width: 1559.98px) and (max-width: 1200px) {
    .card.part-widget .part-widget-fitment {
      font-size: calc(0.85278rem + 0.03336vw);
    }
  }
}
.part-widget .d-none {
  display: none !important;
}
.part-widget .d-inline {
  display: inline !important;
}
.part-widget .d-inline-block {
  display: inline-block !important;
}
.part-widget .d-block {
  display: block !important;
}
.part-widget .d-flex {
  display: flex !important;
}
.part-widget .d-inline-flex {
  display: inline-flex !important;
}
@container (min-width: 380px) {
  .part-widget .d-sm-none {
    display: none !important;
  }
  .part-widget .d-sm-block {
    display: block !important;
  }
  .part-widget .d-sm-flex {
    display: flex !important;
  }
}
@container (min-width: 528px) {
  .part-widget .d-md-none {
    display: none !important;
  }
  .part-widget .d-md-inline {
    display: inline !important;
  }
  .part-widget .d-md-block {
    display: block !important;
  }
}
@container (min-width: 838px) {
  .part-widget .d-lg-none {
    display: none !important;
  }
  .part-widget .d-lg-inline {
    display: inline !important;
  }
  .part-widget .d-lg-inline-block {
    display: inline-block !important;
  }
  .part-widget .d-lg-block {
    display: block !important;
  }
  .part-widget .d-lg-flex {
    display: flex !important;
  }
}
@container (min-width: 1162px) {
  .part-widget .d-xl-none {
    display: none !important;
  }
  .part-widget .d-xl-block {
    display: block !important;
  }
}
@container (min-width: 1530px) {
  .part-widget .d-xxl-none {
    display: none !important;
  }
  .part-widget .d-xxl-block {
    display: block !important;
  }
}

.part-widget .flex-row {
  flex-direction: row !important;
}
.part-widget .flex-column {
  flex-direction: column !important;
}
.part-widget .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.part-widget .flex-wrap {
  flex-wrap: wrap !important;
}
.part-widget .flex-nowrap {
  flex-wrap: nowrap !important;
}
.part-widget .flex-fill {
  flex: 1 1 auto !important;
}
.part-widget .flex-grow-1 {
  flex-grow: 1 !important;
}
.part-widget .justify-content-start {
  justify-content: flex-start !important;
}
.part-widget .justify-content-end {
  justify-content: flex-end !important;
}
.part-widget .justify-content-center {
  justify-content: center !important;
}
.part-widget .justify-content-between {
  justify-content: space-between !important;
}
.part-widget .align-items-start {
  align-items: flex-start !important;
}
.part-widget .align-items-end {
  align-items: flex-end !important;
}
.part-widget .align-items-center {
  align-items: center !important;
}
.part-widget .align-items-baseline {
  align-items: baseline !important;
}
.part-widget .align-content-start {
  align-content: flex-start !important;
}
.part-widget .align-content-end {
  align-content: flex-end !important;
}
.part-widget .align-content-center {
  align-content: center !important;
}
.part-widget .align-self-start {
  align-self: flex-start !important;
}
.part-widget .align-self-end {
  align-self: flex-end !important;
}
.part-widget .align-self-center {
  align-self: center !important;
}
@container (min-width: 838px) {
  .part-widget .align-items-lg-center {
    align-items: center !important;
  }
}

.part-widget .float-left {
  float: left !important;
}
.part-widget .float-right {
  float: right !important;
}

.part-widget .overflow-auto {
  overflow: auto !important;
}
.part-widget .overflow-hidden {
  overflow: hidden !important;
}
.part-widget .h-1 {
  height: 1% !important;
}
.part-widget .h-2 {
  height: 2% !important;
}
.part-widget .h-4 {
  height: 4% !important;
}
.part-widget .h-5 {
  height: 5% !important;
}
.part-widget .h-6 {
  height: 6% !important;
}
.part-widget .h-8 {
  height: 8% !important;
}
.part-widget .max-vw-10 {
  max-width: 10vw !important;
}
.part-widget .max-vh-15 {
  max-height: 15vh !important;
}
.part-widget .max-vh-20 {
  max-height: 20vh !important;
}
.part-widget .h-20 {
  height: 20% !important;
}
.part-widget .w-25 {
  width: 25% !important;
}
.part-widget .max-w-30 {
  max-width: 30% !important;
}
.part-widget .vh-40 {
  height: 40vh !important;
}
.part-widget .w-40 {
  width: 40% !important;
}
.part-widget .vh-45 {
  height: 45vh !important;
}
.part-widget .vh-50 {
  height: 50vh !important;
}
.part-widget .max-vh-50 {
  max-height: 50vh !important;
}
.part-widget .w-50 {
  width: 50% !important;
}
.part-widget .min-w-55 {
  min-width: 55% !important;
}
.part-widget .max-w-60 {
  max-width: 60% !important;
}
.part-widget .vh-65 {
  height: 65vh !important;
}
.part-widget .vh-70 {
  height: 70vh !important;
}
.part-widget .vh-75 {
  height: 75vh !important;
}
.part-widget .max-vh-75 {
  max-height: 75vh !important;
}
.part-widget .w-75 {
  width: 75% !important;
}
.part-widget .h-80 {
  height: 80% !important;
}
.part-widget .max-vh-85 {
  max-height: 85vh !important;
}
.part-widget .max-h-90 {
  max-height: 90% !important;
}
.part-widget .max-w-90 {
  max-width: 90% !important;
}
.part-widget .vh-100 {
  height: 100vh !important;
}
.part-widget .max-vh-100 {
  max-height: 100vh !important;
}
.part-widget .min-vh-100 {
  min-height: 100vh !important;
}
.part-widget .h-100 {
  height: 100% !important;
}
.part-widget .max-h-100 {
  max-height: 100% !important;
}
.part-widget .w-100 {
  width: 100% !important;
}
.part-widget .max-w-100 {
  max-width: 100% !important;
}
.part-widget .h-auto {
  height: auto !important;
}
.part-widget .w-auto {
  width: auto !important;
}
@container (min-width: 380px) {
  .part-widget .vh-sm-70 {
    height: 70vh !important;
  }
  .part-widget .max-h-sm-95 {
    max-height: 95% !important;
  }
}
@container (min-width: 528px) {
  .part-widget .max-w-md-20 {
    max-width: 20% !important;
  }
  .part-widget .vh-md-60 {
    height: 60vh !important;
  }
  .part-widget .max-vh-md-65 {
    max-height: 65vh !important;
  }
}
@container (min-width: 838px) {
  .part-widget .min-vh-lg-45 {
    min-height: 45vh !important;
  }
  .part-widget .vh-lg-50 {
    height: 50vh !important;
  }
}
@container (min-width: 1162px) {
  .part-widget .vh-xl-50 {
    height: 50vh !important;
  }
  .part-widget .max-vh-xl-75 {
    max-height: 75vh !important;
  }
}

.part-widget .m-0 {
  margin: 0 !important;
}
.part-widget .mt-0,
.part-widget .my-0 {
  margin-top: 0 !important;
}
.part-widget .mr-0,
.part-widget .mx-0 {
  margin-right: 0 !important;
}
.part-widget .mb-0,
.part-widget .my-0 {
  margin-bottom: 0 !important;
}
.part-widget .ml-0,
.part-widget .mx-0 {
  margin-left: 0 !important;
}
.part-widget .m-1 {
  margin: 0.25rem !important;
}
.part-widget .mt-1,
.part-widget .my-1 {
  margin-top: 0.25rem !important;
}
.part-widget .mr-1,
.part-widget .mx-1 {
  margin-right: 0.25rem !important;
}
.part-widget .mb-1,
.part-widget .my-1 {
  margin-bottom: 0.25rem !important;
}
.part-widget .ml-1,
.part-widget .mx-1 {
  margin-left: 0.25rem !important;
}
.part-widget .m-2 {
  margin: 0.5rem !important;
}
.part-widget .mt-2,
.part-widget .my-2 {
  margin-top: 0.5rem !important;
}
.part-widget .mr-2,
.part-widget .mx-2 {
  margin-right: 0.5rem !important;
}
.part-widget .mb-2,
.part-widget .my-2 {
  margin-bottom: 0.5rem !important;
}
.part-widget .ml-2,
.part-widget .mx-2 {
  margin-left: 0.5rem !important;
}
.part-widget .m-3 {
  margin: 1rem !important;
}
.part-widget .mt-3,
.part-widget .my-3 {
  margin-top: 1rem !important;
}
.part-widget .mr-3,
.part-widget .mx-3 {
  margin-right: 1rem !important;
}
.part-widget .mb-3,
.part-widget .my-3 {
  margin-bottom: 1rem !important;
}
.part-widget .ml-3,
.part-widget .mx-3 {
  margin-left: 1rem !important;
}
.part-widget .mt-4 {
  margin-top: 1.5rem !important;
}
.part-widget .mb-4 {
  margin-bottom: 1.5rem !important;
}
.part-widget .ml-4 {
  margin-left: 1.5rem !important;
}
.part-widget .mt-5 {
  margin-top: 3rem !important;
}
.part-widget .p-0 {
  padding: 0 !important;
}
.part-widget .pt-0,
.part-widget .py-0 {
  padding-top: 0 !important;
}
.part-widget .pr-0,
.part-widget .px-0 {
  padding-right: 0 !important;
}
.part-widget .pb-0,
.part-widget .py-0 {
  padding-bottom: 0 !important;
}
.part-widget .pl-0,
.part-widget .px-0 {
  padding-left: 0 !important;
}
.part-widget .p-1 {
  padding: 0.25rem !important;
}
.part-widget .pt-1,
.part-widget .py-1 {
  padding-top: 0.25rem !important;
}
.part-widget .pr-1,
.part-widget .px-1 {
  padding-right: 0.25rem !important;
}
.part-widget .pb-1,
.part-widget .py-1 {
  padding-bottom: 0.25rem !important;
}
.part-widget .pl-1,
.part-widget .px-1 {
  padding-left: 0.25rem !important;
}
.part-widget .p-2 {
  padding: 0.5rem !important;
}
.part-widget .pt-2,
.part-widget .py-2 {
  padding-top: 0.5rem !important;
}
.part-widget .pr-2,
.part-widget .px-2 {
  padding-right: 0.5rem !important;
}
.part-widget .pb-2,
.part-widget .py-2 {
  padding-bottom: 0.5rem !important;
}
.part-widget .pl-2,
.part-widget .px-2 {
  padding-left: 0.5rem !important;
}
.part-widget .p-3 {
  padding: 1rem !important;
}
.part-widget .pt-3,
.part-widget .py-3 {
  padding-top: 1rem !important;
}
.part-widget .pr-3,
.part-widget .px-3 {
  padding-right: 1rem !important;
}
.part-widget .pb-3,
.part-widget .py-3 {
  padding-bottom: 1rem !important;
}
.part-widget .pl-3,
.part-widget .px-3 {
  padding-left: 1rem !important;
}
.part-widget .p-4 {
  padding: 1.5rem !important;
}
.part-widget .pt-4,
.part-widget .py-4 {
  padding-top: 1.5rem !important;
}
.part-widget .pr-4,
.part-widget .px-4 {
  padding-right: 1.5rem !important;
}
.part-widget .pb-4,
.part-widget .py-4 {
  padding-bottom: 1.5rem !important;
}
.part-widget .pl-4,
.part-widget .px-4 {
  padding-left: 1.5rem !important;
}
.part-widget .p-5 {
  padding: 3rem !important;
}
.part-widget .pt-5 {
  padding-top: 3rem !important;
}

.part-widget .px-5 {
  padding-right: 3rem !important;
}
.part-widget .pb-5 {
  padding-bottom: 3rem !important;
}
.part-widget .pl-5,
.part-widget .px-5 {
  padding-left: 3rem !important;
}
.part-widget .pr-6 {
  padding-right: 6rem !important;
}
.part-widget .mt-n1 {
  margin-top: -0.25rem !important;
}

.part-widget .mx-n1 {
  margin-right: -0.25rem !important;
}
.part-widget .mb-n1 {
  margin-bottom: -0.25rem !important;
}
.part-widget .ml-n1,
.part-widget .mx-n1 {
  margin-left: -0.25rem !important;
}
.part-widget .mt-n2,
.part-widget .my-n2 {
  margin-top: -0.5rem !important;
}

.part-widget .mx-n2 {
  margin-right: -0.5rem !important;
}
.part-widget .mb-n2,
.part-widget .my-n2 {
  margin-bottom: -0.5rem !important;
}

.part-widget .mx-n2 {
  margin-left: -0.5rem !important;
}
.part-widget .mt-n3 {
  margin-top: -1rem !important;
}

.part-widget .mx-n3 {
  margin-right: -1rem !important;
}
.part-widget .mb-n3 {
  margin-bottom: -1rem !important;
}
.part-widget .ml-n3,
.part-widget .mx-n3 {
  margin-left: -1rem !important;
}
.part-widget .m-n4 {
  margin: -1.5rem !important;
}
.part-widget .mt-n4 {
  margin-top: -1.5rem !important;
}

.part-widget .mx-n4 {
  margin-right: -1.5rem !important;
}
.part-widget .mb-n4 {
  margin-bottom: -1.5rem !important;
}
.part-widget .ml-n4,
.part-widget .mx-n4 {
  margin-left: -1.5rem !important;
}
.part-widget .m-auto {
  margin: auto !important;
}
.part-widget .mt-auto,
.part-widget .my-auto {
  margin-top: auto !important;
}
.part-widget .mr-auto,
.part-widget .mx-auto {
  margin-right: auto !important;
}
.part-widget .mb-auto,
.part-widget .my-auto {
  margin-bottom: auto !important;
}
.part-widget .ml-auto,
.part-widget .mx-auto {
  margin-left: auto !important;
}
@container (min-width: 380px) {
  .part-widget .mt-sm-0,
  .part-widget .my-sm-0 {
    margin-top: 0 !important;
  }
  .part-widget .mr-sm-0 {
    margin-right: 0 !important;
  }
  
  .part-widget .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .part-widget .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .part-widget .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .part-widget .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .part-widget .pt-sm-0 {
    padding-top: 0 !important;
  }
  
  .part-widget .px-sm-0 {
    padding-right: 0 !important;
  }
  .part-widget .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  
  .part-widget .px-sm-0 {
    padding-left: 0 !important;
  }
  .part-widget .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .part-widget .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .part-widget .pr-sm-2,
  .part-widget .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .part-widget .pl-sm-2,
  .part-widget .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .part-widget .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .part-widget .pt-sm-5 {
    padding-top: 3rem !important;
  }
  
  .part-widget .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  
  .part-widget .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .part-widget .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
}
@container (min-width: 528px) {
  .part-widget .mt-md-0,
  .part-widget .my-md-0 {
    margin-top: 0 !important;
  }
  .part-widget .mb-md-0,
  .part-widget .my-md-0 {
    margin-bottom: 0 !important;
  }
  .part-widget .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .part-widget .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .part-widget .m-md-2 {
    margin: 0.5rem !important;
  }
  
  .part-widget .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .part-widget .ml-md-2,
  .part-widget .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .part-widget .mr-md-3 {
    margin-right: 1rem !important;
  }
  .part-widget .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .part-widget .ml-md-3 {
    margin-left: 1rem !important;
  }
  .part-widget .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .part-widget .mr-md-4,
  .part-widget .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  
  .part-widget .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .part-widget .mt-md-5 {
    margin-top: 3rem !important;
  }
  .part-widget .mt-md-6 {
    margin-top: 6rem !important;
  }
  .part-widget .ml-md-8 {
    margin-left: 12rem !important;
  }
  .part-widget .pt-md-0,
  .part-widget .py-md-0 {
    padding-top: 0 !important;
  }
  .part-widget .pr-md-0 {
    padding-right: 0 !important;
  }
  .part-widget .pb-md-0,
  .part-widget .py-md-0 {
    padding-bottom: 0 !important;
  }
  .part-widget .pl-md-0 {
    padding-left: 0 !important;
  }
  .part-widget .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .part-widget .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .part-widget .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .part-widget .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .part-widget .pl-md-3 {
    padding-left: 1rem !important;
  }
  
  .part-widget .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .part-widget .pr-md-4,
  .part-widget .px-md-4 {
    padding-right: 1.5rem !important;
  }
  
  .part-widget .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .part-widget .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .part-widget .pt-md-5 {
    padding-top: 3rem !important;
  }
  .part-widget .pr-md-5,
  .part-widget .px-md-5 {
    padding-right: 3rem !important;
  }
  .part-widget .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .part-widget .pl-md-5,
  .part-widget .px-md-5 {
    padding-left: 3rem !important;
  }
  
  .part-widget .py-md-6 {
    padding-top: 6rem !important;
  }
  
  .part-widget .px-md-6 {
    padding-right: 6rem !important;
  }
  
  .part-widget .py-md-6 {
    padding-bottom: 6rem !important;
  }
  
  .part-widget .px-md-6 {
    padding-left: 6rem !important;
  }
}
@container (min-width: 838px) {
  .part-widget .mt-lg-0 {
    margin-top: 0 !important;
  }
  .part-widget .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .part-widget .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .part-widget .mr-lg-5,
  .part-widget .mx-lg-5 {
    margin-right: 3rem !important;
  }
  
  .part-widget .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .part-widget .ml-lg-8 {
    margin-left: 12rem !important;
  }
  
  .part-widget .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .part-widget .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  
  .part-widget .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .part-widget .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  
  .part-widget .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  
  .part-widget .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .part-widget .pt-lg-3 {
    padding-top: 1rem !important;
  }
  
  .part-widget .px-lg-3 {
    padding-right: 1rem !important;
  }
  .part-widget .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  
  .part-widget .px-lg-3 {
    padding-left: 1rem !important;
  }
  
  .part-widget .px-lg-5 {
    padding-right: 3rem !important;
  }
  
  .part-widget .px-lg-5 {
    padding-left: 3rem !important;
  }
  .part-widget .pl-lg-6 {
    padding-left: 6rem !important;
  }
}
@container (min-width: 1162px) {
  .part-widget .mt-xl-0 {
    margin-top: 0 !important;
  }
  .part-widget .mr-xl-6,
  .part-widget .mx-xl-6 {
    margin-right: 6rem !important;
  }
  
  .part-widget .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .part-widget .ml-xl-8 {
    margin-left: 12rem !important;
  }
  .part-widget .pt-xl-0 {
    padding-top: 0 !important;
  }
  .part-widget .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .part-widget .pr-xl-1,
  .part-widget .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  
  .part-widget .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .part-widget .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .part-widget .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .part-widget .pl-xl-3 {
    padding-left: 1rem !important;
  }
}

.part-widget .text-left {
  text-align: left !important;
}
.part-widget .text-right {
  text-align: right !important;
}
.part-widget .text-center {
  text-align: center !important;
}
@container (min-width: 528px) {
  .part-widget .text-md-right {
    text-align: right !important;
  }
  .part-widget .text-md-center {
    text-align: center !important;
  }
}
@container (min-width: 838px) {
  .part-widget .text-lg-right {
    text-align: right !important;
  }
  .part-widget .text-lg-center {
    text-align: center !important;
  }
}
@container (min-width: 1162px) {
  .part-widget .text-xl-left {
    text-align: left !important;
  }
}
.part-widget .card-columns .card {
  margin-bottom: 0.75rem;
}
@container (min-width: 380px) {
  .part-widget .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .part-widget .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.part-widget {
  container-type: inline-size;
}

.part-widget .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.part-widget .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.part-widget .no-gutters > .col,
.part-widget .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.part-widget .col-1, .part-widget .col-2, .part-widget .col-3, .part-widget .col-4, .part-widget .col-5, .part-widget .col-6, .part-widget .col-7, .part-widget .col-8, .part-widget .col-9, .part-widget .col-10, .part-widget .col-11, .part-widget .col-12, .part-widget .col,
.part-widget .col-auto, .part-widget .col-sm-1, .part-widget .col-sm-3, .part-widget .col-sm-4, .part-widget .col-sm-5, .part-widget .col-sm-6, .part-widget .col-sm-7, .part-widget .col-sm-8, .part-widget .col-sm-9, .part-widget .col-sm-10, .part-widget .col-sm-11, .part-widget .col-sm-12, .part-widget .col-sm,
.part-widget .col-sm-auto, .part-widget .col-md-1, .part-widget .col-md-2, .part-widget .col-md-3, .part-widget .col-md-4, .part-widget .col-md-5, .part-widget .col-md-6, .part-widget .col-md-7, .part-widget .col-md-8, .part-widget .col-md-9, .part-widget .col-md-10, .part-widget .col-md-11, .part-widget .col-md-12, .part-widget .col-md,
.part-widget .col-md-auto, .part-widget .col-lg-1, .part-widget .col-lg-2, .part-widget .col-lg-3, .part-widget .col-lg-4, .part-widget .col-lg-5, .part-widget .col-lg-6, .part-widget .col-lg-7, .part-widget .col-lg-8, .part-widget .col-lg-9, .part-widget .col-lg-10, .part-widget .col-lg-11, .part-widget .col-lg-12, .part-widget .col-lg,
.part-widget .col-lg-auto, .part-widget .col-xl-1, .part-widget .col-xl-2, .part-widget .col-xl-3, .part-widget .col-xl-4, .part-widget .col-xl-5, .part-widget .col-xl-6, .part-widget .col-xl-7, .part-widget .col-xl-8, .part-widget .col-xl-9, .part-widget .col-xl,
.part-widget .col-xl-auto, .part-widget .col-1, .part-widget .col-2, .part-widget .col-3, .part-widget .col-4, .part-widget .col-5, .part-widget .col-6, .part-widget .col-7, .part-widget .col-8, .part-widget .col-9, .part-widget .col-10, .part-widget .col-11, .part-widget .col-12, .part-widget .col,
.part-widget .col-auto, .part-widget .col-sm-1, .part-widget .col-sm-3, .part-widget .col-sm-4, .part-widget .col-sm-5, .part-widget .col-sm-6, .part-widget .col-sm-7, .part-widget .col-sm-8, .part-widget .col-sm-9, .part-widget .col-sm-10, .part-widget .col-sm-11, .part-widget .col-sm-12, .part-widget .col-sm,
.part-widget .col-sm-auto, .part-widget .col-md-1, .part-widget .col-md-2, .part-widget .col-md-3, .part-widget .col-md-4, .part-widget .col-md-5, .part-widget .col-md-6, .part-widget .col-md-7, .part-widget .col-md-8, .part-widget .col-md-9, .part-widget .col-md-10, .part-widget .col-md-11, .part-widget .col-md-12, .part-widget .col-md,
.part-widget .col-md-auto, .part-widget .col-lg-1, .part-widget .col-lg-2, .part-widget .col-lg-3, .part-widget .col-lg-4, .part-widget .col-lg-5, .part-widget .col-lg-6, .part-widget .col-lg-7, .part-widget .col-lg-8, .part-widget .col-lg-9, .part-widget .col-lg-10, .part-widget .col-lg-11, .part-widget .col-lg-12, .part-widget .col-lg,
.part-widget .col-lg-auto, .part-widget .col-xl-1, .part-widget .col-xl-2, .part-widget .col-xl-3, .part-widget .col-xl-4, .part-widget .col-xl-5, .part-widget .col-xl-6, .part-widget .col-xl-7, .part-widget .col-xl-8, .part-widget .col-xl-9, .part-widget .col-xl,
.part-widget .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.part-widget .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.part-widget .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.part-widget .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.part-widget .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.part-widget .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.part-widget .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.part-widget .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.part-widget .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.part-widget .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.part-widget .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.part-widget .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.part-widget .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.part-widget .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.part-widget .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.part-widget .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.part-widget .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.part-widget .order-first {
  order: -1;
}
.part-widget .order-last {
  order: 13;
}
.part-widget .order-0 {
  order: 0;
}
.part-widget .order-1 {
  order: 1;
}
.part-widget .order-2 {
  order: 2;
}
.part-widget .order-3 {
  order: 3;
}
.part-widget .order-4 {
  order: 4;
}
.part-widget .order-5 {
  order: 5;
}
.part-widget .order-6 {
  order: 6;
}
.part-widget .order-7 {
  order: 7;
}
.part-widget .offset-1 {
  margin-left: 8.3333333333%;
}
.part-widget .offset-2 {
  margin-left: 16.6666666667%;
}
.part-widget .offset-3 {
  margin-left: 25%;
}
.part-widget .offset-5 {
  margin-left: 41.6666666667%;
}
.part-widget .offset-6 {
  margin-left: 50%;
}
.part-widget .offset-7 {
  margin-left: 58.3333333333%;
}
.part-widget .offset-9 {
  margin-left: 75%;
}
.part-widget .offset-10 {
  margin-left: 83.3333333333%;
}
@container (min-width: 380px) {
  .part-widget .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .part-widget .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .part-widget .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .part-widget .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .part-widget .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .part-widget .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .part-widget .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .part-widget .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .part-widget .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .part-widget .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .order-sm-0 {
    order: 0;
  }
  .part-widget .order-sm-1 {
    order: 1;
  }
  .part-widget .order-sm-3 {
    order: 3;
  }
  .part-widget .order-sm-4 {
    order: 4;
  }
}
@container (min-width: 528px) {
  .part-widget .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .part-widget .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .part-widget .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .part-widget .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .part-widget .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .part-widget .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .part-widget .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .part-widget .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .part-widget .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .part-widget .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .part-widget .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .order-md-first {
    order: -1;
  }
  .part-widget .order-md-0 {
    order: 0;
  }
  .part-widget .order-md-1 {
    order: 1;
  }
  .part-widget .order-md-2 {
    order: 2;
  }
  .part-widget .order-md-3 {
    order: 3;
  }
  .part-widget .order-md-4 {
    order: 4;
  }
  .part-widget .order-md-5 {
    order: 5;
  }
  .part-widget .order-md-6 {
    order: 6;
  }
  .part-widget .order-md-7 {
    order: 7;
  }
  .part-widget .order-md-8 {
    order: 8;
  }
  .part-widget .order-md-9 {
    order: 9;
  }
  .part-widget .order-md-10 {
    order: 10;
  }
  .part-widget .order-md-11 {
    order: 11;
  }
  .part-widget .order-md-12 {
    order: 12;
  }
  .part-widget .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .part-widget .offset-md-3 {
    margin-left: 25%;
  }
  .part-widget .offset-md-6 {
    margin-left: 50%;
  }
  .part-widget .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .part-widget .offset-md-9 {
    margin-left: 75%;
  }
  .part-widget .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}
@container (min-width: 838px) {
  .part-widget .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .part-widget .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .part-widget .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .part-widget .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .part-widget .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .part-widget .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .part-widget .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .part-widget .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .part-widget .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .part-widget .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .part-widget .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .part-widget .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part-widget .order-lg-0 {
    order: 0;
  }
  .part-widget .order-lg-1 {
    order: 1;
  }
  .part-widget .order-lg-2 {
    order: 2;
  }
  .part-widget .order-lg-3 {
    order: 3;
  }
  .part-widget .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .part-widget .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .part-widget .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
}
@container (min-width: 1162px) {
  .part-widget .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .part-widget .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .part-widget .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .part-widget .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .part-widget .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .part-widget .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .part-widget .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .part-widget .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .part-widget .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .part-widget .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .part-widget .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .part-widget .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .part-widget .order-xl-3 {
    order: 3;
  }
  .part-widget .order-xl-4 {
    order: 4;
  }
}
@container (min-width: 1530px) {
  .part-widget .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.card.part-widget .part-widget-gpn {
  font-size: 1.089rem;
}
@media (max-width: 1200px) {
  .card.part-widget .part-widget-gpn {
    font-size: calc(0.8739rem + 0.2868vw);
  }
}
.card.part-widget .part-widget-title {
  width: fit-content;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
@container (max-width: 1161.98px) {
  .card.part-widget .part-widget-title {
    font-size: 1.25rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.89rem + 0.48vw);
    }
  }
}
@container (max-width: 379.98px) {
  .card.part-widget .part-widget-title {
    font-size: 1rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.865rem + 0.18vw);
    }
  }
  .card.part-widget .part-widget-note {
    font-size: 0.8rem;
  }
}
@container (min-width:528px) and (max-width:600px) {
  .card.part-widget .part-widget-title {
    font-size: 1rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-title {
      font-size: calc(0.865rem + 0.18vw);
    }
  }
  .card.part-widget .part-widget-note {
    font-size: 0.8rem;
  }
}
@container (max-width: 837.98px) {
  .card.part-widget .part-widget-note {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card.part-widget .part-widget-info {
    font-size: 0.8778rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-info {
      font-size: calc(0.85278rem + 0.03336vw);
    }
  }
  .card.part-widget .part-widget-info .part-widget-gpn {
    font-size: 0.99rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-info .part-widget-gpn {
      font-size: calc(0.864rem + 0.168vw);
    }
  }
}
@container (max-width: 1161.98px) {
  .card.part-widget .part-widget-fitment {
    font-size: 0.8778rem;
  }
  @media (max-width: 1200px) {
    .card.part-widget .part-widget-fitment {
      font-size: calc(0.85278rem + 0.03336vw);
    }
  }
}

.part-widget .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .part-widget .fade {
    transition: none;
  }
}
.part-widget .fade:not(.show) {
  opacity: 0;
}
.part-widget .collapse:not(.show) {
  display: none;
}
.part-widget .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .part-widget .collapsing {
    transition: none;
  }
}