@charset "UTF-8";
/* $spacers: map-merge(
  (
    0: 0,
    1: ($spacer * .25),
    2: ($spacer * .5),
    3: $spacer,
    4: ($spacer * 1.5),
    5: ($spacer * 3)
  ),
  $spacers
);*/
:root {
  --font: BMWNext, Arial, Helvetica, Noto Sans, sans-serif;
  /*
  	$white:    #fff !default; // e.g. page background,
  	$gray-100: #f6f6f6 ; // Grey 4 cookie fallback/footer
  	$gray-200: #f2f2f2 ; // Grey 1 deviding lines / text backgrounds
  	//$gray-300: #dee2e6 ;
  	$gray-400: #e6e6e6 ;
  	$gray-500: #8e8e8e ; // Grey 3 - #bbbbbb navigation texts, check- boxes, radio buttons
  	//$gray-600: #8e8e8e ; // gray-6 e.g. link text
  	$gray-700: #666666 ; // Grey 2 secondary button default, command link
  	$gray-800: #4d4d4d ; // Grey 5 - #4d4d4d e. g. secondary button default
  	//$gray-900: #212529 ;
  	$black:    #262626 ; // Text colour
  	$black-000:    #000000 ; // Text colour
  	*/
  --black-0: #000000;
  --black: #262626;
  --black-logo: #6f6f6f;
  --gray1: #4d4d4d;
  --gray2: #666666;
  --gray3: #6f6f6f;
  --gray4: #e6e6e6;
  --gray5: #f2f2f2;
  --gray6: #f6f6f6;
  --white: #fff;
  --text-link: #212529;
  --prim: #1C69D4;
  --gfx-limit: 1920px;
  --base-font-weight: 300;
  --thin-font-weight: 100;
  --bold-font-weight: 500;
  --ui-font-weight: var(--bold-font-weight);
  --spacer: 1rem;
  --padding-mult: 1.5;
  --padding-var: .5rem;
  --padding-cnt_t: 3rem;
  --padding-cnt: calc(var(--spacer) * var(--padding-mult));
}

@media (min-width: 768px) {
  :root {
    --padding-mult: 3;
  }
}
@media (min-width: 1400px) {
  :root {
    --padding-mult: 6;
  }
}
*,
*::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(38, 38, 38, 0);
}

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

body {
  margin: 0;
  font-family: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  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: 700;
}

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: #1C69D4;
  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;
}

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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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 {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container_fdis {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container, .container_fdis {
    max-width: 1278px;
  }
}
@media (min-width: 1025px) {
  .container, .container_fdis {
    max-width: 1920px;
  }
}
@media (min-width: 1400px) {
  .container, .container_fdis {
    max-width: 2560px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container, .container_fdis {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container-lg, .container-md, .container-sm, .container, .container_fdis {
    max-width: 1278px;
  }
}
@media (min-width: 1025px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container_fdis {
    max-width: 1920px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container_fdis {
    max-width: 2560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [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: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    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;
    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;
    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: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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: #1C69D4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(22.05, 82.6875, 166.95) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #1C69D4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(22.05, 82.6875, 166.95) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-nosuccess:hover, a.bg-nosuccess:focus,
button.bg-nosuccess:hover,
button.bg-nosuccess:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-text-link {
  background-color: #212529 !important;
}

a.bg-text-link:hover, a.bg-text-link:focus,
button.bg-text-link:hover,
button.bg-text-link:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-black-000 {
  background-color: #000000 !important;
}

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

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: rgb(12.5, 12.5, 12.5) !important;
}

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

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(22.05, 82.6875, 166.95) !important;
}

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

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

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

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

.border-right {
  border-right: 2px solid #dee2e6;
}

.border-bottom, .menu_links .link_cnt {
  border-bottom: 2px solid #dee2e6;
}

.border-left {
  border-left: 2px solid #dee2e6;
}

.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: #1C69D4 !important;
}

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

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

.border-info {
  border-color: #1C69D4 !important;
}

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

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

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

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

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

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

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

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

.border-blue {
  border-color: #1C69D4 !important;
}

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

.border-white {
  border-color: #fff !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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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: 1400px) {
  .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%;
}

.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: 576px) {
  .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: 1400px) {
  .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: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-4,
.my-4 {
  margin-top: 4.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*    @each $size, $length in $spacers {
      @if $size != 0 {
        .m-n { margin: -$length !important; }
        .mt-n,
        .my-n {
          margin-top: -$length !important;
        }
        .mr-n,
        .mx-n {
          margin-right: -$length !important;
        }
        .mb-n,
        .my-n {
          margin-bottom: -$length !important;
        }
        .ml-n,
        .mx-n {
          margin-left: -$length !important;
        }
      }
    }*/
.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 10rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 10rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 10rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 10rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 10rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 10rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 10rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-sm-n { margin: -$length !important; }
          .mt-sm-n,
          .my-sm-n {
            margin-top: -$length !important;
          }
          .mr-sm-n,
          .mx-sm-n {
            margin-right: -$length !important;
          }
          .mb-sm-n,
          .my-sm-n {
            margin-bottom: -$length !important;
          }
          .ml-sm-n,
          .mx-sm-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important;
  }
  .m-md-5 {
    margin: 10rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 10rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 10rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 10rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important;
  }
  .p-md-5 {
    padding: 10rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 10rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 10rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 10rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 10rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-md-n { margin: -$length !important; }
          .mt-md-n,
          .my-md-n {
            margin-top: -$length !important;
          }
          .mr-md-n,
          .mx-md-n {
            margin-right: -$length !important;
          }
          .mb-md-n,
          .my-md-n {
            margin-bottom: -$length !important;
          }
          .ml-md-n,
          .mx-md-n {
            margin-left: -$length !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-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 10rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 10rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 10rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 10rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 10rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 10rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 10rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-lg-n { margin: -$length !important; }
          .mt-lg-n,
          .my-lg-n {
            margin-top: -$length !important;
          }
          .mr-lg-n,
          .mx-lg-n {
            margin-right: -$length !important;
          }
          .mb-lg-n,
          .my-lg-n {
            margin-bottom: -$length !important;
          }
          .ml-lg-n,
          .mx-lg-n {
            margin-left: -$length !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: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 10rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 10rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 10rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 10rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 10rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 10rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 10rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-xl-n { margin: -$length !important; }
          .mt-xl-n,
          .my-xl-n {
            margin-top: -$length !important;
          }
          .mr-xl-n,
          .mx-xl-n {
            margin-right: -$length !important;
          }
          .mb-xl-n,
          .my-xl-n {
            margin-bottom: -$length !important;
          }
          .ml-xl-n,
          .mx-xl-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 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: 1400px) {
  .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: 200 !important;
}

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(19.075, 71.53125, 144.425) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #1C69D4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(19.075, 71.53125, 144.425) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-nosuccess {
  color: #dc3545 !important;
}

a.text-nosuccess:hover, a.text-nosuccess:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-text-link {
  color: #212529 !important;
}

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

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

a.text-blue:hover, a.text-blue:focus {
  color: rgb(19.075, 71.53125, 144.425) !important;
}

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

a.text-gray:hover, a.text-gray:focus {
  color: rgb(63.75, 63.75, 63.75) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(38, 38, 38, 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-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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);
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 660px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

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

.figure {
  display: inline-block;
}

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

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

.btn, .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 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, .wp-block-button .wp-block-button__link {
    transition: none;
  }
}
.btn:hover, .wp-block-button .wp-block-button__link:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .wp-block-button .wp-block-button__link:focus, .btn.focus, .wp-block-button .focus.wp-block-button__link {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.btn.disabled, .wp-block-button .disabled.wp-block-button__link, .btn:disabled, .wp-block-button .wp-block-button__link:disabled {
  opacity: 0.65;
}
a.btn.disabled, .wp-block-button a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-button a.wp-block-button__link,
.wp-block-button fieldset:disabled a.wp-block-button__link {
  pointer-events: none;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
}
.btn-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary.focus, .wp-block-button:not(.is-style-outline) .focus.wp-block-button__link {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}
.btn-primary.disabled, .wp-block-button:not(.is-style-outline) .disabled.wp-block-button__link, .btn-primary:disabled, .wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:not(:disabled):not(.disabled):active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .wp-block-button:not(.is-style-outline) .show > .dropdown-toggle.wp-block-button__link {
  color: #fff;
  background-color: rgb(22.05, 82.6875, 166.95);
  border-color: rgb(20.5625, 77.109375, 155.6875);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .wp-block-button:not(.is-style-outline) .show > .dropdown-toggle.wp-block-button__link:focus {
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.05, 82.6875, 166.95);
  border-color: rgb(20.5625, 77.109375, 155.6875);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-nosuccess {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-nosuccess:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-nosuccess:focus, .btn-nosuccess.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-nosuccess.disabled, .btn-nosuccess:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-nosuccess:not(:disabled):not(.disabled):active, .btn-nosuccess:not(:disabled):not(.disabled).active, .show > .btn-nosuccess.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-nosuccess:not(:disabled):not(.disabled):active:focus, .btn-nosuccess:not(:disabled):not(.disabled).active:focus, .show > .btn-nosuccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-text-link {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-text-link:hover {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-text-link:focus, .btn-text-link.focus {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-text-link.disabled, .btn-text-link:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-text-link:not(:disabled):not(.disabled):active, .btn-text-link:not(:disabled):not(.disabled).active, .show > .btn-text-link.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(4.5709459459, 5.125, 5.6790540541);
}
.btn-text-link:not(:disabled):not(.disabled):active:focus, .btn-text-link:not(:disabled):not(.disabled).active:focus, .show > .btn-text-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(66.3, 69.7, 73.1, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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(82.45, 87.55, 92.65, 0.5);
}

.btn-black-000 {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-000:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-000:focus, .btn-black-000.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black-000.disabled, .btn-black-000:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-000:not(:disabled):not(.disabled):active, .btn-black-000:not(:disabled):not(.disabled).active, .show > .btn-black-000.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-000:not(:disabled):not(.disabled):active:focus, .btn-black-000:not(:disabled):not(.disabled).active:focus, .show > .btn-black-000.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-black:hover {
  color: #fff;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: rgb(18.875, 18.875, 18.875);
  border-color: rgb(12.5, 12.5, 12.5);
  box-shadow: 0 0 0 0rem rgba(70.55, 70.55, 70.55, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.5, 12.5, 12.5);
  border-color: rgb(6.125, 6.125, 6.125);
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(70.55, 70.55, 70.55, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: rgb(23.5375, 88.265625, 178.2125);
  border-color: rgb(22.05, 82.6875, 166.95);
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.05, 82.6875, 166.95);
  border-color: rgb(20.5625, 77.109375, 155.6875);
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(62.05, 127.5, 218.45, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-gray:hover {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
  box-shadow: 0 0 0 0rem rgba(124.95, 124.95, 124.95, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.5, 76.5, 76.5);
  border-color: rgb(70.125, 70.125, 70.125);
}
.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(124.95, 124.95, 124.95, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-outline-primary.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-primary.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link, .btn-outline-primary:disabled, .wp-block-button.is-style-outline .wp-block-button__link:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-nosuccess {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:focus, .btn-outline-nosuccess.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-nosuccess.disabled, .btn-outline-nosuccess:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-nosuccess:not(:disabled):not(.disabled):active, .btn-outline-nosuccess:not(:disabled):not(.disabled).active, .show > .btn-outline-nosuccess.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:not(:disabled):not(.disabled):active:focus, .btn-outline-nosuccess:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-nosuccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-text-link {
  color: #212529;
  border-color: #212529;
}
.btn-outline-text-link:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-text-link:focus, .btn-outline-text-link.focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}
.btn-outline-text-link.disabled, .btn-outline-text-link:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-text-link:not(:disabled):not(.disabled):active, .btn-outline-text-link:not(:disabled):not(.disabled).active, .show > .btn-outline-text-link.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-text-link:not(:disabled):not(.disabled):active:focus, .btn-outline-text-link:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-black {
  color: #262626;
  border-color: #262626;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #262626;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}

.btn-outline-blue {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-gray {
  color: #666666;
  border-color: #666666;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0rem rgba(102, 102, 102, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #666666;
  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: #666666;
  border-color: #666666;
}
.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(102, 102, 102, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #1C69D4;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 1.0625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
}

.btn-sm {
  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: 2rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1C69D4;
  background-color: #1C69D4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(129.125, 174.84375, 238.375);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(174.175, 203.53125, 244.325);
  border-color: rgb(174.175, 203.53125, 244.325);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  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: #1C69D4;
  background-color: #1C69D4;
}
.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(28, 105, 212, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 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(28, 105, 212, 0.5);
}

.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0rem + 4px);
  left: calc(-3.125rem + 4px);
  width: calc(1.5rem - 8px);
  height: calc(1.5rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.75rem;
  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(1.125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(129.125, 174.84375, 238.375);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

.custom-select-lg {
  height: calc(1em + 2.125rem + 4px);
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(129.125, 174.84375, 238.375);
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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 + 1.5rem + 4px);
  padding: 0.75rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  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(28, 105, 212, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1C69D4;
  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: rgb(174.175, 203.53125, 244.325);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1C69D4;
  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: rgb(174.175, 203.53125, 244.325);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: #1C69D4;
  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: rgb(174.175, 203.53125, 244.325);
}
.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: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 99px;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.grid-container {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: column dense;
  width: 100%;
}

@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Thin.woff2) format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
	font-family: "BMW Type Next";
	src:    url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff2) format("woff2"),
	url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff) format("woff");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "BMW Type Next";
	src:    url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff2) format("woff2"),
	url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}*/
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, [class^=typo-headlines-] {
  font-weight: var(--base-font-weight);
  letter-spacing: 0;
  line-height: 1.2em;
}

h1, h2, h3 {
  margin-bottom: calc(var(--spacer) * 1.5);
}

h4 {
  margin-bottom: var(--spacer);
}

.text-smaller {
  font-size: 85%;
}

.subhead {
  font-size: 0.5em;
  display: block;
  padding-top: 0.2em;
  line-height: 1.3em;
}

h1, .h1 .typo-headlines-xxl {
  font-size: 35px;
}
p a {
  font-weight: bold;
  color: #262626;
}
p a:hover {
  color: #1C69D4;
}

.bold {
  font-weight: bold;
}

h2, .h2, .typo-headlines-xl {
  font-size: 25px;
}
h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
  font-size: 15px;
  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;
}

@media (min-width: 1025px) {
  h1, .typo-headlines-xxl, .title-header {
    font-size: 50px;
  }
  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, .wp-block-button .wp-block-button__link, .joined-link, .menu_links, article .btn, .bold-bmw, .ico-download {
  font-weight: var(--bold-font-weight);
}

nav a, .nav-level-1 a, .menu_level_1 a, .accordion-title.typo-headlines-s-mixed, #teams span.typo-headlines-s-mixed, footer a {
  font-weight: var(--base-font-weight);
}

.typo-body-xs, .typo-body-xxs, a.a-light {
  font-weight: var(--base-font-weight);
}

.text-micro {
  font-size: 12px;
}

.display-1, .display-4 {
  padding-bottom: 0.2em;
  line-height: 1;
  display: inline-block;
}

.display-1 {
  font-size: clamp(3.5rem, 20px + 0.113 * (100vw - 580px), 5.875rem);
}

.display-3 {
  font-size: clamp(2rem, 40px + 0.113 * (100vw - 780px), 4rem);
}

.display-4 {
  font-size: clamp(1.8rem, 40px + 0.113 * (100vw - 580px), 3rem);
}

.subhead {
  font-size: 0.5em;
  display: block;
  padding-top: 0.2em;
  line-height: 1.3em;
}

h1, .h1 .typo-headlines-xxl {
  font-size: 35px;
}
h2, .h2, .typo-headlines-xl {
  font-size: 25px;
}
h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
  font-size: 15px;
  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;
}

@media (min-width: 1025px) {
  h1, .typo-headlines-xxl, .title-header {
    font-size: 50px;
  }
  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, .wp-block-button .wp-block-button__link, .joined-link, .menu_links, article .btn, .bold-bmw {
  font-family: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.joined-link {
  font-size: 15px;
}

footer a {
  font-family: "BMWNext", "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: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif !important;
}

.typo-body-xs, .typo-body-xxs, a.a-light {
  font-family: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.typo-headlines-s-mixed {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: "BMW Type Web Light";
}

.menu-footer, .text-small {
  font-size: 14px;
}

.text-micro {
  font-size: 12px;
}

.text-999 {
  color: #999;
}

.anim, a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .anim, a {
    transition: none;
  }
}

html {
  min-height: 100%;
}

::-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: 1920px;
}

.header {
  background-position: center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .header body {
    padding-top: 99px;
  }
}

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

.icon-40 {
  font-size: 40px;
}

body {
  font-family: var(--font);
  letter-spacing: 0;
}

.joined-link, .btn, .wp-block-button .wp-block-button__link, .menu_links, .btn.typo-headlines-s-mixed, article .btn.typo-headlines-s-mixed {
  font-family: var(--font);
  font-weight: 500;
}

.joined-link:hover {
  color: #262626;
}

.text-white a {
  color: #fff;
}
.text-white .joined-link {
  color: #fff;
}

.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: #f2f2f2;
}
footer a:not(.btn) {
  font-family: var(--font);
  color: #212529;
  text-decoration: none;
  transition: 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  footer a:not(.btn) {
    transition: none;
  }
}
footer a:not(.btn).icon-footer svg path {
  fill: #212529;
}
footer a:not(.btn):visited {
  color: #212529;
}
footer a:not(.btn):hover, footer a:not(.btn):active {
  color: #262626;
}
footer a:not(.btn):hover.icon-footer svg path, footer a:not(.btn):active.icon-footer svg path {
  fill: #262626;
}

.container, .container_fdis, [class^=-container], [class*=-container] {
  max-width: calc(var(--padding-cnt) + 2560px);
  padding-left: var(--padding-cnt);
  padding-right: var(--padding-cnt);
}

.admin-bar .topmenu_cnt {
  top: 32px;
}

.hero {
  position: relative;
  background-color: var(--black);
}

.hero_media {
  position: relative;
  overflow: hidden;
}
.hero_media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 61%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero_media:before {
    background: linear-gradient(0deg, #262626 0%, rgba(38, 38, 38, 0) 31%);
  }
}
.hero_media img {
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
}
@media (min-width: 768px) {
  .hero_media img {
    aspect-ratio: initial;
    max-height: 686px;
    min-height: 75vh;
    min-height: 75svh;
  }
}

.hero_text {
  width: 100%;
  top: 100px;
}
@media (min-width: 768px) {
  .hero_text {
    z-index: 5;
    position: absolute;
  }
}

.top_block {
  aspect-ratio: 10/4;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.white {
  color: var(--white);
}

.white-md {
  color: initial;
}
@media (min-width: 1025px) {
  .white-md {
    color: var(--white);
  }
}

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

@media (max-width: 1024.98px) {
  .icon-close_x {
    top: -8px;
    position: absolute;
    color: white;
  }
  .top-nav-icons a:hover {
    color: white;
  }
  .topmenu_cnt #lvl_1_below {
    transform: translateX(-100%);
    display: block;
    border-top: 1px solid #f2f2f2;
    background-color: white;
    position: fixed;
    top: 99px;
    width: 100%;
    height: calc(100vh - 109px);
    transition: transform 0.4s ease-in-out;
  }
  body:before {
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: transparent;
    transition: background-color 0.5s ease-out;
    transition-delay: 0.3s;
    opacity: 0.5;
    z-index: 2;
  }
  body.menu-open:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #262626;
  }
  .lvl1_mobile .t_item a {
    height: 65px;
    padding-right: 5px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    color: #262626;
  }
  .lvl1_mobile .t_item a:hover {
    border-bottom: 1px solid #f2f2f2;
  }
  .lvl1_mobile .t_item a:after {
    content: "\e92c";
    font-family: "bmw-fonticons";
    font-size: 30px;
    margin-left: auto;
  }
  .menu-open .logo-bmw, .sps--blw .logo-bmw {
    /*	.st1 {
    		fill:red;
    	}*/
  }
  .menu-open .logo-bmw .st0, .sps--blw .logo-bmw .st0 {
    fill: var(--black-logo);
  }
  .menu-open .logo-bmw .st2, .sps--blw .logo-bmw .st2 {
    fill: transparent;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .flex-grow-1.d-lg-block {
    position: fixed;
    /* top: 54px; */
    padding-top: 99px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /* max-height: 500px; */
    overflow: auto;
    z-index: -1;
    background-color: var(--white);
    color: red;
  }
  .menu-open .flex-grow-1.d-lg-block .bmw_menu {
    display: block !important;
    width: 100%;
    /* height: 800px; */
    overflow: auto;
    position: relative;
    z-index: 2;
    flex-direction: column !important;
    font-weight: var(--ui-font-weight);
    display: flex !important;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
}
@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .menu-open .topmenu_cnt .lvl_1 .bmw_menu .t_item {
    display: block !important;
  }
}
@media (max-width: 1024.98px) {
  .menu-open .m_close {
    height: auto;
  }
  .menu-open .m_close a.t_item_cnt {
    justify-content: right;
  }
  .menu-open .m_close a.t_item_cnt.border_m_4:hover {
    border-bottom-color: transparent;
  }
  .menu-open .topmenu_cnt #menu_switch .m_burg {
    opacity: 0;
    user-select: none;
  }
  .menu-open .sps {
    border-bottom: 1px solid #f2f2f2;
  }
  .menu-open .sps:after {
    opacity: 0;
  }
  .menu-open #lvl_1_below {
    display: block;
    border-top: 1px solid #f2f2f2;
    background-color: white;
    position: fixed;
    top: 99px;
    width: 100%;
    height: calc(100vh - 109px);
    transform: translateX(-10px);
    overflow: auto;
    height: 100%;
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .topmenu_cnt #lvl_1_below {
    top: 58px;
    height: calc(100vh - 68px) !important;
  }
  .menu-open #lvl_1_below {
    top: 58px;
    height: calc(100vh - 68px) !important;
  }
}
.menu-open #lvl_1_below {
  display: block !important;
  position: fixed;
  top: 0;
  z-index: 1340;
  left: 0;
  width: 100%;
  /* height: 70vh; */
  overflow: auto;
  background-color: #3fff00;
  transform: translateX(100%);
  transform: translateX(0px);
}

.dimm {
  display: none;
}

.items-center, .t_item_cnt {
  align-items: center;
}

.t_item_cnt {
  height: 75px;
  font-size: 15px;
}

.in-page-menu .t_item_cnt {
  height: 80px;
  font-size: 15px;
}
.in-page-menu a {
  color: #212529;
}
.in-page-menu a:hover {
  color: #262626;
}

.page_scroll_menu .bmw_menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_scroll_menu .bmw_menu a {
  color: #6f6f6f;
}
.page_scroll_menu .bmw_menu a:hover {
  color: #262626;
}
.page_scroll_menu .bmw_menu a.btn, .page_scroll_menu .bmw_menu .wp-block-button a.wp-block-button__link, .wp-block-button .page_scroll_menu .bmw_menu a.wp-block-button__link {
  color: #fff;
}

.topmenu_cnt {
  position: fixed;
  max-height: 100vh;
  z-index: 1035;
}
.topmenu_cnt a {
  color: #6f6f6f;
}
.topmenu_cnt a:hover {
  color: #262626;
}
.topmenu_cnt a.btn, .topmenu_cnt .wp-block-button a.wp-block-button__link, .wp-block-button .topmenu_cnt a.wp-block-button__link {
  color: #fff;
}
.topmenu_cnt a {
  font-family: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif;
}
.topmenu_cnt.open {
  height: 100vh;
}

#logo img, #logo .logoimg {
  height: 45px;
  width: auto;
  position: relative;
  z-index: 100;
}
#logo.logo-mini img, #logo.logo-mini .logoimg {
  height: 34px;
  padding-left: 18px;
}

.top-nav-icons {
  margin-right: 15px;
}
.top-nav-icons [class^=icon-]:before, .top-nav-icons [class*=" icon-"]:before {
  margin: 0;
  padding: 0;
}
.top-nav-icons .t_item:not(:last-child) span {
  border-right: 1px solid #dee2e6;
}

.menu_bg_img {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
}

.menu_links .link_cnt {
  align-items: center;
  height: 80px;
  padding: 0 20px;
  color: #262626;
}
.menu_links .link_cnt:hover {
  color: #1C69D4;
}
.menu_links .link_icon {
  color: #1C69D4;
  font-size: 48px;
}

.menu_overflow {
  position: relative;
  overflow: hidden;
  height: 80px;
  padding-left: 2px;
}
.menu_overflow .m-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "bmw-fonticons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 5rem;
}
.menu_overflow .m-arrow.m-left {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  width: 25px;
}
.menu_overflow .m-arrow.m-left:before {
  font-size: 40px;
  content: "\e90d";
  margin-left: -15px;
  display: inline-block;
  color: #8e8e8e;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}
.menu_overflow .m-arrow.m-right {
  right: 0;
  width: 25px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
}
.menu_overflow .m-arrow.m-right:before {
  font-size: 40px;
  content: "\e92c";
  display: inline-block;
  color: #8e8e8e;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}

.menu_row {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.bmw_menu .t_item_cnt > span {
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
  white-space: nowrap;
}

.lvl_2 .bmw_menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: right;
}

.lvl_2 .t_item_cnt {
  height: 80px;
}

#main .page_scroll_menu .t_item_cnt {
  font-size: 18px;
}
#main .lvl_2.level-two .menu_overflow {
  height: 99px;
  overflow: hidden;
}
#main .lvl_2.level-two .menu_overflow .t_item_cnt {
  height: 99px;
}
#main .lvl_2.level-two .menu_overflow a {
  transition: 0.1s;
}
#main .lvl_2.level-two .menu_overflow a.active {
  font-size: 1.8em;
  color: #262626 !important;
}

.border_m_4 {
  border-bottom: 4px solid transparent;
}
.border_m_4.active, .active .border_m_4 {
  border-bottom: 4px solid #1C69D4;
}
.border_m_4:hover {
  border-bottom: 4px solid #1C69D4;
}

.lvl_1 .sub_icon, .lvl_2 .sub_icon {
  display: none;
}

/*@include media-breakpoint-up(md) {


  body {
    &:not(.index-page):not(.menu-open) {
      .sps {

        &.sps--blw {

        }

        &:not(.sps--blw) {
          &.topmenu_cnt a {
            color: white;
            &:hover {
              color:white;
            }
            &:active {
              color:white;
            }
            &:focus {
              color:white;
            }
          }
        }
      }
    }
  }



}*/
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:hover {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:active {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:focus {
  color: white;
}
@media (min-width: 1025px) {
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:hover {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:active {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:focus {
    color: white;
  }
}
body.index-page .sps:after {
  display: none;
}

.sps {
  border-bottom: 1px solid transparent;
  /*&:not(.sps--blw) {
    &.topmenu_cnt a {
      color: white;
    }
  }*/
}
.sps.sps--blw:after {
  opacity: 0;
  height: 52px;
}
.sps:after {
  content: "";
  display: block;
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 80px;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  opacity: 1;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.0298320012) 75%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.0298320012) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.0298320012) 75%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (prefers-reduced-motion: reduce) {
  .sps:after {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .sps.sps:after {
    opacity: 0;
    height: 140px;
    pointer-events: none;
  }
  .sps.sps .menu-border {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .sps.sps .menu-border {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .sps.sps--abv:after {
    opacity: 1;
  }
  .sps.sps--abv .menu-border {
    position: relative;
  }
  .sps.sps--abv .menu-border:after {
    content: "";
    width: 105px;
    height: 22px;
    position: absolute;
    bottom: -30px;
    right: 0;
    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='85px' height='13px' viewBox='0 0 85 13' style='enable-background:new 0 0 85 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0.5,0.8h4c1.1,0,1.8,0.1,2.5,0.7c0.5,0.5,0.8,1.2,0.8,2S7.5,4.9,7,5.5c-0.3,0.3-0.7,0.7-0.9,1l2.1,3.4h-2 L4.3,6.7h-2v3.1H0.5V0.8z M2.3,2.5V5h2.9c0.1-0.1,0.3-0.3,0.4-0.5C5.9,4.2,6,3.9,6,3.5c0-0.3-0.1-0.6-0.3-0.8 C5.5,2.5,5.1,2.5,4.3,2.5H2.3z'/%3E%3Cpath class='st0' d='M9.2,4.4c0.4-0.7,1.1-1.1,2.4-1.1c1,0,2,0.3,3.1,0.7v5.8H13V9c-0.1,0.1-0.4,0.3-0.6,0.5 c-0.5,0.3-0.9,0.6-1.5,0.6C10,10,9.5,9.7,9.2,9.1C8.8,8.5,8.7,7.8,8.7,6.8C8.7,5.9,8.8,5,9.2,4.4z M10.6,8c0.1,0.3,0.3,0.4,0.6,0.4 s0.8-0.3,1.1-0.6c0.2-0.2,0.4-0.3,0.6-0.5V5.1c-0.3-0.1-0.7-0.3-1.2-0.3s-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.8-0.2,1.4 C10.5,7.2,10.5,7.7,10.6,8z'/%3E%3Cpath class='st0' d='M16.5,4.4c0.4-0.7,1-1.1,2-1.1c0.6,0,1.3,0.2,1.8,0.3V0.8H22v9h-1.7V9.1c-0.1,0.1-0.3,0.2-0.6,0.4 c-0.5,0.3-0.9,0.5-1.6,0.5s-1.3-0.4-1.6-1C16.2,8.5,16,7.9,16,6.7C16,5.6,16.1,4.9,16.5,4.4z M17.8,6.7c0,0.6,0,1,0.2,1.3 c0.1,0.3,0.3,0.4,0.7,0.4c0.3,0,0.7-0.3,1.1-0.5c0.2-0.2,0.4-0.3,0.5-0.4V5.2C20,5.1,19.4,4.9,19,4.9c-0.5,0-0.8,0.1-0.9,0.5 C17.8,5.7,17.8,6.1,17.8,6.7z'/%3E%3Cpath class='st0' d='M23.3,6.7c0-0.9,0.2-1.7,0.5-2.2c0.5-0.7,1.3-1.2,2.6-1.2c1.2,0,2.1,0.4,2.5,1.1c0.4,0.6,0.6,1.4,0.6,2.3 s-0.2,1.7-0.6,2.2c-0.5,0.7-1.2,1.2-2.6,1.2S24.2,9.7,23.7,9C23.5,8.5,23.3,7.6,23.3,6.7z M25.1,6.7c0,0.5,0.1,0.9,0.2,1.2 c0.2,0.4,0.6,0.5,1.1,0.5s0.8-0.1,1.1-0.5c0.2-0.3,0.3-0.7,0.3-1.3c0-0.5-0.1-1-0.3-1.3c-0.2-0.3-0.5-0.4-1-0.4S25.6,5,25.4,5.4 C25.2,5.7,25.1,6.1,25.1,6.7z'/%3E%3Cpath class='st0' d='M31.2,3.8c0.4-0.4,1-0.5,2-0.5c0.8,0,2,0.3,2.5,0.4v1.6c-0.5-0.1-1.7-0.4-2.4-0.4c-0.4,0-0.6,0-0.7,0.1 c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.2,0.1,0.3,0.2,0.3c0.2,0.1,0.3,0.1,0.6,0.2l1.1,0.3c0.6,0.2,1,0.4,1.3,0.6C35.8,7,35.9,7.5,35.9,8 c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-1.2,0.6-2.2,0.6c-0.8,0-2.1-0.2-2.5-0.3V8.2c0.5,0.1,1.6,0.3,2.7,0.3c0.3,0,0.5,0,0.7-0.1 c0.1-0.1,0.2-0.2,0.2-0.3c0-0.2-0.1-0.3-0.2-0.3s-0.4-0.1-0.7-0.2l-1.1-0.3C31.6,7,31.3,6.9,31,6.6c-0.2-0.3-0.4-0.7-0.4-1.3 S30.8,4.2,31.2,3.8z M33.5,0.8h1.9l-1.8,1.8h-1.9L33.5,0.8z'/%3E%3Cpath class='st0' d='M37,6.7c0-1,0.2-1.7,0.5-2.3c0.4-0.7,1.1-1.1,2.4-1.1c0.7,0,1.6,0.2,2.2,0.4v1.7c-0.6-0.2-1.4-0.4-2-0.4 c-0.5,0-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.7-0.2,1.2s0,0.8,0.2,1.2s0.6,0.5,1.2,0.5c0.7,0,1.4-0.2,1.9-0.3v1.7 c-0.5,0.1-1.5,0.3-2.1,0.3C38.6,10,38,9.6,37.5,9C37.2,8.5,37,7.7,37,6.7z M40,0.8h1.9l-1.8,1.8h-1.9L40,0.8z'/%3E%3Cpath class='st0' d='M45.8,9.8v-1l3.7-4.3H46v-1h5v1l-3.7,4.3h3.8v1.1h-5.3V9.8z'/%3E%3Cpath class='st0' d='M55.1,10.7c0.2-0.2,0.3-0.3,0.4-0.6c0.1-0.3,0.1-0.7,0.1-1.1V3.5h1.1v5.7c0,0.4,0,1-0.1,1.4s-0.4,0.7-0.8,1 c-0.5,0.3-1.3,0.7-1.8,0.8v-1.1C54.3,11.1,54.9,10.9,55.1,10.7z M56.8,0.8v1.7h-1.2V0.8H56.8z'/%3E%3Cpath class='st0' d='M58.8,4.3c0.5-0.8,1.2-1,2.3-1c0.9,0,1.7,0.3,2.7,0.7v5.9h-1.1v-1C62.5,9,62.3,9.2,62,9.4 c-0.5,0.4-0.9,0.6-1.5,0.6c-0.9,0-1.4-0.4-1.7-1c-0.3-0.5-0.4-1.4-0.4-2.4C58.3,5.8,58.5,4.9,58.8,4.3z M59.7,8.4 C59.9,8.8,60.1,9,60.6,9c0.4,0,0.8-0.3,1.2-0.6c0.3-0.2,0.6-0.5,0.9-0.7v-3c-0.5-0.2-1-0.4-1.5-0.4c-0.7,0-1.1,0.2-1.4,0.7 c-0.2,0.4-0.3,1-0.3,1.7C59.5,7.3,59.5,8,59.7,8.4z'/%3E%3Cpath class='st0' d='M65.2,9.8v-1l3.7-4.3h-3.5v-1h5.1v1l-3.7,4.3h3.8v1.1h-5.4V9.8z'/%3E%3Cpath class='st0' d='M72.1,4.3c0.4-0.7,1.1-1,2-1c0.7,0,1.5,0.2,2,0.4V0.8h1.1v9H76V9c-0.2,0.1-0.4,0.3-0.7,0.5 c-0.5,0.3-0.9,0.5-1.5,0.5c-0.9,0-1.4-0.4-1.7-1c-0.3-0.6-0.4-1.3-0.4-2.4C71.6,5.7,71.7,4.9,72.1,4.3z M73,8.3 c0.2,0.4,0.4,0.6,1,0.6c0.4,0,0.8-0.2,1.2-0.4c0.4-0.2,0.7-0.4,0.9-0.6V4.8c-0.6-0.2-1.2-0.4-1.8-0.4c-0.6,0-1,0.2-1.2,0.6 s-0.3,1-0.3,1.7C72.7,7.4,72.8,7.9,73,8.3z'/%3E%3Cpath class='st0' d='M79.3,3.5l1.9,4.8l1.9-4.8h1.2l-3.5,8.6h-1.2l0.9-2.3L78,3.5H79.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .sps.sps--blw {
    border-bottom: 1px solid #f2f2f2;
  }
  .sps.sps--blw:after {
    opacity: 0;
    height: 100px;
  }
  .sps.sps--blw .menu-border {
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .sps.sps--blw .menu-border:after {
    content: "";
    width: 105px;
    height: 22px;
    position: absolute;
    bottom: -30px;
    right: 0;
    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='85px' height='13px' viewBox='0 0 85 13' style='enable-background:new 0 0 85 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0.5,0.8h4c1.1,0,1.8,0.1,2.5,0.7c0.5,0.5,0.8,1.2,0.8,2S7.5,4.9,7,5.5c-0.3,0.3-0.7,0.7-0.9,1l2.1,3.4h-2 L4.3,6.7h-2v3.1H0.5V0.8z M2.3,2.5V5h2.9c0.1-0.1,0.3-0.3,0.4-0.5C5.9,4.2,6,3.9,6,3.5c0-0.3-0.1-0.6-0.3-0.8 C5.5,2.5,5.1,2.5,4.3,2.5H2.3z'/%3E%3Cpath class='st0' d='M9.2,4.4c0.4-0.7,1.1-1.1,2.4-1.1c1,0,2,0.3,3.1,0.7v5.8H13V9c-0.1,0.1-0.4,0.3-0.6,0.5 c-0.5,0.3-0.9,0.6-1.5,0.6C10,10,9.5,9.7,9.2,9.1C8.8,8.5,8.7,7.8,8.7,6.8C8.7,5.9,8.8,5,9.2,4.4z M10.6,8c0.1,0.3,0.3,0.4,0.6,0.4 s0.8-0.3,1.1-0.6c0.2-0.2,0.4-0.3,0.6-0.5V5.1c-0.3-0.1-0.7-0.3-1.2-0.3s-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.8-0.2,1.4 C10.5,7.2,10.5,7.7,10.6,8z'/%3E%3Cpath class='st0' d='M16.5,4.4c0.4-0.7,1-1.1,2-1.1c0.6,0,1.3,0.2,1.8,0.3V0.8H22v9h-1.7V9.1c-0.1,0.1-0.3,0.2-0.6,0.4 c-0.5,0.3-0.9,0.5-1.6,0.5s-1.3-0.4-1.6-1C16.2,8.5,16,7.9,16,6.7C16,5.6,16.1,4.9,16.5,4.4z M17.8,6.7c0,0.6,0,1,0.2,1.3 c0.1,0.3,0.3,0.4,0.7,0.4c0.3,0,0.7-0.3,1.1-0.5c0.2-0.2,0.4-0.3,0.5-0.4V5.2C20,5.1,19.4,4.9,19,4.9c-0.5,0-0.8,0.1-0.9,0.5 C17.8,5.7,17.8,6.1,17.8,6.7z'/%3E%3Cpath class='st0' d='M23.3,6.7c0-0.9,0.2-1.7,0.5-2.2c0.5-0.7,1.3-1.2,2.6-1.2c1.2,0,2.1,0.4,2.5,1.1c0.4,0.6,0.6,1.4,0.6,2.3 s-0.2,1.7-0.6,2.2c-0.5,0.7-1.2,1.2-2.6,1.2S24.2,9.7,23.7,9C23.5,8.5,23.3,7.6,23.3,6.7z M25.1,6.7c0,0.5,0.1,0.9,0.2,1.2 c0.2,0.4,0.6,0.5,1.1,0.5s0.8-0.1,1.1-0.5c0.2-0.3,0.3-0.7,0.3-1.3c0-0.5-0.1-1-0.3-1.3c-0.2-0.3-0.5-0.4-1-0.4S25.6,5,25.4,5.4 C25.2,5.7,25.1,6.1,25.1,6.7z'/%3E%3Cpath class='st0' d='M31.2,3.8c0.4-0.4,1-0.5,2-0.5c0.8,0,2,0.3,2.5,0.4v1.6c-0.5-0.1-1.7-0.4-2.4-0.4c-0.4,0-0.6,0-0.7,0.1 c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.2,0.1,0.3,0.2,0.3c0.2,0.1,0.3,0.1,0.6,0.2l1.1,0.3c0.6,0.2,1,0.4,1.3,0.6C35.8,7,35.9,7.5,35.9,8 c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-1.2,0.6-2.2,0.6c-0.8,0-2.1-0.2-2.5-0.3V8.2c0.5,0.1,1.6,0.3,2.7,0.3c0.3,0,0.5,0,0.7-0.1 c0.1-0.1,0.2-0.2,0.2-0.3c0-0.2-0.1-0.3-0.2-0.3s-0.4-0.1-0.7-0.2l-1.1-0.3C31.6,7,31.3,6.9,31,6.6c-0.2-0.3-0.4-0.7-0.4-1.3 S30.8,4.2,31.2,3.8z M33.5,0.8h1.9l-1.8,1.8h-1.9L33.5,0.8z'/%3E%3Cpath class='st0' d='M37,6.7c0-1,0.2-1.7,0.5-2.3c0.4-0.7,1.1-1.1,2.4-1.1c0.7,0,1.6,0.2,2.2,0.4v1.7c-0.6-0.2-1.4-0.4-2-0.4 c-0.5,0-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.7-0.2,1.2s0,0.8,0.2,1.2s0.6,0.5,1.2,0.5c0.7,0,1.4-0.2,1.9-0.3v1.7 c-0.5,0.1-1.5,0.3-2.1,0.3C38.6,10,38,9.6,37.5,9C37.2,8.5,37,7.7,37,6.7z M40,0.8h1.9l-1.8,1.8h-1.9L40,0.8z'/%3E%3Cpath class='st0' d='M45.8,9.8v-1l3.7-4.3H46v-1h5v1l-3.7,4.3h3.8v1.1h-5.3V9.8z'/%3E%3Cpath class='st0' d='M55.1,10.7c0.2-0.2,0.3-0.3,0.4-0.6c0.1-0.3,0.1-0.7,0.1-1.1V3.5h1.1v5.7c0,0.4,0,1-0.1,1.4s-0.4,0.7-0.8,1 c-0.5,0.3-1.3,0.7-1.8,0.8v-1.1C54.3,11.1,54.9,10.9,55.1,10.7z M56.8,0.8v1.7h-1.2V0.8H56.8z'/%3E%3Cpath class='st0' d='M58.8,4.3c0.5-0.8,1.2-1,2.3-1c0.9,0,1.7,0.3,2.7,0.7v5.9h-1.1v-1C62.5,9,62.3,9.2,62,9.4 c-0.5,0.4-0.9,0.6-1.5,0.6c-0.9,0-1.4-0.4-1.7-1c-0.3-0.5-0.4-1.4-0.4-2.4C58.3,5.8,58.5,4.9,58.8,4.3z M59.7,8.4 C59.9,8.8,60.1,9,60.6,9c0.4,0,0.8-0.3,1.2-0.6c0.3-0.2,0.6-0.5,0.9-0.7v-3c-0.5-0.2-1-0.4-1.5-0.4c-0.7,0-1.1,0.2-1.4,0.7 c-0.2,0.4-0.3,1-0.3,1.7C59.5,7.3,59.5,8,59.7,8.4z'/%3E%3Cpath class='st0' d='M65.2,9.8v-1l3.7-4.3h-3.5v-1h5.1v1l-3.7,4.3h3.8v1.1h-5.4V9.8z'/%3E%3Cpath class='st0' d='M72.1,4.3c0.4-0.7,1.1-1,2-1c0.7,0,1.5,0.2,2,0.4V0.8h1.1v9H76V9c-0.2,0.1-0.4,0.3-0.7,0.5 c-0.5,0.3-0.9,0.5-1.5,0.5c-0.9,0-1.4-0.4-1.7-1c-0.3-0.6-0.4-1.3-0.4-2.4C71.6,5.7,71.7,4.9,72.1,4.3z M73,8.3 c0.2,0.4,0.4,0.6,1,0.6c0.4,0,0.8-0.2,1.2-0.4c0.4-0.2,0.7-0.4,0.9-0.6V4.8c-0.6-0.2-1.2-0.4-1.8-0.4c-0.6,0-1,0.2-1.2,0.6 s-0.3,1-0.3,1.7C72.7,7.4,72.8,7.9,73,8.3z'/%3E%3Cpath class='st0' d='M79.3,3.5l1.9,4.8l1.9-4.8h1.2l-3.5,8.6h-1.2l0.9-2.3L78,3.5H79.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    animation-name: claimout;
    animation-duration: 1s;
    opacity: 0;
    display: none;
  }
}

@keyframes claimin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes claimout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lvl_2 > div, .lvl_1 > div, .in-page-menu {
  position: relative;
}

.lvl_1 > div:after {
  bottom: 0;
}

.topmenu_cnt {
  /*  max-width: 1680px;
    margin: auto;
    width: 100%;*/
  margin: 0;
  width: 100%;
  max-width: 100%;
  top: 0;
}
.topmenu_cnt #menu_switch .m_burg {
  display: block;
}
.topmenu_cnt #menu_switch .m_close {
  display: none;
}
.menu-open .topmenu_cnt #menu_switch .m_close {
  display: block;
}
.menu-open .topmenu_cnt #menu_switch .m_burg {
  display: none;
}
.topmenu_cnt .right_m_close {
  display: none;
}
.topmenu_cnt .right_m_close .top-nav-icons {
  margin-right: 0;
  width: 88px;
  text-align: right;
}
.topmenu_cnt .menu_up_down {
  display: none;
}
.topmenu_cnt.active_lvl1 .lvl_1 .menu_up_down {
  display: block;
}
.topmenu_cnt.active_lvl2 .lvl_2 .menu_up_down {
  display: block;
}
.topmenu_cnt div.current_permanent_solo {
  border: 0 solid transparent;
}
@media (max-width: 767.98px) {
  .topmenu_cnt .d-mob-none {
    display: none;
  }
  .topmenu_cnt .in-page-menu.active .act_hide .icon-arrow-down:before {
    content: "\e92d";
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow {
    overflow: visible !important;
    height: unset !important;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row {
    flex-direction: column;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .bmw_menu:not(.current_permanent_solo) {
    display: block !important;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .t_item_cnt span {
    flex-grow: 1;
    text-align: left;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .t_item_cnt:after {
    content: "\e92c";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt .lvl_2 .t_item_cnt, .topmenu_cnt .lvl_1 .t_item_cnt {
    height: 58px;
  }
  .topmenu_cnt #logo img {
    height: 36px;
  }
  .topmenu_cnt #logo.logo-mini img, .topmenu_cnt #logo.logo-mini .logoimg {
    height: 28px;
  }
}
@media (max-width: 1024.98px) {
  .topmenu_cnt .lvl_1 .bmw_menu .t_item {
    display: none;
  }
}
.topmenu_cnt #lvl_1_below {
  display: none;
}
.topmenu_cnt.open {
  overflow-y: scroll;
}
.topmenu_cnt.open .menu_logo {
  width: 88.66px;
}
.topmenu_cnt.open .menu_logo a {
  display: none;
}
.topmenu_cnt.open #menu_switch {
  display: block;
  width: 0;
}
.topmenu_cnt.open #menu_switch .m_close {
  display: block;
  position: absolute;
  right: 0;
}
.topmenu_cnt.open #menu_switch .m_burg {
  display: none;
}
.topmenu_cnt.open .lvl1_mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .topmenu_cnt.open.active_lvl2 .lvl_1 {
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl1_mobile {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl1_mobile {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .cnt_lvl_1 {
    display: block;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_row {
    flex-direction: column;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .last .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .last .t_item_cnt:after {
    content: "\e92c"; /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt {
    height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px 0 5px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .current_tmp .t_item_cnt {
    transition: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 #menu_switch {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_overflow {
    overflow: visible;
    height: auto;
    padding-left: 0;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_overflow .m-arrow {
    display: none !important;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .t_item_cnt {
    height: 58px;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu {
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu:after {
    content: ">";
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu.current_tmp {
    display: flex;
    justify-content: center;
    flex-grow: 1;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 #menu_switch {
    display: block;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .menu_overflow {
    overflow: visible;
    height: auto;
    padding-left: 0;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .menu_overflow .m-arrow {
    display: none !important;
  }
  .topmenu_cnt.open #lvl_1_below {
    height: calc(100% - 58px);
  }
  .topmenu_cnt.open .lvl_2.cars-select-block {
    height: 80px;
    overflow-y: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .lvl_2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px 0 5px;*/
    padding: 0 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .t_item_cnt:after {
    background-color: #444;
    display: none !important;
  }
  .topmenu_cnt.open .lvl1_mobile {
    display: block;
    height: 60vh;
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 3em 0;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) {
    width: 100%;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    color: #8e8e8e;
    font-size: 1.3em;
    color: #262626;
    height: 75px;
    border-bottom: 1px solid #e6e6e6;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item.last .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item.last .t_item_cnt:after {
    content: "\e92c"; /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt[data-direct-link="1"] {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt[data-direct-link="1"]:after {
    content: "\e92c"; /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item {
    display: none;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item.current_tmp {
    display: block;
  }
}
@media (max-width: 1024.98px) {
  .topmenu_cnt.open #lvl_1_below {
    display: block;
  }
  .topmenu_cnt.open .current_permanent_solo, .topmenu_cnt.open .current_permanent {
    color: #262626 !important;
  }
  .topmenu_cnt.open .link_cnt.current {
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item {
    display: block;
  }
  .topmenu_cnt.open #menu_switch {
    display: block;
    width: auto;
  }
  .topmenu_cnt.open #menu_switch .m_close {
    display: block;
    position: relative;
    right: 0;
  }
  .topmenu_cnt.open #menu_switch .m_burg {
    display: none;
  }
  .topmenu_cnt.open .menu_icons {
    display: none !important;
  }
  .topmenu_cnt.open .menu_logo {
    display: none;
  }
}

.modal-open .topmenu_cnt {
  padding-right: 17px;
}

@media (max-width: 767.98px) {
  .main {
    padding-top: 58px;
  }
}
@media (min-width: 768px) {
  .main {
    padding-top: 100px;
  }
  #menu_switch_mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  #menu_switch {
    display: none;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fileform input[type=text] {
  margin-bottom: 10px;
}

.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: "BMWNext", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: bold;
  float: none;
  position: initial;
  display: inline-block;
  color: #262626;
  /* 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 #262626;
  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 #1C69D4;
  background-color: #1C69D4;
}
.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: #1C69D4 !important;
    left: 0em;
  }
}

[class^=dt-option-container] {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 10px 36px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 10px 36px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 10px 36px 0px rgba(0, 0, 0, 0.4);
}

span.calendar-day-number, a.calendar-day-number {
  border: 0px solid #bbb;
  text-align: center !important;
}

.btn, .wp-block-button .wp-block-button__link {
  min-width: 210px;
}
div:not(.hide-scrl) > .btn, .wp-block-button div:not(.hide-scrl) > .wp-block-button__link {
  font-size: 16px;
}

.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;
  font-size: 0.9em;
}

/*input {
  color: $gray-600;
  &::placeholder {
    color: $gray-600;
    color: #fff;




  }
}*/
.form-control, .btn.dropdown-toggle, .wp-block-button .dropdown-toggle.wp-block-button__link {
  border: 1px solid #bbb;
  box-shadow: none;
  font-weight: bold;
  color: var(--gray2);
}
.form-control::placeholder, .btn.dropdown-toggle::placeholder, .wp-block-button .dropdown-toggle.wp-block-button__link::placeholder {
  color: var(--gray2) !important;
}
.form-control:focus, .form-control:focus-visible, .btn.dropdown-toggle:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus, .btn.dropdown-toggle:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible {
  border-color: #262626;
  box-shadow: none;
  border-radius: 0;
  outline-offset: -2px;
  outline-style: solid;
  outline-width: 2px;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control:focus [type=checkbox].form-control:focus, .form-control:focus .form-control:focus-visible, .form-control:focus .btn.dropdown-toggle:focus, .form-control:focus .wp-block-button .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .form-control:focus .dropdown-toggle.wp-block-button__link:focus, .form-control:focus .btn.dropdown-toggle:focus-visible, .form-control:focus .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .form-control:focus .dropdown-toggle.wp-block-button__link:focus-visible, .form-control:focus-visible [type=checkbox].form-control:focus, .form-control:focus-visible .form-control:focus-visible, .form-control:focus-visible .btn.dropdown-toggle:focus, .form-control:focus-visible .wp-block-button .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .form-control:focus-visible .dropdown-toggle.wp-block-button__link:focus, .form-control:focus-visible .btn.dropdown-toggle:focus-visible, .form-control:focus-visible .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .form-control:focus-visible .dropdown-toggle.wp-block-button__link:focus-visible, .btn.dropdown-toggle:focus [type=checkbox].form-control:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus [type=checkbox].form-control:focus, .btn.dropdown-toggle:focus .form-control:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus .form-control:focus-visible, .btn.dropdown-toggle:focus .btn.dropdown-toggle:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus .btn.dropdown-toggle:focus, .btn.dropdown-toggle:focus .wp-block-button .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .btn.dropdown-toggle:focus .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus .dropdown-toggle.wp-block-button__link:focus, .btn.dropdown-toggle:focus .btn.dropdown-toggle:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus .btn.dropdown-toggle:focus-visible, .btn.dropdown-toggle:focus .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .btn.dropdown-toggle:focus .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus .dropdown-toggle.wp-block-button__link:focus-visible, .btn.dropdown-toggle:focus-visible [type=checkbox].form-control:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible [type=checkbox].form-control:focus, .btn.dropdown-toggle:focus-visible .form-control:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible .form-control:focus-visible, .btn.dropdown-toggle:focus-visible .btn.dropdown-toggle:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible .btn.dropdown-toggle:focus, .btn.dropdown-toggle:focus-visible .wp-block-button .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .btn.dropdown-toggle:focus-visible .dropdown-toggle.wp-block-button__link:focus, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible .dropdown-toggle.wp-block-button__link:focus, .btn.dropdown-toggle:focus-visible .btn.dropdown-toggle:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible .btn.dropdown-toggle:focus-visible, .btn.dropdown-toggle:focus-visible .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .btn.dropdown-toggle:focus-visible .dropdown-toggle.wp-block-button__link:focus-visible, .wp-block-button .dropdown-toggle.wp-block-button__link:focus-visible .dropdown-toggle.wp-block-button__link:focus-visible {
  outline-width: 0px;
}
textarea.form-control.valid:focus, .btn.dropdown-toggle.valid:focus, .wp-block-button .dropdown-toggle.valid.wp-block-button__link:focus {
  padding-right: 40px;
  background-image: none;
}

.form-control.valid:not(select), .btn.dropdown-toggle.valid:not(select), .wp-block-button .dropdown-toggle.valid.wp-block-button__link:not(select) {
  background: white url(img/input_valid.png) no-repeat right center;
  background-size: auto;
  padding-right: 40px !important;
  color: #262626;
}
.form-control.error:not(select), .btn.dropdown-toggle.error:not(select), .wp-block-button .dropdown-toggle.error.wp-block-button__link:not(select) {
  color: #262626;
  background: white url(img/input_invalid.png) no-repeat right center;
  background-size: auto;
  padding-right: 40px !important;
}
.form-control:focus:not(select), .btn.dropdown-toggle:focus:not(select), .wp-block-button .dropdown-toggle.wp-block-button__link:focus:not(select) {
  background-image: none;
  color: #262626;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

select.form-control {
  transition: all 0.3s ease-in-out;
}
select.form-control:focus, select.form-control:focus-visible {
  outline-width: 0px;
  outline-color: transparent;
  outline-style: none;
  border-color: #6f6f6f;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.form-control.input-to-text {
  border: 0;
  background-image: none;
  background: none;
  padding: 0 0;
}
.form-control.input-to-text:focus {
  outline: none;
}
.form-control.input-to-text.invalid, .form-control.input-to-text.error {
  color: #dc3545;
}

select::-ms-expand {
  display: none;
}

.form-approval {
  padding: 8px 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: -5px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
select.form-control {
  padding-right: 50px;
}

.info-icon {
  position: relative;
}
.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;
}
.info-icon:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
}

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 */
}

.page-footer {
  font-family: var(--font);
  margin-top: 0;
}

.footer-link {
  color: #262626;
}
.footer-link:hover {
  text-decoration: none;
}

.top-border {
  border-top: 10px solid #dc3545;
}

.regulations-link {
  color: #dc3545;
  transition: all 0.35s ease;
}

.page-footer .wrapper {
  align-items: center;
  display: flex;
  height: 65px;
  justify-content: flex-end;
}

.page-footer .footer-link {
  font-size: 18px;
  padding: 0 10px;
  text-transform: uppercase;
}

.footer-ntm + .page-footer {
  margin-top: 0;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.backdrop.is-visible {
  animation: fadeIn 0.3s ease forwards;
}

[hidden] {
  display: none !important;
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1045;
}

.panel .close {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  padding: 0.2em;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 1.6em;
  right: -6px;
  top: -6px;
  background-color: var(--prim);
  color: var(--white);
}

[role=dialog] {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1046;
  max-width: 480px;
  width: min(480px, 100% - 2rem);
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
  border-radius: 0.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(21px);
}

.wp-block-columns {
  gap: 35px 25px;
  margin-bottom: calc(var(--spacer) * 2.1875);
}
.wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}

.bg_gray, .full-width {
  background-color: var(--gray5);
}

.full-width {
  margin-left: calc(var(--padding-cnt) * -1);
  margin-right: calc(var(--padding-cnt) * -1);
  margin-bottom: 0;
  padding-bottom: var(--spacer);
  padding-top: var(--spacer);
  max-width: 100vw;
  padding-left: var(--padding-cnt);
  padding-right: var(--padding-cnt);
}
.full-width.full-img {
  padding: 0;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.main-container {
  padding-top: var(--padding-cnt_t);
}

.desc-small {
  font-size: 92%;
}

.circle_block .wp-block-group__inner-container {
  display: flex;
  padding: 0;
}
.circle_block .circle_p {
  min-width: 42%;
}
.circle_block .circle_p .wp-block-group__inner-container {
  flex-direction: column;
  display: flex;
  align-items: start;
  height: 100%;
  justify-content: space-evenly;
}

.system-footer {
  display: none;
}
.system-footer.login_link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  left: auto;
}

.sps.sps--blw .logo-bmw .st0 {
  fill: #666666;
}
.sps.sps--blw .logo-bmw .st1 {
  fill: #0066B1;
}
.sps.sps--blw .logo-bmw .st2 {
  fill: transparent;
}

/*# sourceMappingURL=main-bmw.css.map */
