@charset "UTF-8";
*,
*::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(22, 23, 26, 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: #212326;
  text-align: left;
  background-color: #fff;
}

[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: #0062ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

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: #919191;
  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(1.275rem + 0.3vw);
  }
}

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

.container, .container_fdis, .container-max, .cookies {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 500px) {
  .container, .container_fdis, .container-max, .cookies {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container, .container_fdis, .container-max, .cookies {
    max-width: 769px;
  }
}
@media (min-width: 1025px) {
  .container, .container_fdis, .container-max, .cookies {
    max-width: 1025px;
  }
}
@media (min-width: 1370px) {
  .container, .container_fdis, .container-max, .cookies {
    max-width: 1600px;
  }
}

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

@media (min-width: 500px) {
  .container-sm, .container, .container_fdis, .container-max, .cookies {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .container_fdis, .container-max, .cookies {
    max-width: 769px;
  }
}
@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container, .container_fdis, .container-max, .cookies {
    max-width: 1025px;
  }
}
@media (min-width: 1370px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container_fdis, .container-max, .cookies {
    max-width: 1600px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .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-2, .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: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

  .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-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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%;
  }

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

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

  .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-last {
    order: 13;
  }

  .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-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    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%;
  }

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

  .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-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1370px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

  .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-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #16171a !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e6e6e6 !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: #0062ff !important;
}

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

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

.border-gray {
  border-color: #919191 !important;
}

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

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1370px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1370px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 500px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1370px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

.user-select-none {
  user-select: none !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;
}

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

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

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

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

@supports (position: 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(22, 23, 26, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vh-100 {
  height: 100vh !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-5 {
  margin: 0.313rem !important;
}

.mt-5,
.my-5,
footer#footer .menu-footer li {
  margin-top: 0.313rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 0.313rem !important;
}

.mb-5,
.my-5,
footer#footer .menu-footer li {
  margin-bottom: 0.313rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 0.313rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-15 {
  margin: 0.938rem !important;
}

.mt-15,
.my-15 {
  margin-top: 0.938rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 0.938rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 0.938rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 0.938rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

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

.mt-80,
.my-80 {
  margin-top: 5rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 5rem !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-5 {
  padding: 0.313rem !important;
}

.pt-5,
.py-5 {
  padding-top: 0.313rem !important;
}

.pr-5,
.px-5 {
  padding-right: 0.313rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 0.313rem !important;
}

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

.p-10 {
  padding: 0.625rem !important;
}

.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}

.p-15 {
  padding: 0.938rem !important;
}

.pt-15,
.py-15 {
  padding-top: 0.938rem !important;
}

.pr-15,
.px-15 {
  padding-right: 0.938rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 0.938rem !important;
}

.pl-15,
.px-15 {
  padding-left: 0.938rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

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

.pt-80,
.py-80 {
  padding-top: 5rem !important;
}

.pr-80,
.px-80 {
  padding-right: 5rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}

.pl-80,
.px-80 {
  padding-left: 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: 500px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 0.313rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 0.313rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 0.313rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 0.313rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-15 {
    margin: 0.938rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 0.938rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 0.938rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 0.938rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 0.938rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

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

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

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

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

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

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 0.313rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 0.313rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 0.313rem !important;
  }

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

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-15 {
    padding: 0.938rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 0.938rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 0.938rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 0.938rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 0.938rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-5,
.my-md-5 {
    margin-top: 0.313rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 0.313rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 0.313rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 0.313rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-15 {
    margin: 0.938rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 0.938rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 0.938rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 0.938rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 0.938rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

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

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

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

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

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

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

  .pt-md-5,
.py-md-5 {
    padding-top: 0.313rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 0.313rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 0.313rem !important;
  }

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

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-15 {
    padding: 0.938rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 0.938rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 0.938rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 0.938rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 0.938rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 0.313rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 0.313rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 0.313rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 0.313rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-15 {
    margin: 0.938rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 0.938rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 0.938rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 0.938rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 0.938rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

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

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

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

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

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

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 0.313rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 0.313rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 0.313rem !important;
  }

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

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-15 {
    padding: 0.938rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 0.938rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 0.938rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 0.938rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 0.938rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1370px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 0.313rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 0.313rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 0.313rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 0.313rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-15 {
    margin: 0.938rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 0.938rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 0.938rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 0.938rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 0.938rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

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

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

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

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

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

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 0.313rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 0.313rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 0.313rem !important;
  }

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

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-15 {
    padding: 0.938rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 0.938rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 0.938rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 0.938rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 0.938rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.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-wrap {
  white-space: normal !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: 500px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1370px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 100 !important;
}

.font-weight-lighter {
  font-weight: lighter !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: #0062ff !important;
}

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

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

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

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

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

.text-gray {
  color: #919191 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #6b6b6b !important;
}

.text-dark {
  color: #16171a !important;
}

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

.text-body {
  color: #212326 !important;
}

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

.text-black-50 {
  color: rgba(22, 23, 26, 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;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.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: #0b3e91;
  background-color: #cce0ff;
  border-color: #b8d3ff;
}
.alert-primary hr {
  border-top-color: #9fc3ff;
}
.alert-primary .alert-link {
  color: #072a62;
}

.alert-secondary {
  color: #404042;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-secondary hr {
  border-top-color: #c7c7c7;
}
.alert-secondary .alert-link {
  color: #272728;
}

.alert-warning {
  color: #8f6f10;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #614b0b;
}

.alert-gray {
  color: #565658;
  background-color: #e9e9e9;
  border-color: #e0e0e0;
}
.alert-gray hr {
  border-top-color: lightgray;
}
.alert-gray .alert-link {
  color: #3d3d3e;
}

.alert-dark {
  color: #16171a;
  background-color: #d0d1d1;
  border-color: #bebebf;
}
.alert-dark hr {
  border-top-color: #b1b1b2;
}
.alert-dark .alert-link {
  color: black;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-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;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.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, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

.figure {
  display: inline-block;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212326;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212326;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0053d9;
  border-color: #004ecc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0053d9;
  border-color: #004ecc;
  box-shadow: 0 0 0 0rem rgba(38, 122, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004ecc;
  border-color: #004abf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 122, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0rem rgba(125, 125, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(125, 125, 125, 0.5);
}

.btn-warning {
  color: #212326;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212326;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212326;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0rem rgba(222, 169, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212326;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212326;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 169, 12, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}
.btn-gray:hover {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #787878;
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #787878;
  box-shadow: 0 0 0 0rem rgba(162, 162, 162, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #787878;
  border-color: #717171;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(162, 162, 162, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #16171a;
  border-color: #16171a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #040505;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #040505;
  border-color: black;
  box-shadow: 0 0 0 0rem rgba(57, 58, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #16171a;
  border-color: #16171a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(57, 58, 60, 0.5);
}

.btn-outline-primary {
  color: #0062ff;
  border-color: #0062ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0062ff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.5);
}

.btn-outline-secondary {
  color: #666666;
  border-color: #666666;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(102, 102, 102, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #666666;
  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: #666666;
  border-color: #666666;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(102, 102, 102, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212326;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212326;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-gray {
  color: #919191;
  border-color: #919191;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0rem rgba(145, 145, 145, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #919191;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(145, 145, 145, 0.5);
}

.btn-outline-dark {
  color: #16171a;
  border-color: #16171a;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #16171a;
  border-color: #16171a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0rem rgba(22, 23, 26, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #16171a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #16171a;
  border-color: #16171a;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(22, 23, 26, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0062ff;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #919191;
  pointer-events: none;
}

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

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

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

.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: #0062ff;
  background-color: #0062ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80b1ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d0ff;
  border-color: #b3d0ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #919191;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f2f2f2;
}

.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: #bbbbbb solid 1px;
}
.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-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: #0062ff;
  background-color: #0062ff;
}
.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(0, 98, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 98, 255, 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(0, 98, 255, 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: #bbbbbb;
  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(0, 98, 255, 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: #666666;
  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='%234d4d4d' 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;
  appearance: none;
}
.custom-select:focus {
  border-color: #80b1ff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #666666;
  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: #919191;
  background-color: #f2f2f2;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666666;
}

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

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

.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: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80b1ff;
  box-shadow: 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f2f2f2;
}
.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;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.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: #666666;
  content: "Browse";
  background-color: #f2f2f2;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(0, 98, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0062ff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d0ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0062ff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d0ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: #0062ff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d0ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e6e6e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e6e6e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #bbbbbb;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #bbbbbb;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #bbbbbb;
}

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212326;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}

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

.table-bordered {
  border: 1px solid #e6e6e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e6e6;
}
.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(22, 23, 26, 0.05);
}

.table-hover tbody tr:hover {
  color: #212326;
  background-color: rgba(22, 23, 26, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d3ff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aadff;
}

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

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

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

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

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

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

.table-hover .table-gray:hover {
  background-color: lightgray;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: lightgray;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebebf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #868688;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(22, 23, 26, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(10, 11, 12, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(10, 11, 12, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #606060;
}
.table .thead-light th {
  color: #666666;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}

.table-dark {
  color: #fff;
  background-color: #4d4d4d;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #606060;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 499.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1369.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

@font-face {
  font-family: "ico_moto";
  src: url("../fonts/ico_moto.eot?72320619");
  src: url("../fonts/ico_moto.eot?72320619#iefix") format("embedded-opentype"), url("../fonts/ico_moto.woff2?72320619") format("woff2"), url("../fonts/ico_moto.woff?72320619") format("woff"), url("../fonts/ico_moto.ttf?72320619") format("truetype"), url("../fonts/ico_moto.svg?72320619#ico_moto") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ico_moto';
    src: url('../font/ico_moto.svg?72320619#ico_moto') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "ico_moto";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-fullscreen:before {
  content: "\e800";
}

/* '' */
.icon-download:before {
  content: "\e801";
}

/* '' */
.icon-person:before {
  content: "\e802";
}

/* '' */
.icon-search:before {
  content: "\e803";
}

/* '' */
.icon-share:before {
  content: "\e804";
}

/* '' */
.icon-world:before {
  content: "\e805";
}

/* '' */
.icon-arrow_m_down:before {
  content: "\e806";
}

/* '' */
.icon-arrow_m_left:before {
  content: "\e807";
}

/* '' */
.icon-arrow_m_right:before {
  content: "\e808";
}

/* '' */
.icon-arrow_m_up:before {
  content: "\e809";
}

/* '' */
.icon-pin:before {
  content: "\e80a";
}

/* '' */
.icon-close:before {
  content: "\e80b";
}

/* '' */
.icon-close_xl:before {
  content: "\e80c";
}

/* '' */
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
  }
}

@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Light.eot);
  src: url(../fonts/BMWMotorradW02-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Light.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Light.woff) format("woff"), url(../fonts/BMWMotorradW02-Light.ttf) format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Regular.eot);
  src: url(../fonts/BMWMotorradW02-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Regular.woff) format("woff"), url(../fonts/BMWMotorradW02-Regular.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Regular.eot);
  src: url(../fonts/BMWMotorradW02-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Regular.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Regular.woff) format("woff"), url(../fonts/BMWMotorradW02-Regular.ttf) format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Regular.eot);
  src: url(../fonts/BMWMotorradW02-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Regular.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Regular.woff) format("woff"), url(../fonts/BMWMotorradW02-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Bold.eot);
  src: url(../fonts/BMWMotorradW02-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Bold.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Bold.woff) format("woff"), url(../fonts/BMWMotorradW02-Bold.ttf) format("truetype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Bold.eot);
  src: url(../fonts/BMWMotorradW02-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Bold.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Bold.woff) format("woff"), url(../fonts/BMWMotorradW02-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Motofont";
  src: url(../fonts/BMWMotorradW02-Heavy.eot);
  src: url(../fonts/BMWMotorradW02-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/BMWMotorradW02-Heavy.woff2) format("woff2"), url(../fonts/BMWMotorradW02-Heavy.woff) format("woff"), url(../fonts/BMWMotorradW02-Heavy.ttf) format("truetype");
  font-weight: 800;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, [class^=typo-headlines-], .headline {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05em;
}

.subhead {
  font-size: 0.5em;
  display: block;
  line-height: 1.05em;
}

h1, .h1, .typo-headlines-xxl {
  font-size: 36px;
}
.headline {
  font-size: 36px;
}
h2, .h2, .typo-headlines-xl {
  font-size: 25px;
}
h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
  font-size: 16px;
  padding-top: 8px;
}

h3, .h3, .typo-headlines-l-mixed {
  font-size: 25px;
}

h4, .h4, .typo-headlines-m {
  font-size: 20px;
}

h5, h6, .h5, .h6, .typo-headlines-s {
  font-size: 18px;
}

.h2-fs-24, .gcdm-usage-text-headline {
  font-size: 24px;
}

.h2-fs-24, .gcdm-usage-text-headline {
  font-size: 32px;
  line-height: 36px;
}

@media (min-width: 1025px) {
  .h2-fs-24, .gcdm-usage-text-headline {
    line-height: 43px;
  }

  h1, .h1, .typo-headlines-xxl, .title-header {
    font-size: 60px;
  }

  .headline {
    font-size: 80px;
  }
  h2, .h2, .typo-headlines-xl {
    font-size: 35px;
  }
  h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
    font-size: 0.5em;
    padding-top: 8px;
  }

  h3, .h3, .typo-headlines-l {
    font-size: 25px;
  }
}
.btn, .joined-link, .menu_links, article .btn, .bold-bmw {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.joined-link {
  font-size: 15px;
}

footer a {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

nav a, .nav-level-1 a, .menu_level_1 a, .accordion-title.typo-headlines-s-mixed, #teams span.typo-headlines-s-mixed {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif !important;
}

.bold {
  font-weight: bold;
}

.menu-footer, .text-small {
  font-size: 14px;
}

.text-micro {
  font-size: 10px;
}

.text-999 {
  color: #999;
}

@media (min-width: 768px) and (max-width: 1369.98px) {
  .main-title, h1 {
    font-size: calc(26px + 24 * (100vw - 768px) / 456);
  }
}
.font-size-30 {
  font-size: 2.6em;
}

.font-size-20 {
  font-size: 1.3em;
}

.list-indent .list-indent-item {
  text-indent: -39px;
  padding-left: 39px;
  display: block;
}

.headline, h1 {
  font-size: clamp(36px, 11.56px + 4.89vw, 80px);
}

h2, .h2 {
  font-size: clamp(25px, 11.56px + 4.89vw, 35px);
}

.ico-input {
  position: relative;
  line-height: 1;
  margin: 0;
}
.ico-input input[type=radio] + label:before {
  border-radius: 100%;
}
.ico-input input[type=checkbox], .ico-input input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  height: 100%;
  z-index: 2;
  opacity: 0;
  /* opacity: 0; */
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  float: none;
  height: auto !important;
  margin-left: 0.5em;
}
.ico-input input[type=checkbox] + label, .ico-input input[type=radio] + label {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: bold;
  float: none;
  position: initial;
  display: inline-block;
  color: #bbbbbb;
  /* font-weight: 400; */
  margin: 0;
  padding: 1.2em 2em 1.2em 4em;
  /* padding-left: 4.3em; */
  font-size: 12px;
  min-width: calc(1.8em + 2px);
}
.ico-input input[type=checkbox] + label:before, .ico-input input[type=radio] + label:before {
  content: "";
  width: calc(3.167em + 2px);
  height: calc(3.167em + 2px);
  display: block;
  box-sizing: border-box;
  border: 2px solid #bbbbbb;
  z-index: 0;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 0.1em;
  text-indent: 0em;
  transition: all 0.15s ease-in;
}
.ico-input input[type=checkbox] + label:after, .ico-input input[type=radio] + label:after {
  font-family: bmw-fonticons;
  content: "\e909";
  width: calc(1.2em + 2px);
  height: calc(1.2em + 2px);
  display: block;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  left: -0.04em;
  background-color: transparent;
  top: 0.2em;
  text-indent: 0em;
  font-size: 2.5em;
  font-weight: normal;
  transform: scale(0);
  transition: all 0.15s ease-in;
  /* font-family: bmw-fonticons;
   content: '\e909';
   width: calc(1.2em + 2px);
   height: calc(1.2em + 2px);
   display: block;
   box-sizing: border-box;
   border-radius: 0;
   border: 0px solid #333;
   z-index: 0;
   position: absolute;
   left: -0.15em;
   background-color: transparent;
   bottom: -0.5em;
   text-indent: 0em;
   font-size: 2.5em;
   font-weight: normal;
   transform: scale(0);
   transition: all 0.2s ease-in-out;*/
}
.ico-input input[type=checkbox]:checked + label:before, .ico-input input[type=radio]:checked + label:before {
  border: 1px solid #0062ff;
  background-color: #0062ff;
}
.ico-input input[type=checkbox]:checked + label:after, .ico-input input[type=radio]:checked + label:after {
  color: #fff;
  bottom: -0.5em;
  left: 0.14em;
  transform: scale(1);
}

@media (max-width: 1024.98px) {
  #newcar_filter_form .ico-input {
    /* input[type="checkbox"], input[type="radio"] {
       & + label {
         width: 100%;
         border: 2px solid #333;
         padding: 1em 1em;
         text-align: center;
         padding-left: unset !important;
         &:before {
           border-radius: 50%;
           display: none;
         }
         &:after {
           border-radius: 50%;
           transform: scale(1);
         }
       }
     }*/
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label, #newcar_filter_form .ico-input input[type=radio] + label {
    width: 100%;
    border: 2px solid #333;
    padding: 1.25em 1em;
    text-align: center;
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label:before, #newcar_filter_form .ico-input input[type=radio] + label:before {
    border-radius: 50%;
    display: none;
    border: 0px solid transparent;
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label:after, #newcar_filter_form .ico-input input[type=radio] + label:after {
    transform: scale(0);
    opacity: 0;
  }
  #newcar_filter_form .ico-input input[type=checkbox]:checked + label:before, #newcar_filter_form .ico-input input[type=radio]:checked + label:before {
    border-radius: 50%;
    border: 0px solid transparent;
    display: none;
  }
  #newcar_filter_form .ico-input input[type=checkbox]:checked + label:after, #newcar_filter_form .ico-input input[type=radio]:checked + label:after {
    border-radius: 50%;
    transform: scale(1);
    opacity: 1;
    color: #0062ff !important;
    left: 0em;
  }
}

.btn {
  min-width: 210px;
}

.typo-bmwi-body-xxs {
  font-size: 14px;
}

.form-control {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  padding: 9px;
}
.form-control.error {
  border-color: red;
}

label.error {
  color: red;
}

.form-control {
  border: 2px solid #bbb;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0653b6;
  box-shadow: none;
}

.form-group {
  padding-bottom: 20px;
}

select::-ms-expand {
  display: none;
}

.form-approval {
  padding: 8px 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/icon-select_mr.png) no-repeat right center;
  left: -5px !important;
}

select.form-control {
  padding-right: 50px;
}

select.float-label {
  padding: 18px 50px 7px 10px;
}

.info-icon::before {
  content: "";
  background: url(../img/info-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  padding: 7px 7px 7px 7px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  display: inline-block;
}

select::-ms-value {
  background: none !important;
  /* THIS LINE REMOVES THE BLUE BACKGROUND */
  color: black;
  /* the -ms-value element defaults to white text, so a different font colour is needed for text to be visible */
}

@-ms-keyframes toblack {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    height: 100%;
    opacity: 0;
  }
  100% {
    display: block;
    height: 100%;
    opacity: 1;
  }
}
@keyframes toblack {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    height: 100%;
    opacity: 0;
  }
  100% {
    display: block;
    height: 100%;
    opacity: 1;
  }
}
@-ms-keyframes fromblack {
  0% {
    display: block;
    height: 100%;
    opacity: 1;
  }
  99% {
    display: block;
    height: 100%;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fromblack {
  0% {
    display: block;
    height: 100%;
    opacity: 1;
  }
  99% {
    display: block;
    height: 100%;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.umenu {
  z-index: 1029;
  animation: toblack 500ms ease-in-out;
  animation-direction: reverse;
}
.umenu .makelife, .umenu .logo {
  margin-top: 0;
}
.umenu .umenu-box {
  height: 100%;
  pointer-events: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  transition-delay: 500ms;
}
.umenu .umenu-cnt {
  margin-top: 85px;
  overflow-y: auto;
  height: calc(100% - 85px);
  position: relative;
}
.umenu .makelife-box {
  padding: 20px;
  width: 100%;
  background-color: white;
}

.menu_close {
  overflow: auto;
}
.menu_close .umenu {
  opacity: 1;
  pointer-events: none;
  background-color: white;
  -ms-animation: fromblack 500ms ease-in-out;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0ms;
  -ms-animation-fill-mode: forwards;
  animation: fromblack 500ms ease-in-out;
  animation-direction: normal;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.menu_close .umenu .umenu-box {
  height: 0;
  transition-delay: 0ms;
  opacity: 0;
}
.top-menu {
  padding: 25px 30px;
  height: 85px;
  align-content: center;
}

@media (max-width: 1024.98px) {
  .mobile-menu .vehicle-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.mobile-menu .model-item {
  padding-bottom: 0;
}

.menu_open {
  overflow: hidden;
}
.menu_open .umenu {
  height: 100%;
  opacity: 1;
  background-color: black;
  animation: toblack 500ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.menu_open .umenu .umenu-box {
  pointer-events: all;
  height: 100%;
  opacity: 1;
}
#nav_lvl1 {
  position: relative;
  z-index: 1040;
}

#nav_lvl2 {
  z-index: 1030;
}

#drop-lvl1 {
  z-index: 1035;
}

/*! nouislider - 14.1.1 - 12/15/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
  margin-top: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 34px;
  right: -17px;
  top: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 0 solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #0062ff;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 0px solid #fff;
  border-radius: 0;
  cursor: default;
  border-radius: 100%;
  border: 1px solid #212326;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

.noUi-active {
  border: 3px solid #fff;
}
.noUi-active.noUi-handle:before {
  height: 18px;
  width: 18px;
}

/* Handle stripes;
 */
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  /*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12.5px' height='7.5px' viewBox='0 0 12.5 7.5' style='enable-background:new 0 0 12.5 7.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='1.2' y1='3.7' x2='11.2' y2='3.7'/%3E%3Cpolyline class='st0' points='8.3,6.6 11.2,3.7 8.3,0.9 '/%3E%3Cpolyline class='st0' points='4.1,0.9 1.2,3.7 4.1,6.6 '/%3E%3C/g%3E%3C/svg%3E%0A");*/
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

.noUi-handle:focus {
  outline: none;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.nopips .noUi-pips-horizontal {
  display: none;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.anim, .mobileswich .offername, .mobile-selector, a .model-picture img, .menu-body .model-col, .vehicle-list.main-list .model-item a:after, .logo:before, .makelife:before, .svginfo-icon, .color-arrow, .color-circle .circle:after, .color-circle .circle:before, .arrow-close .arrowLeft, .arrow-close .arrowRight, .arrow-close, .css-icon .arrow-updown:after, .css-icon .arrow-updown, a {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.parallaxParent {
  text-align: center;
  line-height: 0;
}
.page-content {
  position: relative;
  background: rgb(255, 255, 255);
}

.parallaxParent .mediabox {
  position: relative;
  width: 100%;
  max-width: initial;
}

.header-abs .content {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-abs {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-abs .content {
    text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.2);
    width: 50%;
  }
}

.css-icon-right {
  position: absolute;
  top: 50%;
  right: 0;
}
.css-icon-left {
  position: relative;
  /* top: 50%; */
  /* left: 0; */
  /* transform: translateY(-50%); */
  margin-right: 15px;
  vertical-align: middle;
  line-height: 1;
}
.css-icon .arrow-updown {
  transform: translateY(-10px);
}
.css-icon .arrow-updown:after {
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 2px solid #16171a;
  content: "";
  border-width: 5px 5px 0 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotate(135deg);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotate(135deg);
}
.css-icon .arrow-sm-up:after {
  height: 12px;
  width: 12px;
  display: inline-block;
  border: 2px solid #919191;
  content: "";
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}
.css-icon.active .arrow-updown, .css-icon:hover .arrow-updown {
  transform: translateY(-5px);
}
.css-icon.active .arrow-updown:after, .css-icon:hover .arrow-updown:after {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) rotate(135deg);
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) rotate(135deg);
}

.arrow-close {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateY(0%);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateY(0%);
  width: 22px;
  height: 18px;
  z-index: 1;
  overflow: hidden;
}
.arrow-close .arrowLeft {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  background-color: #16171a;
  top: 8px;
  transform: rotate(45deg);
  z-index: 1;
  width: 15px;
  left: 0;
}
.arrow-close .arrowRight {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  background-color: #16171a;
  left: 8px;
  top: 8px;
  transform: rotate(-45deg);
  z-index: 1;
  width: 15px;
}

.lvl2_open .arrow-close {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) translateY(0%);
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) translateY(0%);
}
.lvl2_open .arrow-close .arrowLeft {
  width: 18px;
  left: 0px;
  transform: rotate(45deg);
}
.lvl2_open .arrow-close .arrowRight {
  width: 18px;
  left: 0;
  transform: rotate(-45deg);
}

[class^=st-arrow-], [class*=st-arrow-] {
  border: solid #16171a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.reveal_1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reveal_1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.reveal_2 {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.reveal_2.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.slideright_1 {
  opacity: 1;
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}
@media (max-width: 767.98px) {
  .slideright_1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideright_1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.animate4 {
  width: 0;
}

.animate5 {
  width: 0;
}

.fadein {
  opacity: 0;
}

.fadein.visible {
  opacity: 1;
}

.color {
  position: relative;
}
.color .kolor-desc {
  width: 55%;
  top: 0;
  left: 0;
  display: none;
}

.link-black, #nav a:not(.btn) {
  color: #16171a;
}
.link-black:hover, #nav a:hover:not(.btn) {
  color: #0062ff;
}

#nav .umenu-cnt a:hover {
  color: #16171a;
}

@keyframes checkbox {
  0% {
    background-image: none;
  }
  99% {
    background-image: none;
  }
  100% {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd' %5B %3C!ENTITY st0 'fill:%23FFFFFF;'%3E%0A%5D%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='841.89px' height='841.89px' viewBox='0 0 841.89 841.89' style='enable-background:new 0 0 841.89 841.89;' xml:space='preserve'%3E%3Cpolygon style='&st0;' points='720.362,111.359 328.615,505.872 113.568,316.466 5.42,439.256 336.125,730.53 836.47,226.652 '/%3E%3C/svg%3E%0A");
  }
}
.color-circle {
  width: 15%;
  height: 100%;
  margin-right: 1.6%;
  position: relative;
}
.color-circle .circle {
  position: relative;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.color-circle .circle:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  /* background-color: #fff; */
  border: 3px solid white;
  opacity: 0;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.color-circle .circle:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  border: 0 solid #16171a;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.9;
}
.color-circle.active .circle:before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd' %5B %3C!ENTITY st0 'fill:%23FFFFFF;'%3E%0A%5D%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='841.89px' height='841.89px' viewBox='0 0 841.89 841.89' style='enable-background:new 0 0 841.89 841.89;' xml:space='preserve'%3E%3Cpolygon style='&st0;' points='720.362,111.359 328.615,505.872 113.568,316.466 5.42,439.256 336.125,730.53 836.47,226.652 '/%3E%3C/svg%3E%0A");
}
.color-circle.active .circle:after {
  border: 15px solid #16171a;
  background-color: #16171a;
}
.color-circle:hover:not(.active) .circle:after {
  border: 9px solid #16171a;
}

.color-desc {
  transform: translateX(0);
  margin-top: 20px;
  width: 50%;
  margin-right: 50%;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@media (max-width: 767.98px) {
  .color-desc {
    transform: translateX(0) !important;
    width: 100%;
    margin-right: 0%;
  }
}

.color-anim {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0;
  display: none;
}

.color-arrow:before {
  content: "";
  border: solid #e6e6e6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  top: 16px;
  position: relative;
  background-color: white;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.svg_icon:before {
  background: no-repeat center center/100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: " ";
  vertical-align: middle;
  margin: 0 5px;
}

.svg_icon_lg:before {
  width: 30px;
  height: 30px;
}

.share:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.1 15.6' style='enable-background:new 0 0 17.1 15.6;' xml:space='preserve'%3E%3Cpath d='M14,9.5c-0.8,0-1.6,0.4-2.2,0.9l-5.7-2l6-3.1C12.7,5.8,13.3,6,14,6c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3v0.1L4.8,6.3 C4.3,5.9,3.7,5.7,3,5.7c-1.7,0-3,1.3-3,3s1.3,3,3,3c0.8,0,1.6-0.4,2.2-0.9l5.9,2.1c0.1,1.5,1.4,2.7,3,2.7c1.7,0,3-1.3,3-3 S15.6,9.5,14,9.5z'/%3E%3C/svg%3E");
}

@media (max-width: 1024.98px) {
  .city-s.active {
    position: fixed;
    top: 0px;
    z-index: 1900;
    padding: 2em;
    padding-top: 100px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(6px);
    width: 100vw;
    height: 100vh;
    left: 0;
    overflow: auto;
  }
  .city-s.active .close {
    display: block;
  }
}

@media (max-width: 1024.98px) {
  #time-s.active {
    position: fixed;
    top: 0px;
    z-index: 1900;
    padding: 2em;
    padding-top: 100px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(6px);
    width: 100vw;
    height: 100vh;
    left: 0;
    overflow: auto;
  }
}
#time-s.active .close {
  display: block;
}
#time-s.active:empty {
  justify-content: center;
  align-items: center;
  display: flex;
}
#time-s.active:empty:after {
  width: 50px;
  content: "";
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 0.6s infinite;
  display: block;
}
#time-s .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
#time-s .time-s .hours {
  display: flex;
  flex-wrap: wrap;
}
#time-s .time-s .set-hour, #time-s .time-s .used {
  min-width: 25%;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.6em 1.2em;
  text-align: center;
  background-color: white;
  border: 2px solid #0062ff;
  color: #16171a;
  border-radius: 2px;
}
#time-s .time-s .set-hour:not(.used), #time-s .time-s .used:not(.used) {
  cursor: pointer;
}
#time-s .time-s .set-hour:not(.used):hover, #time-s .time-s .used:not(.used):hover {
  font-weight: 600;
  color: #fff;
  background-color: #0062ff;
}
#time-s .time-s .set-hour.used, #time-s .time-s .used.used {
  border: 2px solid #919191;
  background-color: #919191;
  opacity: 0.34;
  color: #fff;
  pointer-events: none;
}
#time-s .time-s .set-hour.active, #time-s .time-s .used.active {
  font-weight: 600;
  background-color: #16171a;
  color: #fff;
  border-color: #16171a;
}

.vehicle.active .img-cnt {
  position: relative;
}
.vehicle.active .img-cnt:after {
  content: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 14.2 14.2' style='enable-background:new 0 0 14.2 14.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:3.5;stroke-miterlimit:10;%7D %3C/style%3E%3Cpolyline class='st0' points='1,7.6 4.8,11.4 13.2,2.9 '/%3E%3C/svg%3E");
  padding: 0.5em;
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0062ff;
  border-radius: 2em;
}

.close.nav-icon {
  display: none;
  position: absolute;
  right: 18px;
  left: auto;
  top: 10px;
  width: 36px;
  padding: 0.4em;
  height: 40px;
}
@media (min-width: 1025px) {
  .close.nav-icon {
    display: none !important;
  }
}

.car-card {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.car-card:hover {
  font-weight: 600;
}

.card_btn {
  cursor: pointer;
  padding: 0.2em 0;
  border-bottom: 2px solid rgba(22, 23, 26, 0.1);
  display: flex;
  align-items: center;
}
.card_btn h3 {
  margin-bottom: 0;
}
.card_btn:before {
  content: "";
  display: inline-block;
  transition: 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  margin-right: 0.3em;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.3px' height='19.8px' viewBox='0 0 18.3 19.8' style='enable-background:new 0 0 18.3 19.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:3.7;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='5.5,17.2 12.8,9.9 5.5,2.7 '/%3E%3C/svg%3E");
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  transform: scale(0.9) rotate(90deg);
}
.card_btn:Not(.collapsed) {
  border-bottom-color: #16171a;
}
.card_btn:Not(.collapsed):before {
  transform: scale(0.9) rotate(-90deg);
}

.city_chose_link {
  font-weight: bold;
  color: black;
  margin-bottom: 0.4em;
  font-size: 1.1em;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 0.5em;
}
.city_chose_link:before {
  transition: 0.3s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.3px' height='19.8px' viewBox='0 0 18.3 19.8' style='enable-background:new 0 0 18.3 19.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:3.7;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='5.5,17.2 12.8,9.9 5.5,2.7 '/%3E%3C/svg%3E");
  display: inline-block;
  padding-right: 0.3em;
  transform: translateX(-2px) scale(0.9) rotate(0deg);
}
.city_chose_link:hover {
  color: #0062ff;
}
.city_chose_link:hover:before {
  transform: translateX(4px) scale(0.9) rotate(0deg);
}

.choose-city:not(.abs) {
  font-weight: bold;
  color: black;
}
.choose-city:not(.abs):before {
  transition: 0.3s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.3px' height='19.8px' viewBox='0 0 18.3 19.8' style='enable-background:new 0 0 18.3 19.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:3.7;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='5.5,17.2 12.8,9.9 5.5,2.7 '/%3E%3C/svg%3E");
  display: inline-block;
  padding-right: 0.3em;
  transform: translateX(-2px) translateY(3px) scale(0.9) rotate(0deg);
}
.choose-city:not(.abs):hover {
  color: #0062ff;
}
.choose-city:not(.abs):hover:before {
  transform: translateX(4px) translateY(3px) scale(0.9) rotate(0deg);
}

#cookies_div {
  animation: bottom_top 1s forwards;
  animation-delay: 0s;
  opacity: 0;
  bottom: -500px;
}

.cookies {
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  /*max-width: calc(12.3% + 1600px);
  padding-left: 12.3%;
  padding-right: 12.3%;*/
  max-height: 75vh;
  overflow-y: auto;
  padding-top: 1em;
}
.cookies > .container, .cookies > .container_fdis, .cookies > .container-max, .cookies > .cookies {
  background-color: white;
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
}

@keyframes bottom_top {
  from {
    bottom: -500px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.maps .abs {
  position: absolute;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.maps .abs.tippy {
  background-color: transparent !important;
  opacity: 1;
  transition: all 0.6s ease;
  border-radius: 50%;
  transform: scale(1);
}
.maps .abs.tippy .pin {
  box-shadow: 0px 0px 0px red;
}
.maps .abs.tippy.active, .maps .abs.tippy:hover {
  opacity: 1;
  transform: scale(1.2);
}
.maps .abs.tippy.active .pin, .maps .abs.tippy:hover .pin {
  box-shadow: 10px 10px 10px red;
}
.maps .tor_pomorze {
  top: 34%;
  left: 55%;
  width: 11%;
  height: 11%;
  background-color: gray;
}
.maps .tor_modlin {
  top: 56%;
  left: 12%;
  width: 11%;
  height: 11%;
  background-color: gray;
}
.maps .tor_sluzewiec {
  top: 39%;
  left: 63%;
  width: 11%;
  height: 11%;
  background-color: pink;
}
.maps .tor_dealerpremiumarena {
  top: 45%;
  left: 50%;
  width: 11%;
  height: 11%;
  background-color: lightgreen;
}
.maps .tor_dealerzdunek {
  top: 11%;
  left: 43%;
  width: 11%;
  height: 11%;
  background-color: red;
}
.maps .tor_poznan {
  top: 33%;
  left: 30%;
  width: 11%;
  height: 11%;
  background-color: gray;
}
.maps .tor_malta {
  top: 38%;
  left: 35%;
  width: 11%;
  height: 11%;
  background-color: gray;
}
.maps .tor_silesia {
  top: 61%;
  left: 41%;
  width: 11%;
  height: 11%;
  background-color: gray;
}
.maps .tor_chocholowydwor {
  top: 66%;
  left: 54%;
  width: 11%;
  height: 11%;
  z-index: 2;
  background-color: pink;
}
.maps .tor_krakow {
  top: 73%;
  left: 54%;
  width: 11%;
  height: 11%;
  z-index: 2;
  background-color: pink;
}
.maps .tor_szczyrk {
  top: 75%;
  left: 49%;
  width: 11%;
  height: 11%;
  z-index: 2;
  background-color: pink;
}
.maps .tor_pogoria {
  top: 65%;
  left: 43%;
  width: 11%;
  height: 11%;
  z-index: 2;
  background-color: pink;
}
.maps .tor_alejabielany {
  top: 53%;
  left: 28%;
  width: 11%;
  height: 11%;
  z-index: 2;
  background-color: pink;
}

.tippy:nth-child(2n+2) {
  animation-duration: 1.5s;
}

.pin {
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  border: 2px solid #0062ff;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation-name: bounce;
  animation: pinpulse infinite 3s;
  animation-fill-mode: both;
  animation-duration: 1s;
  box-shadow: 0 0 1px 4px #0062ff;
}
.pin:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 10px 0 0 10px;
  background: #0062ff;
  position: absolute;
  border-radius: 50%;
}

@keyframes pinpulse {
  0% {
    box-shadow: 0 0 1px 4px #0062ff;
  }
  45% {
    box-shadow: 0 0 1px 0px #fff;
  }
  75% {
    box-shadow: 0 0 1px 2px #0062ff;
  }
  90% {
    box-shadow: 0 0 1px 0px #fff;
  }
  100% {
    box-shadow: 0 0 1px 4px #0062ff;
  }
}
.tippy-tooltip {
  background-color: white;
  color: #16171a;
  border-radius: 100%;
}
.tippy-tooltip .tippy-content {
  padding: 5px !important;
}
.tippy-tooltip .frame {
  position: relative;
  padding: 1.6em;
  border-radius: 100%;
  text-align: center;
  /* min-width: 250px; */
  /* max-width: 30px; */
  width: 280px;
}
.tippy-tooltip .frame:after {
  content: "";
  background-image: url("../img/m_trackdays/dash.svg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.tippy-tooltip .frame:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tippy-tooltip .frame-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  /* height: 100%; */
  /* position: relative; */
  transform: translateY(-50%) translateX(-50%);
}
.tippy-tooltip .frame-content .close-tippy {
  content: "";
  background-image: url("../img/m_trackdays/close.svg");
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 34px;
  height: 34px;
}
.tippy-tooltip .track-data {
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
.tippy-tooltip .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.tippy-tooltip .title {
  text-transform: uppercase;
}
.tippy-tooltip .track-dt .dt-left {
  padding-right: 0.7em;
  margin-right: 0.7em;
  border-right: 1px solid #16171a;
}
.tippy-tooltip .track-place .dt-lg {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.tippy-tooltip .track-place .dt-small {
  font-size: 0.8em;
  line-height: 1;
}

.tippy-arrow {
  display: none !important;
}

.btn-inline {
  display: inline-block;
}

.btn-lg, .btn-group-lg > .btn {
  line-height: 1.0625em;
}

.btn-icon {
  transform: translateY(-6px);
  position: relative;
  display: inline-block;
  margin-right: 1em;
  /* width: 5px; */
  height: 0;
}

.btn-gray:hover {
  background: #16171a;
}

.at-up:hover {
  transform: translateY(-0.25em);
}
.at-up:hover > span {
  display: block;
}

.link-primary:hover {
  color: #0062ff !important;
}

.btn {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}
.btn:active {
  color: #fff !important;
}
.btn:focus {
  color: #fff !important;
}

.btn:active, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem transparent !important;
}

.btn {
  border-style: solid;
}

.btn-black {
  background-color: #16171a;
  border-color: #16171a;
  color: #fff;
}
.btn-black:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-black:active {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-black:focus {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #16171a;
}
.btn-white:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-white:active {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-white:focus {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-outline-white:active {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}
.btn-outline-white:focus {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}

.btn-outline-dark:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff !important;
}
.btn-outline-dark:active {
  background-color: #0062ff !important;
  border-color: #0062ff !important;
  color: #fff;
}
.btn-outline-dark:focus {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #fff;
}

.link {
  cursor: pointer;
}

.btn-transaprent-white {
  background-color: transparent;
  color: #919191;
  -webkit-transition: All 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 ease;
  -moz-transition: All 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 ease;
  -o-transition: All 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 ease;
  transition: All 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 ease;
}
.btn-transaprent-white:hover, .btn-transaprent-white :focus {
  color: #fff;
  background-color: #0062ff;
}

#nav-burger {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-burger span:nth-child(1) {
  top: 0px;
}
#nav-burger span:nth-child(2) {
  top: 18px;
}
#nav-burger span:nth-child(3) {
  top: 36px;
}
#nav-burger .open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-burger .open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-burger .open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#nav-burger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon {
  width: 24px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #16171a;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}

.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 1369.98px) {
  .header-abs.white-lg .btn {
    border-color: #16171a;
  }
  .header-abs.white-lg .btn:hover {
    border-color: #0062ff;
  }
}

.nav-icon {
  /*  &:hover:before {
    transform: translateY(12px) rotate(135deg);
  }
  &:hover:after {
    transform: translateY(-12px) rotate(-135deg);
  }
  &:hover div {
    transform: scale(0);

  }*/
}

.menu_open .nav-icon:before, .active .nav-icon:before {
  transform: translateY(7px) rotate(135deg);
}
.menu_open .nav-icon:after, .active .nav-icon:after {
  transform: translateY(-7px) rotate(-135deg);
}
.menu_open .nav-icon > div, .active .nav-icon > div {
  transform: scale(0);
}

.checkcontainer input:checked ~ .radiobtn:after {
  content: "";
  left: 7px;
  top: 3px;
  position: absolute;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer.gcdm-usage-definition {
  display: block;
}
.checkcontainer.gcdm-usage-definition .gcdm-label {
  display: block;
  margin-bottom: 1.3rem;
  cursor: pointer;
}

.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #0062ff;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.radiobtn.radiosquare {
  border-radius: 0%;
  background-color: #fff;
}

.checkcontainer input:checked ~ .radiobtn {
  background-color: #0062ff;
}

.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

.add_vin {
  width: 100%;
}

.form-icon {
  max-width: 51px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 1em;
}
.form-icon:hover {
  background-color: #fff;
  border: 2px solid #0062ff;
}
.form-icon.icon-add {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 6px;
}
.form-icon.icon-add:hover {
  background-color: #fff;
  border: 2px solid #0062ff;
}
.form-icon.icon-remove {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 6px;
}
.form-icon.icon-remove:hover {
  background-color: #fff;
  border: 2px solid #0062ff;
}

input[type=email], input[type=password], input[type=date], input[type=text], input[type=tel], input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none;
  border: 0px solid transparent;
  padding: 18px 10px 7px 10px;
  font-size: 16px;
  background-color: #f2f2f2;
}

/* Hide the browser-specific focus styles */
.float-label-box input:focus {
  outline: 0;
  box-shadow: none;
}
.float-label-box input:-ms-input-placeholder {
  color: transparent;
}
.float-label-box input::placeholder {
  color: transparent;
}

.form-shadow:focus, .float-label-box input:focus, .float-label-box select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-shadow-error, .float-label-box input:invalid, .float-label-box input.error, .float-label-box select.error {
  background-color: #f4d6d6;
}
.form-shadow-error:focus, .float-label-box input:focus:invalid, .float-label-box input.error:focus, .float-label-box select.error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.float-label-box {
  position: relative;
}
.float-label-box select {
  padding: 18px 50px 7px 10px;
  border: 2px solid #0062ff;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.float-label-box select + label {
  position: absolute;
  text-transform: uppercase;
  top: 4px;
  left: 10px;
  font-size: 11px;
  color: #919191;
  pointer-events: none;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.float-label-box input {
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.float-label-box input ~ label.float {
  position: absolute;
  text-transform: uppercase;
  top: 13px;
  left: 10px;
  font-size: 15px;
  color: #919191;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.float-label-box input:focus ~ label.float {
  top: 4px;
  left: 10px;
  font-size: 11px;
}
.float-label-box input:not(:-ms-input-placeholder) ~ label.float {
  top: 4px;
  left: 10px;
  font-size: 11px;
}
.float-label-box input:not(:placeholder-shown) ~ label.float {
  top: 4px;
  left: 10px;
  font-size: 11px;
}
.float-label-box input:invalid ~ label.float, .float-label-box input.error ~ label.float {
  top: 4px;
  left: 10px;
  font-size: 11px;
  color: #16171a;
}

.dealer-float {
  position: relative;
}
.dealer-float > label {
  position: absolute;
  text-transform: uppercase;
  top: 4px;
  left: 10px;
  font-size: 11px;
  color: #919191;
  pointer-events: none;
}

#service_pdlist {
  position: relative;
}
#service_pdlist input {
  background: transparent url(../img/icon-select_mr.png) no-repeat right center;
  left: -5px !important;
  padding: 18px 50px 7px 10px;
  border: 2px solid #0062ff;
}

div[data-pdlist-list] {
  background-color: white;
  max-height: 230px;
  z-index: 1001;
  left: 0px !important;
  overflow: auto;
  position: absolute;
  cursor: pointer;
  font-size: 14px;
  border: 2px solid #919191;
  padding: 0 0 !important;
  left: 0 !important;
  width: 100% !important;
}
div[data-pdlist-list] > div {
  padding: 1em 1.5em;
}
div[data-pdlist-list] > div:hover {
  background-color: #f2f2f2;
}

.svginfo-icon {
  opacity: 0.5;
  top: -3px;
  position: relative;
  cursor: pointer;
}
.svginfo-icon:hover {
  opacity: 1;
}

.rel {
  position: relative;
}

.white {
  color: white;
}

.static {
  position: static !important;
}

.w100-limit {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.abs-top {
  position: absolute;
  top: 0;
}

.abs-bottom {
  position: absolute;
  bottom: -20px;
  top: auto;
  height: auto;
}

.abs-right {
  right: 0;
  left: auto;
}

.abs-md {
  position: static;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.white-md {
  color: initial;
}

.white-lg {
  color: initial;
}

@media (min-width: 768px) {
  .white-md {
    color: #fff !important;
  }

  .abs-md {
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .white-lg {
    color: #fff !important;
  }

  .abs-lg {
    position: absolute;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-highlight {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  outline: transparent;
}

.color-box {
  overflow-y: auto;
  overflow-x: hidden;
}

.regulamin {
  background-color: #000000;
  color: #ffffff;
}

.reg_title {
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
}

.reg_subtitle {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
}

.paragraf {
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
}

.subparagraf {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}

label.is-invalid {
  color: red;
  bottom: -7px;
  top: auto;
  font-size: 12px;
  margin-top: 5px;
}

.form-item {
  margin: 28px 0;
}

.form-item input.is-active + label, .form-item select.is-active + label, .form-item textarea.is-active + label {
  top: -10px;
  font-size: 15px;
  background-color: rgb(255, 255, 255);
  color: #919191;
}

.row > .form-item input.is-active + label, .row .form-item select.is-active + label, .row .form-item textarea.is-active + label {
  left: 22px;
}
.row input {
  padding-left: 15px;
}
.row > .form-item label {
  left: 20px;
}

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

label.required:after {
  content: " *";
}

.col {
  flex-basis: auto;
}

input.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 21px;
  margin: auto;
  min-width: 205px;
  outline: 0;
}

.form-block.js-is-loading .contest-form:after {
  position: absolute;
  top: 50%;
}

.ico-mini-info {
  width: 16px;
  height: auto;
}

.regulamin {
  font-size: 0.9rem;
}
.regulamin .paragraf {
  padding-top: 1em;
}
.regulamin a {
  color: #e00819;
  text-decoration: none;
}
.regulamin a:hover, .regulamin a :active {
  text-decoration: underline;
}

.checkbox-container a, .checkbox-container1 a {
  color: #A70D19;
  text-decoration: none;
  transition: all 0.35s ease;
}

.checkbox-container a:hover, .checkbox-container1 a:hover {
  color: black;
}

.checkbox-container .label .read-more1:after {
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 4px;
  transform: rotate(45deg);
  transition: all 0.35s ease;
  width: 6px;
}

.checkbox-container label .read-more, .checkbox-container1 label .read-more1, .checkbox-container .label .read-more1 {
  align-items: center;
  background: #D8D8D8;
  bottom: 0;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 55px;
  height: 27px;
  padding: 5px 20px 5px 9px;
  bottom: -10px;
}

.checkbox-container label .read-more:after, .checkbox-container1 label .read-more1:after, .checkbox-container .label .read-more1:after {
  top: 8px;
}

.checkbox-container label .read-more.is-active:after, .checkbox-container1 label .read-more1.is-active:after, .checkbox-container .label .read-more1.is-active:after {
  transform: rotate(225deg);
  top: 11px;
}

.checkbox-container .label .read-more1.is-active .prefix {
  display: none;
}

.checkbox-container p {
  margin: 6px 0;
}

.checkbox-container .infomark {
  left: 0;
  position: absolute;
  top: -1px;
  content: "I";
  content: "hkjh";
  color: black;
}
.checkbox-container .infomark img {
  width: 20px;
  height: 20px;
}

.checkbox-container .label {
  display: block;
  font-family: MINISansReg, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 35px;
}

.checkbox-container label.short {
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}

.short_rodo {
  margin-bottom: 20px;
}

.short_rodo.is-active {
  height: auto;
  overflow: visible;
}

.checkbox-container1 label.short {
  height: 66px;
}

input.submit, button {
  cursor: pointer;
}

a.mini-link {
  color: black;
}
a.mini-link:hover {
  color: #e00819;
}

.black-section a.mini-link {
  color: white;
}
.black-section a.mini-link:hover {
  color: #e00819;
}

.ico-in-text {
  margin-bottom: -3px;
}

.red {
  color: #e00819;
}

.box-gcdm-toggle .box-gcdm-cnt {
  display: block;
}
.box-gcdm-toggle .plusmark .plus {
  display: none;
}
.box-gcdm-toggle .plusmark .minus {
  display: block;
}

.box-gcdm-closed .box-gcdm-cnt, .active .box-gcdm-cnt {
  display: none;
}
.box-gcdm-closed .plusmark .plus, .active .plusmark .plus {
  display: block;
}
.box-gcdm-closed .plusmark .minus, .active .plusmark .minus {
  display: none;
}

.error-text {
  bottom: -15px;
  color: rgb(225, 202, 0);
  display: block;
  font-size: 10px;
  margin: 0;
}

.error-text.is-hidden {
  display: none;
}

.checkbox-container {
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.checkbox-container .checkmark, .checkbox-container input[type=checkbox] {
  left: 0;
  position: absolute;
  top: -1px;
}

.checkbox-container input[type=checkbox] {
  cursor: pointer;
  height: 20px;
  opacity: 0;
  width: 20px;
  z-index: 1;
}

.checkbox-container .checkmark, .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background: #fff;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
}

.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  background: #000;
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}

.checkbox-container label {
  display: block;
  font-family: MINISansReg, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 35px;
}

.checkbox-container label strong {
  text-transform: uppercase;
}

.checkbox-container1 label {
  display: block;
  font-family: MINISansReg, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 35px;
}

.checkbox-container1 label strong {
  text-transform: uppercase;
}

.checkbox-container1 label.short {
  height: 70px;
  margin-bottom: 20px;
  overflow: hidden;
}

.checkbox-container1 label.short.is-active {
  height: auto;
}

.checkbox-container1 label .read-more1 {
  align-items: center;
  background: #D8D8D8;
  bottom: 0;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  height: 17px;
  justify-content: center;
  padding: 0 20px 0 9px;
  position: absolute;
  right: 0;
  width: 55px;
}

.checkbox-container1 label .read-more1:after {
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 4px;
  transform: rotate(45deg);
  transition: all 0.35s ease;
  width: 6px;
}

.checkbox-container1 label .read-more1.is-active .prefix {
  display: none;
}

.checkbox-container1 label .read-more1.is-active:after {
  transform: rotate(225deg);
  top: 7px;
}

.checkbox-container1 label .read-more {
  align-items: center;
  background: #D8D8D8;
  bottom: 0;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  height: 17px;
  justify-content: center;
  padding: 0 20px 0 9px;
  position: absolute;
  right: 0;
  width: 55px;
}

.checkbox-container1 label .read-more:after {
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 4px;
  transform: rotate(45deg);
  transition: all 0.35s ease;
  width: 6px;
}

.checkbox-container1 label .read-more.is-active .prefix {
  display: none;
}

.checkbox-container1 label .read-more.is-active:after {
  transform: rotate(225deg);
  top: 7px;
}

.checkbox-container label.short {
  height: 70px;
  margin-bottom: 20px;
  overflow: hidden;
}

.checkbox-container label.short.is-active {
  height: auto;
}

.checkbox-container label .read-more {
  align-items: center;
  background: #D8D8D8;
  bottom: 0;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  height: 17px;
  justify-content: center;
  padding: 0 20px 0 9px;
  position: absolute;
  right: 0;
  width: 55px;
}

.checkbox-container label .read-more:after {
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 4px;
  transform: rotate(45deg);
  transition: all 0.35s ease;
  width: 6px;
}

.checkbox-container label .read-more.is-active .prefix {
  display: none;
}

.checkbox-container label .read-more.is-active:after {
  transform: rotate(225deg);
  top: 7px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .form-control {
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 8px;
}

.bg-darker {
  background-color: #e6e6e6;
}

.bg-black {
  background-color: #16171a;
}

@media (min-width: 768px) {
  .bg-md-black {
    background-color: #16171a;
  }
  .bg-md-black a {
    color: #fff;
  }
  .bg-md-black a:hover {
    color: #0062ff;
  }
  .bg-md-black a:active {
    color: #0062ff;
  }
}
.bg-light {
  background: #e6e6e6;
}

.bg-lighter {
  background: #f2f2f2;
}

.text-light {
  color: #ced4da;
}

footer#footer a {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  color: #8e8e8e;
}
footer#footer a:hover, footer#footer a:active {
  color: #262626;
}
footer#footer .menu-top {
  margin: 30px 0px 15px 0px;
}
footer#footer .menu-middle {
  margin: 15px 0px 15px 0px;
}
footer#footer .menu-bottom {
  margin: 15px 0px 30px 0px;
}
footer#footer .menu-footer {
  padding: 0;
}
footer#footer .menu-footer li {
  margin-right: 15px;
  list-style: none;
}
footer#footer .copyright {
  padding-top: 15px;
  clear: both;
}

.logo, .makelife {
  width: 170px;
  max-width: 170px;
  margin-top: 15px;
  position: relative;
}
.logo:before, .makelife:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
.logo.logolines:before, .makelife.logolines:before {
  opacity: 1;
}

.logo:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #16171a;
}

.makelife {
  margin-right: 20px;
}
.makelife:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #16171a;
}

.umenu .makelife {
  margin-right: 10px;
}

h1.main-title {
  display: inline-block;
  padding-top: 0.2em;
}
@media (min-width: 768px) {
  h1.main-title {
    background-color: #212326;
    color: #fff;
  }
}

a .icon-out {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: initial;
  margin-left: 0.4em;
  color: red;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.4px' height='14.2px' viewBox='0 0 14.4 14.2' style='enable-background:new 0 0 14.4 14.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23919191;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='14.4,7 14.4,0 7.5,0 10.2,2.7 0.3,12.6 1.8,14.2 11.7,4.3 '/%3E%3C/svg%3E");
}
a:hover .icon-out {
  color: red;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.4px' height='14.2px' viewBox='0 0 14.4 14.2' style='enable-background:new 0 0 14.4 14.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2316171a;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='14.4,7 14.4,0 7.5,0 10.2,2.7 0.3,12.6 1.8,14.2 11.7,4.3 '/%3E%3C/svg%3E");
}

.calc-slidebox {
  color: #fff;
  background-color: #212326;
  padding: 2.5em 2.5em 2.5em 2.5em;
  font-size: 14px;
  z-index: 1;
}

.calc-title .main-title {
  padding-left: 20px;
}

.equip-toplinks .line-link {
  display: none;
  padding: 0.2em 0em;
}
.equip-toplinks .line-link a {
  color: #bbbbbb;
  text-decoration: none;
}
.equip-toplinks .line-link a:hover {
  color: #16171a;
}
.equip-toplinks .line-link.active {
  display: block;
}
.equip-toplinks .line-link.active a {
  color: black;
}

.tech-data {
  padding-bottom: 40px;
}

.content-block {
  padding-top: 4vh;
  padding-bottom: 15vh;
}
@media (max-width: 1024.98px) {
  .content-block {
    padding-top: 8vh;
    padding-bottom: 4vh;
  }
}

.text-shadow {
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .calc-main-block, .xhid {
    overflow-x: hidden;
  }
}

.contact-mt-lg {
  margin-top: 0px;
  position: relative;
  padding: 2.5em 0;
}

.form-field-title {
  color: #919191;
  font-size: 14px;
}

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

.calc-main-block > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.calc-main-block > .row > .calc-img {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .calc-title {
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .contact-mt-lg {
    margin-top: -150px;
    padding: 2.5em;
  }

  .tech-value {
    font-size: 40px;
  }

  .equip-right.img-fixed {
    background-position: right center;
  }
  .equip-right .equip-pad {
    text-align: right;
  }
  .equip-right .equip-blur .after_blur {
    background-position: right center;
  }

  .list-sticky-top {
    position: sticky;
    top: 85px;
    z-index: 1020;
    margin-bottom: 4px;
  }

  .calc-title {
    position: absolute;
    z-index: 2;
  }

  .calc-img {
    margin-left: -8.3333333%;
    margin-right: 0;
    transform: translateX(-8%);
  }
  .calc-img img {
    transform: translateX(8%) scale(1);
  }

  .calc-slidebox {
    margin-left: 0;
  }

  .calc-sliders {
    width: 50%;
  }

  .main-title {
    display: inline-block;
    padding: 0 0.6em 0.3em 20px;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .tech-value {
    font-size: 50px;
  }

  .calc-img img {
    transform: translateX(8%) scale(1.1);
  }

  .calc-sliders {
    width: 40%;
  }

  .calc-title {
    margin-left: 8%;
  }

  .calc-slidebox {
    margin-left: 8%;
    margin-bottom: 40px;
    font-size: 15px;
  }

  .contact-mt-lg {
    margin-top: -200px;
  }
}
@media (min-width: 1370px) {
  .contact-mt-lg {
    margin-top: -500px;
  }

  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .img-fix {
    max-height: 90vh;
  }

  .calc-slidebox {
    margin-left: 8%;
    margin-bottom: 40px;
    font-size: 15px;
  }

  .calc-img img {
    transform: translateX(14%) scale(1);
  }
}
.gcdm-usage-text-headline {
  font-weight: bold;
  padding-bottom: 15px;
}

.boxcolor-bg {
  background: rgb(222, 222, 222);
  background: linear-gradient(0deg, rgb(222, 222, 222) 0%, rgba(247, 247, 247, 0.8491771709) 100%);
}

.boxcolor-bg .equip-box.jpg_img > div {
  max-width: 1000px;
  overflow: hidden;
}
.boxcolor-bg .equip-box.jpg_img > div img {
  transform: scale(1.42);
}

.border-bottom-grey-1 {
  border-bottom: solid 1px #f2f2f2;
}

@media (max-width: 767.98px) {
  .img-fixed {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .container-pad-1800.equip-pad {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.equip-centent {
  position: relative;
}

.equip-text {
  margin-top: -45px;
  height: 100%;
}

.equip-md-text {
  margin-top: 0;
}

@media (min-width: 768px) {
  .equip-text {
    max-width: 400px;
  }

  .equip-md-text {
    margin-top: -45px;
  }

  .equip-middle {
    min-height: 70vh;
    margin-left: 0;
    /* background-color: violet; */
    display: flex;
  }

  .equip-toplinks .line-link {
    display: block !important;
    font-size: 20px;
    padding: 0.2em 1em;
  }
  .equip-toplinks .line-link.active {
    opacity: 1;
  }
  .equip-toplinks .line-link.active a {
    position: relative;
    display: block;
  }
  .equip-toplinks .line-link.active a:before {
    content: "";
    height: 3px;
    width: 100%;
    top: -8px;
    display: inline-block;
    background-color: black;
    position: absolute;
  }

  .equip-centent {
    display: inline-flex;
    min-height: 70vh;
    height: 100%;
    z-index: 1;
  }

  .equip-blur {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .equip-blur .front_blur {
    height: 100%;
    width: 100%;
    background-color: rgba(23, 23, 23, 0.5);
    position: absolute;
    z-index: 1;
  }
  .equip-blur .after_blur {
    height: 100%;
    width: 100%;
    background-size: auto 1024px;
    background-position: left center;
    background-position-y: calc(50% - 10px);
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .equip-centent-box {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .img-fixed {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 1024px;
    background-clip: border-box;
    background-attachment: scroll;
  }
  .img-fixed > img {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 1025px) {
  .equip-text {
    max-width: 524px;
  }

  .equip-toplinks .line-link {
    padding: 0.2em 1.3em;
    font-size: 25px;
  }

  .equip-centent-box {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .img-fixed {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .equip-blur .after_blur {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.img-blur .after_blur {
  background-image: url("https://dece.stronazen.pl/i/_fiddle/motorrad/3_desktop_1920x1080_k1600b.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-attachment: fixed;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .img-blur .after_blur {
    background-attachment: scroll;
    background-image: none;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .img-blur .after_blur {
    background-attachment: scroll;
    background-image: none;
  }
}

.selector:not(*:root) .img-blur .after_blur {
  background: none;
}
.selector:not(*:root) .opacity-0 {
  opacity: 1;
}

.blur-content {
  z-index: 10;
}

.img-blur {
  position: relative;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .opacity-0 {
    opacity: 0;
  }

  /* IE11 */
  *::-ms-backdrop, .equip-blur .after_blur {
    display: none !important;
  }

  /* IE11 */
  *::-ms-backdrop, .equip-blur .front_blur {
    background-color: rgba(23, 23, 23, 0.7) !important;
  }

  /* IE11 */
  *::-ms-backdrop, .d-inline-block.d-msf-inline {
    display: inline !important;
  }

  /* IE11 */
  *::-ms-backdrop, .img-fixed {
    background-attachment: scroll !important;
  }

  /* IE11 */
  *::-ms-backdrop, .img-fluid {
    width: 100%;
  }

  /* IE11 */
  *::-ms-backdrop, .equip-middle {
    display: block;
    margin-top: 20px;
  }

  /* IE11 */
  /* IE11 */
}
.lh1 {
  line-height: 1 !important;
}
.lh1 h1, .lh1 h2, .lh1 h3, .lh1 h4, .lh1 h5, .lh1 h6, .lh1 .h1, .lh1 .h2, .lh1 .h3, .lh1 .h4, .lh1 .h5, .lh1 .h6 {
  line-height: 1 !important;
}

.height-100 {
  height: 100%;
}

.img-blur {
  display: inline-block;
  /*  backdrop-filter: blur(20px); */
}

@-webkit-keyframes animateThis {
  0% {
    width: 40%;
  }
  50% {
    width: 40%;
  }
  100% {
    width: 40%;
  }
}
@-webkit-keyframes animateBlurff {
  0% {
    filter: blur(20px);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(20px);
  }
}
@-webkit-keyframes animateBlur {
  0% {
    /* backdrop-filter: blur(20px); */
    filter: blur(20px);
  }
  50% {
    /*   backdrop-filter: blur(5px); */
    filter: blur(0px);
  }
  100% {
    /*   backdrop-filter: blur(20px); */
    filter: blur(20px);
  }
}
@-webkit-keyframes animateOpacity {
  0% {
    /* backdrop-filter: blur(20px); */
    opacity: 1;
  }
  50% {
    /*   backdrop-filter: blur(5px); */
    opacity: 0;
  }
  100% {
    /*   backdrop-filter: blur(20px); */
    opacity: 1;
  }
}
.abs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-body .col-xs-12 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.signmid-text {
  padding-top: 25px;
}

.line-left, .line-right {
  display: inline-block;
  background-color: #16171a;
  height: 2px;
  width: 222px;
}

.model-item {
  background-color: white;
  position: relative;
  height: 100%;
  padding: 1.25em;
}
.model-item a {
  display: block;
  height: 100%;
  position: relative;
  outline: 0;
}
.register-form .accordion .models-list .card-body {
  padding-bottom: 1.5em;
}

.vehicle-list.main-list .model-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #16171a;
}
.vehicle-list.main-list .model-item a:hover:after {
  background-color: #0062ff;
}
.vehicle-list.main-list .model-item .model-desc {
  min-height: 190px;
}
.vehicle-list.menu-upper .model-item a:hover:after {
  background-color: #0062ff;
}
@media (min-width: 1025px) {
  .menu-card {
    display: inline-block;
  }
}

.menu-link {
  cursor: pointer;
}
.menu-link a {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.menu-link a.link-bold:not(.collapsed) {
  font-weight: bold;
}
@media (min-width: 768px) {
  .menu-link a.link-bold:not(.collapsed):after {
    opacity: 1;
    transform: translateX(-50%) translateY(6px);
    font-weight: normal;
  }
}
.menu-link a:before {
  font-weight: bold;
  display: block;
  content: attr(data-text);
  height: 0;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .menu-link a:not(.nosub):after {
    font-family: "ico_moto";
    content: "\e806";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 40px;
    transform: translateX(-50%) translateY(-4px);
    /* width: 16px; */
    height: 50px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
}
.menu-link a:hover {
  color: #16171a !important;
}
.menu-link a:hover:not(.collapsed) {
  font-weight: bold;
}
.menu-link a:hover:after {
  opacity: 1;
  transform: translateX(-50%) translateY(1px);
}
.menu-link a.collapse {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .menu-link {
    display: inline-block;
  }
  .menu-link a {
    font-size: 22px;
    padding: 35px 18px;
    padding-top: 10px;
  }
}
@media (max-width: 1024.98px) {
  .menu-link a {
    font-size: 22px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-bottom: 0.2em;
    border-bottom: 3px solid transparent;
    display: block;
    text-align: left;
  }
  .menu-link a:not(.collapsed) {
    border-bottom: 3px solid black;
  }
}

.menu-body {
  width: 100%;
}
.menu-body .model-col {
  opacity: 0;
}
.menu-body.show .model-col {
  opacity: 1;
}
@media (min-width: 1025px) {
  .menu-body {
    position: absolute;
    height: auto;
    left: 0;
    padding: 0 20px;
  }
}

.model-desc {
  padding-top: 7px;
  font-size: 14px;
  line-height: 19px;
}

.main .model-col {
  margin-bottom: 20px;
}

.model-picture {
  overflow: hidden;
  margin-bottom: 1.25em;
}

a .model-picture img {
  transform: scale(1);
}
a:hover .model-picture img {
  transform: scale(1.15);
}
a.link-nocolor, a.model-link {
  color: inherit;
  text-decoration: none;
}

.mobile-selector {
  padding-bottom: 8px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 0 solid transparent;
}
.mobile-selector.active {
  border-bottom: 4px solid #16171a;
}

.tab-list {
  display: block;
}
@media (max-width: 767.98px) {
  .tab-list {
    display: none;
  }
}
.tab-list .list_item {
  display: block;
}
.tab-list .list_item.active a {
  font-weight: bold;
}
.tab-list .list_item a {
  padding: 0.5em 0 0.4em;
  display: block;
  text-decoration: none;
  color: #16171a;
  font-size: 20px;
}
.tab-list .list_item a:hover {
  font-weight: bold;
}
.tab-list .list_item:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .tab-list {
    display: block !important;
    text-align: center;
  }
  .tab-list .list_item {
    display: inline-block;
    margin-right: 0.2em;
  }
  .tab-list .list_item.active a {
    font-weight: bold;
    text-align: center;
  }
  .tab-list .list_item.active a:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #e6e6e6 transparent;
  }
  .tab-list .list_item.active.list_item_dwhite a:before {
    border-color: transparent transparent white transparent;
  }
  .tab-list .list_item a {
    padding: 1.4em 0.4em;
    font-size: 18px;
    color: #fff;
  }
  .tab-list .list_item a:after {
    font-weight: bold;
    display: block;
    content: attr(data-text);
    height: 0;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
  }
  .tab-list .list_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-abs-cnt:after {
    display: block;
    content: "";
    height: 100px;
  }
  .menu-abs-cnt .menu-abs {
    position: absolute;
    height: auto;
    overflow: visible;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  .tab-list .list_item {
    margin-right: 0.4em;
  }
  .tab-list .list_item a {
    padding: 1.4em 0.4em;
    font-size: 22px;
  }
}
.gcdm-usage-text-above {
  margin-bottom: 15px;
}

.gcdm-usage-text-child, .gcdm-text-secondary {
  font-size: 12px;
  color: #919191;
  padding-bottom: 20px;
}

#terms {
  padding-bottom: 20px;
}

#cookie_notification {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
}

#cookie_notification {
  overflow: hidden;
}

.cookie-page h1, .cookie-page h2, .cookie-page h3, .cookie-page h4, .cookie-page h5, .cookie-page h6 {
  text-transform: inherit !important;
  letter-spacing: 0px;
}
.cookie-page .joined-link {
  font-family: "BMW Type Web", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.cookie-page .joined-link:hover {
  color: #0062ff;
}
.cookie-page .joined-link.link-block {
  padding-left: 2em;
  display: inline-block;
}
.cookie-page .joined-link[class*=link-] [class^=icon-]:before, .cookie-page .joined-link[class*=link-] [class*=" icon-"]:before {
  /* padding: 0.5em; */
  /* background-color: red; */
}
.cookie-page .pull-left {
  float: left !important;
}
.cookie-page .ul-no-padding {
  padding: 0;
}
.cookie-page .li-style-none {
  list-style-type: none;
}
.cookie-page .fill-vert {
  height: 100%;
}
.cookie-page .check-list {
  margin: 0.5em 0;
  padding-left: 30px;
}
.cookie-page .check-list svg {
  margin-left: -30px !important;
}
.cookie-page ul.check-list {
  padding-left: 30px;
  margin-left: -10px;
}
.cookie-page ul.check-list li {
  padding-left: 10px;
  padding-bottom: 5px;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.2px' height='14.2px' viewBox='0 0 14.2 14.2' style='enable-background:new 0 0 14.2 14.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%233465AF;stroke-width:1.5;stroke-miterlimit:10;%7d %3c/style%3e%3cpolyline class='st0' points='1,7.6 4.8,11.4 13.2,2.9 '/%3e%3c/svg%3e");
}
.cookie-page .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 520px) and (max-width: 767px) {
  .cookie-page .row-eq-height .col-xs-12 {
    width: 50%;
  }
}
.cookie-page .transform-midddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-page div[data-csstip] {
  position: relative;
}
.cookie-page div[data-csstip]:before {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  content: attr(data-csstip-content);
  background-color: #fff;
  transform: translateY(-115%) translateX(-50%);
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em;
}
@media (max-width: 499.98px) {
  .cookie-page div[data-csstip]:before {
    left: auto;
    right: 0;
    transform: translateY(-115%) translateX(0);
  }
}
.cookie-page div[data-csstip]:hover::before {
  opacity: 1;
  pointer-events: all;
}
.cookie-page .d-table-cell {
  display: table-cell !important;
}
.cookie-page .bg-grey-1 {
  background-color: #e6e6e6;
}
.cookie-page .border-grey-1 {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.cookie-page .btn {
  /*&.padding-10 {
  	padding: 14px ;
  }*/
}
.cookie-page .border-bottom-grey-1 {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cookie-page .p-5 {
  padding: 3rem !important;
}
.cookie-page .toggler-horizontal {
  -webkit-transition: background-position 0s;
  -moz-transition: background-position 0s;
  -ms-transition: background-position 0s;
  -o-transition: background-position 0s;
  transition: background-position 0s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  width: 34px;
  height: 34px;
  right: 0;
  text-align: left;
  z-index: 2005;
  position: absolute !important;
  opacity: 0.5;
}
.cookie-page .toggler-horizontal a {
  display: block;
}
.cookie-page .toggler-arrows {
  top: 0;
  width: 34px;
  height: 34px;
  background-image: url(../img/icons.gif);
  background-position: -492px -3px;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.cookie-page .toggler-arrows.arrow_active {
  background-image: url(../img/icons.gif);
  background-position: -460px -3px;
  left: 0;
}

.cookie-page {
  background-color: #fff !important;
}

.cookie-text h4 {
  margin-top: 2em;
}

.onoffswitch {
  width: 60px;
  /*	input:disabled:not([checked]) + label {

  		.path {

  			stroke: $gray-600 !important;

  		}

  	}*/
}
.onoffswitch input {
  display: none;
}
.onoffswitch label {
  display: block;
  position: relative;
  cursor: pointer;
}
.onoffswitch label .path {
  fill: none;
  stroke: #fff;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.onoffswitch label > span {
  border: 1px solid #d6d6d6;
  display: block;
  background-color: #fff;
  width: 60px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
.onoffswitch label > span.onoffswitch-inner {
  display: none;
}
.onoffswitch label::after {
  display: block;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  background-color: #16171a;
  content: "";
  /*	animation-name: toggler-size;
  	animation-duration: .15s;
  	animation-timing-function: ease-out;
  	animation-direction: normal;
  	animation-iteration-count: 1;
  	animation-play-state: running;*/
}
.onoffswitch label:hover::after {
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
}
.onoffswitch label::after,
.onoffswitch label .toggler-on,
.onoffswitch label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 100%;
  border: 1px solid #b1b1b1;
}
.onoffswitch input:disabled + label .path {
  stroke: #919191 !important;
}
.onoffswitch input:disabled + label::after {
  background-color: #f2f2f2 !important;
}
.onoffswitch input:checked + label .path {
  stroke: #0062ff;
}
.onoffswitch input:checked + label > span {
  background-color: #fff;
}
.onoffswitch input:checked + label::after,
.onoffswitch input:checked + label .toggler-on,
.onoffswitch input:checked + label .toggler-off {
  left: 75%;
}
.onoffswitch input:checked + label::after {
  background-color: #fff;
  animation-name: toggler-size2;
}
.onoffswitch input:disabled + label > span {
  background-color: #e6e6e6;
}
.onoffswitch .toggler-on,
.onoffswitch .toggler-off {
  opacity: 1;
  z-index: 2;
}
.onoffswitch input:checked + label .toggler-off,
.onoffswitch input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

@keyframes toggler-size {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes toggler-size2 {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
.cookie-height {
  max-height: 30vh;
  overflow: auto;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  /* IE11 */
}
html {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  padding-top: 85px;
}
body.model-page {
  padding-top: 142px;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 85px;
  }
  body.lvl2_open {
    overflow: hidden;
  }
}
body > section {
  margin-bottom: 120px;
}
@media (max-width: 1024.98px) {
  body > section {
    margin-bottom: 60px;
  }
}

#vehiclelist {
  transition: all 0.5s ease;
}

body.menu-on .sticky-top {
  top: 84px !important;
}

section {
  padding-top: 100px;
}
section#vehiclelist {
  padding-top: 0;
}
@media (max-width: 1024.98px) {
  section {
    padding-top: 60px;
  }
}

.menu_lvl2_cnt {
  height: calc(100vh - 44px);
  overflow: auto;
}

.mobileswich .offername {
  opacity: 1;
}

.lvl2_open .mobileswich .offername {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .lvl2_open .nav_lvl2 {
    background-color: #f2f2f2;
  }
}

ol, ul, dl {
  margin: 0;
}

/*p {
    margin:0;
}*/
/*img {
    width:auto;
    height: auto;
}*/
.overfl-x {
  overflow-x: hidden;
}

.container-fluid.p0, .p0.container-sm, .p0.container-md, .p0.container-lg, .p0.container-xl {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.p0 > .row, .p0.container-sm > .row, .p0.container-md > .row, .p0.container-lg > .row, .p0.container-xl > .row {
  margin-right: 0;
  margin-left: 0;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2679ff;
}

::selection {
  color: #fff;
  background: #2679ff;
}

.header-img, .header-simple-img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 1600px;
}

.header {
  background-position: center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .header body {
    padding-top: 99px;
  }
}

.swiper-pagination {
  position: relative;
  z-index: 1;
  width: 100%;
  align-items: center;
}

.swiper-container:hover .swiper-button-prev:not(#infoToggle), .swiper-container:hover .swiper-button-next:not(#infoToggle) {
  opacity: 1 !important;
}

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

.icon-40 {
  font-size: 40px;
}

body {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
  letter-spacing: 0;
}

.joined-link, .btn, .menu_links, .btn.typo-headlines-s-mixed, article .btn.typo-headlines-s-mixed {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif !important;
}

.joined-link:hover {
  color: #16171a;
}

.bg_white {
  background-color: #fff;
}

footer .item {
  margin-bottom: 23px;
}
footer .s_icons .item {
  margin-right: 3em;
}
footer .s_icons .item .icon {
  margin-right: 0.8em;
}
@media (max-width: 767.98px) {
  footer .s_icons .item {
    width: 100%;
  }
}
footer .actions_offset {
  padding-bottom: 15px;
}
footer .actions_offset.active {
  padding-bottom: 66px;
}
footer.bg-grey-6 {
  background-color: #e6e6e6;
}
footer a:not(.btn) {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
  color: #919191;
  text-decoration: none;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
  transition: All 0.1s ease;
}
footer a:not(.btn).icon-footer svg path {
  fill: #919191;
}
footer a:not(.btn):visited {
  color: #919191;
}
footer a:not(.btn):hover, footer a:not(.btn):active {
  color: #16171a;
}
footer a:not(.btn):hover.icon-footer svg path, footer a:not(.btn):active.icon-footer svg path {
  fill: #16171a;
}

.current_tmp .t_item_cnt, .current_permanent_solo, .current_permanent, .current_permanent_solo > .t_item_cnt, .current_permanent > .t_item_cnt {
  border-bottom: 4px solid #0062ff;
}

.bg-grey-gradient:not(.bg-white) {
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
  background-size: cover;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.row.bot_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.fill-vert {
  height: 100%;
}

/*.margin-top-2, mt-2 {
  margin-top: 5px;
  //background-color: #111;
  @include media-breakpoint-up(sm) {
    margin-top: 5px;
    //background-color: #red;
  }
  @include media-breakpoint-up(md) {
    margin-top: 20px;
    //background-color: #666;
  }
  @include media-breakpoint-up(lg) {
    margin-top: 20px;
    //background-color: #eee;
  }
}*/
/*.margin-top-4, mt-4 {
  margin-top: 20px;
  //background-color: #111;
  @include media-breakpoint-up(sm) {
    margin-top: 20px;
    //background-color: #red;
  }
  @include media-breakpoint-up(md) {
    margin-top: 40px;
    //background-color: #666;
  }
  @include media-breakpoint-up(lg) {
    margin-top: 60px;
    //background-color: #eee;
  }
}*/
body.m_activ {
  position: fixed;
  width: 100%;
  top: 0;
}

.pading-0-05 {
  padding: 0 5px;
}

.font-15 {
  font-size: 15px;
}

.font-48 {
  font-size: 48px;
}

.font-96 {
  font-size: 96px;
}

.font_bmw, .dealer_service_box a:not(.btn), .head_b {
  font-family: "Motofont", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.f_valign_cnt {
  align-items: center;
}

.head_b {
  font-size: 15px;
}

.w-640 {
  max-width: 640px;
  margin: auto;
}

.dealer_service_box .service_link {
  font-size: 0.9em;
}
@media (min-width: 1025px) {
  .dealer_service_box .col-12-6-3-3 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.dealer_service_box a:not(.btn) {
  margin-bottom: 15px;
  padding: 20px;
  color: #16171a;
  display: block;
  background-color: #f2f2f2;
}
@media (min-width: 1025px) {
  .dealer_service_box a:not(.btn) {
    height: 100%;
  }
}
.dealer_service_box a:not(.btn) .text {
  color: #919191;
}
.dealer_service_box a:not(.btn):visited, .dealer_service_box a:not(.btn):active, .dealer_service_box a:not(.btn):focus {
  color: #16171a !important;
}
.dealer_service_box a:not(.btn):hover {
  background-color: #e6e6e6;
}
.dealer_service_box a:not(.btn):hover .text {
  color: #919191;
}
.dealer_service_box a:not(.btn):focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.dealer_service_box a:not(.btn) span {
  display: block;
}
.dealer_service_box a:not(.btn) [class^=icon-]:before, .dealer_service_box a:not(.btn) [class*=" icon-"]:before {
  font-size: 3.6rem;
}

.horizontal > div {
  display: inline-block;
}

/*.test {
  background-color: #555;
  @include make-container();
  @include make-container-max-widths;

}*/
/*.open:not(.active_lvl1) .lvl_2 > div, .open:not(.active_lvl1) .lvl_1 > div {

  &:after {
    display: none;
  }
}*/
.m_row, .car_cnt {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.car_cnt {
  padding: 40px 20px;
}

.car_p-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.car-card .car_overflow {
  position: absolute;
  width: 100%;
  display: block;
  opacity: 0;
}
.car-card .car_overflow .card-img {
  opacity: 0;
}
.car-card .car_overflow .typo-headlines-l-mixed {
  opacity: 0;
}
.car-card .card-img {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.car-card .card-img img {
  transform: scale(1) translateX(10px);
  transition: all 0.2s ease-in-out;
}
.car-card:hover .card-img img {
  transform: scale(1.08) translateX(10px);
}
.car-card:hover .car_overflow {
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 1;
  top: 5px;
  left: -3px;
  padding: 0;
  border: 0 solid #888;
  /* text-align: center; */
}

.car-card.all {
  max-width: 100%;
  /* margin: auto; */
  flex: none;
}

#main {
  padding: 0 !important;
}

.container_fdis {
  margin: auto;
  clear: both;
}

.video-container > iframe {
  width: 100%;
}

.no-gap.container-fluid, .no-gap.container-sm, .no-gap.container-md, .no-gap.container-lg, .no-gap.container-xl {
  padding-left: 0;
  padding-right: 0;
}

.container-pad-1800 {
  max-width: 1800px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  width: 100%;
}
.container-pad-1800.marg-const {
  padding-left: 8%;
  padding-right: 8%;
}
@media (min-width: 1025px) {
  .container-pad-1800 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.container-header {
  max-width: 1800px;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
}
@media (min-width: 1025px) {
  .container-header {
    padding-left: 8%;
    padding-right: 8%;
    margin: auto;
  }
}

.container, .cookies, .container-max, .container_fdis {
  max-width: calc(12.3% + 1600px);
  padding-left: 12.3%;
  padding-right: 12.3%;
}

.container-max {
  padding-right: 20px;
  padding-left: 20px;
}

.container-100 {
  padding-right: 10px;
  padding-left: 10px;
}

.offer-border-left {
  padding-left: 15px !important;
}

@media (max-width: 767.98px) {
  .container, .cookies, .container-max, .container_fdis, .container-pad-1800 {
    padding-left: 8.3%;
    padding-right: 8.3%;
  }
}

/*# sourceMappingURL=motorcalc.css.map */
