@charset "UTF-8";
/*
Theme Name: fwPress
Theme URI: https://www.faceworks.nl
Author: Faceworks
Author URI: https://www.faceworks.nl
Version: 1.0
Requires at least: 6.0
Tested up to: 6
Text Domain: base 
*/
:root {
  --icon-font: "bmw_next_icons_light";
  --icon-font-bmw: 'bmw_next_icons_light';
  --wp--preset--spacing--max-54: clamp(1.125rem, 1.125rem + 5.5714vw, 6rem);
}

:root .theme-bmwgroup {
  --primary-color: #1c69d4;
}
:root .theme-bmw {
  --primary-color: #1c69d4;
}
:root .theme-mini {
  --primary-color: #000000;
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*!
 * Bootstrap Grid v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #1c69d4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1c69d4;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 28, 105, 212;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: rgb(22.4, 84, 169.6);
  --bs-secondary-text: #6c757d;
  --bs-success-text: rgb(20, 108, 67.2);
  --bs-info-text: rgb(7.8, 121.2, 144);
  --bs-warning-text: rgb(153, 115.8, 4.2);
  --bs-danger-text: rgb(176, 42.4, 55.2);
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: rgb(209.6, 225, 246.4);
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(164.2, 195, 237.8);
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", BMWTypeNext, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #1c69d4;
  --bs-link-color-rgb: 28, 105, 212;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(22.4, 84, 169.6);
  --bs-link-hover-color-rgb: 22, 84, 170;
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1400px;
  --bs-breakpoint-xxl: 1700px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: rgb(118.8, 165, 229.2);
  --bs-secondary-text: #dee2e6;
  --bs-success-text: rgb(117, 183, 152.4);
  --bs-info-text: rgb(109.8, 223.2, 246);
  --bs-warning-text: rgb(255, 217.8, 106.2);
  --bs-danger-text: rgb(234, 133.8, 143.4);
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: rgb(5.6, 21, 42.4);
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(16.8, 63, 127.2);
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(5.2, 80.8, 96);
  --bs-warning-border-subtle: rgb(102, 77.2, 2.8);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: rgb(118.8, 165, 229.2);
  --bs-link-hover-color: rgb(164.2, 195, 237.8);
  --bs-link-color-rgb: 119, 165, 229;
  --bs-link-hover-color-rgb: 164, 195, 238;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1700px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: var(--wp--preset--spacing--max-54);
  padding-right: var(--wp--preset--spacing--max-54);
}

@media screen and (max-width: 1280px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1280px) {
  .theme-mini .container {
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1700px) {
  .theme-motorrad .container {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row {
  --bs-gutter-x: clamp(24px, 4vw, 36px);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wp--preset--spacing--small) * 0.5);
  padding-left: calc(var(--wp--preset--spacing--small) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 6px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 6px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 12px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 12px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 18px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 18px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 24px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 24px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 30px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 30px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 36px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 36px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 42px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 42px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 48px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 48px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 54px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 54px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 60px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 60px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 6px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 6px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 12px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 12px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 18px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 18px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 24px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 24px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 30px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 30px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 36px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 36px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 42px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 42px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 48px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 48px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 54px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 54px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 60px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 6px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 6px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 12px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 12px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 18px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 18px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 24px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 24px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 30px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 30px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 36px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 36px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 42px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 42px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 48px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 48px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 54px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 54px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 60px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 6px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 6px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 12px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 12px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 18px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 18px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 24px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 24px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 30px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 30px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 36px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 36px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 42px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 42px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 48px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 48px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 54px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 54px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 60px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 6px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 6px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 18px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 18px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 30px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 30px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 36px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 36px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 42px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 42px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 48px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 48px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 54px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 54px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 60px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 1700px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 6px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 6px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 18px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 18px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 36px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 36px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 42px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 42px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 48px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 48px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 54px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 54px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 60px;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 6px !important;
}

.m-2 {
  margin: 12px !important;
}

.m-3 {
  margin: 18px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 30px !important;
}

.m-6 {
  margin: 36px !important;
}

.m-7 {
  margin: 42px !important;
}

.m-8 {
  margin: 48px !important;
}

.m-9 {
  margin: 54px !important;
}

.m-10 {
  margin: 60px !important;
}

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

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

.mx-1 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mx-2 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-3 {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-5 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-6 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mx-7 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.mx-8 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-9 {
  margin-right: 54px !important;
  margin-left: 54px !important;
}

.mx-10 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

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

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

.my-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-6 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-7 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.my-8 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-9 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.my-10 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

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

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

.mt-1 {
  margin-top: 6px !important;
}

.mt-2 {
  margin-top: 12px !important;
}

.mt-3 {
  margin-top: 18px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mt-7 {
  margin-top: 42px !important;
}

.mt-8 {
  margin-top: 48px !important;
}

.mt-9 {
  margin-top: 54px !important;
}

.mt-10 {
  margin-top: 60px !important;
}

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

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

.me-1 {
  margin-right: 6px !important;
}

.me-2 {
  margin-right: 12px !important;
}

.me-3 {
  margin-right: 18px !important;
}

.me-4 {
  margin-right: 24px !important;
}

.me-5 {
  margin-right: 30px !important;
}

.me-6 {
  margin-right: 36px !important;
}

.me-7 {
  margin-right: 42px !important;
}

.me-8 {
  margin-right: 48px !important;
}

.me-9 {
  margin-right: 54px !important;
}

.me-10 {
  margin-right: 60px !important;
}

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

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

.mb-1 {
  margin-bottom: 6px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.mb-3 {
  margin-bottom: 18px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.mb-7 {
  margin-bottom: 42px !important;
}

.mb-8 {
  margin-bottom: 48px !important;
}

.mb-9 {
  margin-bottom: 54px !important;
}

.mb-10 {
  margin-bottom: 60px !important;
}

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

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

.ms-1 {
  margin-left: 6px !important;
}

.ms-2 {
  margin-left: 12px !important;
}

.ms-3 {
  margin-left: 18px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 30px !important;
}

.ms-6 {
  margin-left: 36px !important;
}

.ms-7 {
  margin-left: 42px !important;
}

.ms-8 {
  margin-left: 48px !important;
}

.ms-9 {
  margin-left: 54px !important;
}

.ms-10 {
  margin-left: 60px !important;
}

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

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

.p-1 {
  padding: 6px !important;
}

.p-2 {
  padding: 12px !important;
}

.p-3 {
  padding: 18px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 30px !important;
}

.p-6 {
  padding: 36px !important;
}

.p-7 {
  padding: 42px !important;
}

.p-8 {
  padding: 48px !important;
}

.p-9 {
  padding: 54px !important;
}

.p-10 {
  padding: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-3 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-6 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-7 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.py-8 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-9 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.py-10 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

.pt-1 {
  padding-top: 6px !important;
}

.pt-2 {
  padding-top: 12px !important;
}

.pt-3 {
  padding-top: 18px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.pt-6 {
  padding-top: 36px !important;
}

.pt-7 {
  padding-top: 42px !important;
}

.pt-8 {
  padding-top: 48px !important;
}

.pt-9 {
  padding-top: 54px !important;
}

.pt-10 {
  padding-top: 60px !important;
}

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

.pe-1 {
  padding-right: 6px !important;
}

.pe-2 {
  padding-right: 12px !important;
}

.pe-3 {
  padding-right: 18px !important;
}

.pe-4 {
  padding-right: 24px !important;
}

.pe-5 {
  padding-right: 30px !important;
}

.pe-6 {
  padding-right: 36px !important;
}

.pe-7 {
  padding-right: 42px !important;
}

.pe-8 {
  padding-right: 48px !important;
}

.pe-9 {
  padding-right: 54px !important;
}

.pe-10 {
  padding-right: 60px !important;
}

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

.pb-1 {
  padding-bottom: 6px !important;
}

.pb-2 {
  padding-bottom: 12px !important;
}

.pb-3 {
  padding-bottom: 18px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

.pb-6 {
  padding-bottom: 36px !important;
}

.pb-7 {
  padding-bottom: 42px !important;
}

.pb-8 {
  padding-bottom: 48px !important;
}

.pb-9 {
  padding-bottom: 54px !important;
}

.pb-10 {
  padding-bottom: 60px !important;
}

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

.ps-1 {
  padding-left: 6px !important;
}

.ps-2 {
  padding-left: 12px !important;
}

.ps-3 {
  padding-left: 18px !important;
}

.ps-4 {
  padding-left: 24px !important;
}

.ps-5 {
  padding-left: 30px !important;
}

.ps-6 {
  padding-left: 36px !important;
}

.ps-7 {
  padding-left: 42px !important;
}

.ps-8 {
  padding-left: 48px !important;
}

.ps-9 {
  padding-left: 54px !important;
}

.ps-10 {
  padding-left: 60px !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 6px !important;
  }
  .m-sm-2 {
    margin: 12px !important;
  }
  .m-sm-3 {
    margin: 18px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .m-sm-5 {
    margin: 30px !important;
  }
  .m-sm-6 {
    margin: 36px !important;
  }
  .m-sm-7 {
    margin: 42px !important;
  }
  .m-sm-8 {
    margin: 48px !important;
  }
  .m-sm-9 {
    margin: 54px !important;
  }
  .m-sm-10 {
    margin: 60px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-sm-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-3 {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-6 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-sm-7 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .mx-sm-8 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-9 {
    margin-right: 54px !important;
    margin-left: 54px !important;
  }
  .mx-sm-10 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-sm-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-sm-7 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .my-sm-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-9 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .my-sm-10 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 6px !important;
  }
  .mt-sm-2 {
    margin-top: 12px !important;
  }
  .mt-sm-3 {
    margin-top: 18px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-5 {
    margin-top: 30px !important;
  }
  .mt-sm-6 {
    margin-top: 36px !important;
  }
  .mt-sm-7 {
    margin-top: 42px !important;
  }
  .mt-sm-8 {
    margin-top: 48px !important;
  }
  .mt-sm-9 {
    margin-top: 54px !important;
  }
  .mt-sm-10 {
    margin-top: 60px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 6px !important;
  }
  .me-sm-2 {
    margin-right: 12px !important;
  }
  .me-sm-3 {
    margin-right: 18px !important;
  }
  .me-sm-4 {
    margin-right: 24px !important;
  }
  .me-sm-5 {
    margin-right: 30px !important;
  }
  .me-sm-6 {
    margin-right: 36px !important;
  }
  .me-sm-7 {
    margin-right: 42px !important;
  }
  .me-sm-8 {
    margin-right: 48px !important;
  }
  .me-sm-9 {
    margin-right: 54px !important;
  }
  .me-sm-10 {
    margin-right: 60px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 6px !important;
  }
  .mb-sm-2 {
    margin-bottom: 12px !important;
  }
  .mb-sm-3 {
    margin-bottom: 18px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-5 {
    margin-bottom: 30px !important;
  }
  .mb-sm-6 {
    margin-bottom: 36px !important;
  }
  .mb-sm-7 {
    margin-bottom: 42px !important;
  }
  .mb-sm-8 {
    margin-bottom: 48px !important;
  }
  .mb-sm-9 {
    margin-bottom: 54px !important;
  }
  .mb-sm-10 {
    margin-bottom: 60px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 6px !important;
  }
  .ms-sm-2 {
    margin-left: 12px !important;
  }
  .ms-sm-3 {
    margin-left: 18px !important;
  }
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  .ms-sm-5 {
    margin-left: 30px !important;
  }
  .ms-sm-6 {
    margin-left: 36px !important;
  }
  .ms-sm-7 {
    margin-left: 42px !important;
  }
  .ms-sm-8 {
    margin-left: 48px !important;
  }
  .ms-sm-9 {
    margin-left: 54px !important;
  }
  .ms-sm-10 {
    margin-left: 60px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 6px !important;
  }
  .p-sm-2 {
    padding: 12px !important;
  }
  .p-sm-3 {
    padding: 18px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .p-sm-5 {
    padding: 30px !important;
  }
  .p-sm-6 {
    padding: 36px !important;
  }
  .p-sm-7 {
    padding: 42px !important;
  }
  .p-sm-8 {
    padding: 48px !important;
  }
  .p-sm-9 {
    padding: 54px !important;
  }
  .p-sm-10 {
    padding: 60px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-sm-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-3 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-6 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-sm-7 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .px-sm-8 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-9 {
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .px-sm-10 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-sm-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-sm-7 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-sm-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-9 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .py-sm-10 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 6px !important;
  }
  .pt-sm-2 {
    padding-top: 12px !important;
  }
  .pt-sm-3 {
    padding-top: 18px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pt-sm-5 {
    padding-top: 30px !important;
  }
  .pt-sm-6 {
    padding-top: 36px !important;
  }
  .pt-sm-7 {
    padding-top: 42px !important;
  }
  .pt-sm-8 {
    padding-top: 48px !important;
  }
  .pt-sm-9 {
    padding-top: 54px !important;
  }
  .pt-sm-10 {
    padding-top: 60px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 6px !important;
  }
  .pe-sm-2 {
    padding-right: 12px !important;
  }
  .pe-sm-3 {
    padding-right: 18px !important;
  }
  .pe-sm-4 {
    padding-right: 24px !important;
  }
  .pe-sm-5 {
    padding-right: 30px !important;
  }
  .pe-sm-6 {
    padding-right: 36px !important;
  }
  .pe-sm-7 {
    padding-right: 42px !important;
  }
  .pe-sm-8 {
    padding-right: 48px !important;
  }
  .pe-sm-9 {
    padding-right: 54px !important;
  }
  .pe-sm-10 {
    padding-right: 60px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 6px !important;
  }
  .pb-sm-2 {
    padding-bottom: 12px !important;
  }
  .pb-sm-3 {
    padding-bottom: 18px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pb-sm-5 {
    padding-bottom: 30px !important;
  }
  .pb-sm-6 {
    padding-bottom: 36px !important;
  }
  .pb-sm-7 {
    padding-bottom: 42px !important;
  }
  .pb-sm-8 {
    padding-bottom: 48px !important;
  }
  .pb-sm-9 {
    padding-bottom: 54px !important;
  }
  .pb-sm-10 {
    padding-bottom: 60px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 6px !important;
  }
  .ps-sm-2 {
    padding-left: 12px !important;
  }
  .ps-sm-3 {
    padding-left: 18px !important;
  }
  .ps-sm-4 {
    padding-left: 24px !important;
  }
  .ps-sm-5 {
    padding-left: 30px !important;
  }
  .ps-sm-6 {
    padding-left: 36px !important;
  }
  .ps-sm-7 {
    padding-left: 42px !important;
  }
  .ps-sm-8 {
    padding-left: 48px !important;
  }
  .ps-sm-9 {
    padding-left: 54px !important;
  }
  .ps-sm-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 6px !important;
  }
  .m-md-2 {
    margin: 12px !important;
  }
  .m-md-3 {
    margin: 18px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .m-md-5 {
    margin: 30px !important;
  }
  .m-md-6 {
    margin: 36px !important;
  }
  .m-md-7 {
    margin: 42px !important;
  }
  .m-md-8 {
    margin: 48px !important;
  }
  .m-md-9 {
    margin: 54px !important;
  }
  .m-md-10 {
    margin: 60px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-md-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-3 {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-6 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-md-7 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .mx-md-8 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-9 {
    margin-right: 54px !important;
    margin-left: 54px !important;
  }
  .mx-md-10 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-md-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-md-7 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .my-md-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-9 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .my-md-10 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 6px !important;
  }
  .mt-md-2 {
    margin-top: 12px !important;
  }
  .mt-md-3 {
    margin-top: 18px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-5 {
    margin-top: 30px !important;
  }
  .mt-md-6 {
    margin-top: 36px !important;
  }
  .mt-md-7 {
    margin-top: 42px !important;
  }
  .mt-md-8 {
    margin-top: 48px !important;
  }
  .mt-md-9 {
    margin-top: 54px !important;
  }
  .mt-md-10 {
    margin-top: 60px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 6px !important;
  }
  .me-md-2 {
    margin-right: 12px !important;
  }
  .me-md-3 {
    margin-right: 18px !important;
  }
  .me-md-4 {
    margin-right: 24px !important;
  }
  .me-md-5 {
    margin-right: 30px !important;
  }
  .me-md-6 {
    margin-right: 36px !important;
  }
  .me-md-7 {
    margin-right: 42px !important;
  }
  .me-md-8 {
    margin-right: 48px !important;
  }
  .me-md-9 {
    margin-right: 54px !important;
  }
  .me-md-10 {
    margin-right: 60px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 6px !important;
  }
  .mb-md-2 {
    margin-bottom: 12px !important;
  }
  .mb-md-3 {
    margin-bottom: 18px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 30px !important;
  }
  .mb-md-6 {
    margin-bottom: 36px !important;
  }
  .mb-md-7 {
    margin-bottom: 42px !important;
  }
  .mb-md-8 {
    margin-bottom: 48px !important;
  }
  .mb-md-9 {
    margin-bottom: 54px !important;
  }
  .mb-md-10 {
    margin-bottom: 60px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 6px !important;
  }
  .ms-md-2 {
    margin-left: 12px !important;
  }
  .ms-md-3 {
    margin-left: 18px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .ms-md-5 {
    margin-left: 30px !important;
  }
  .ms-md-6 {
    margin-left: 36px !important;
  }
  .ms-md-7 {
    margin-left: 42px !important;
  }
  .ms-md-8 {
    margin-left: 48px !important;
  }
  .ms-md-9 {
    margin-left: 54px !important;
  }
  .ms-md-10 {
    margin-left: 60px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 6px !important;
  }
  .p-md-2 {
    padding: 12px !important;
  }
  .p-md-3 {
    padding: 18px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .p-md-5 {
    padding: 30px !important;
  }
  .p-md-6 {
    padding: 36px !important;
  }
  .p-md-7 {
    padding: 42px !important;
  }
  .p-md-8 {
    padding: 48px !important;
  }
  .p-md-9 {
    padding: 54px !important;
  }
  .p-md-10 {
    padding: 60px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-md-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-3 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-6 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-md-7 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .px-md-8 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-9 {
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .px-md-10 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-md-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-md-7 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-md-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-9 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .py-md-10 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 6px !important;
  }
  .pt-md-2 {
    padding-top: 12px !important;
  }
  .pt-md-3 {
    padding-top: 18px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pt-md-5 {
    padding-top: 30px !important;
  }
  .pt-md-6 {
    padding-top: 36px !important;
  }
  .pt-md-7 {
    padding-top: 42px !important;
  }
  .pt-md-8 {
    padding-top: 48px !important;
  }
  .pt-md-9 {
    padding-top: 54px !important;
  }
  .pt-md-10 {
    padding-top: 60px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 6px !important;
  }
  .pe-md-2 {
    padding-right: 12px !important;
  }
  .pe-md-3 {
    padding-right: 18px !important;
  }
  .pe-md-4 {
    padding-right: 24px !important;
  }
  .pe-md-5 {
    padding-right: 30px !important;
  }
  .pe-md-6 {
    padding-right: 36px !important;
  }
  .pe-md-7 {
    padding-right: 42px !important;
  }
  .pe-md-8 {
    padding-right: 48px !important;
  }
  .pe-md-9 {
    padding-right: 54px !important;
  }
  .pe-md-10 {
    padding-right: 60px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 6px !important;
  }
  .pb-md-2 {
    padding-bottom: 12px !important;
  }
  .pb-md-3 {
    padding-bottom: 18px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pb-md-5 {
    padding-bottom: 30px !important;
  }
  .pb-md-6 {
    padding-bottom: 36px !important;
  }
  .pb-md-7 {
    padding-bottom: 42px !important;
  }
  .pb-md-8 {
    padding-bottom: 48px !important;
  }
  .pb-md-9 {
    padding-bottom: 54px !important;
  }
  .pb-md-10 {
    padding-bottom: 60px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 6px !important;
  }
  .ps-md-2 {
    padding-left: 12px !important;
  }
  .ps-md-3 {
    padding-left: 18px !important;
  }
  .ps-md-4 {
    padding-left: 24px !important;
  }
  .ps-md-5 {
    padding-left: 30px !important;
  }
  .ps-md-6 {
    padding-left: 36px !important;
  }
  .ps-md-7 {
    padding-left: 42px !important;
  }
  .ps-md-8 {
    padding-left: 48px !important;
  }
  .ps-md-9 {
    padding-left: 54px !important;
  }
  .ps-md-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 6px !important;
  }
  .m-lg-2 {
    margin: 12px !important;
  }
  .m-lg-3 {
    margin: 18px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .m-lg-5 {
    margin: 30px !important;
  }
  .m-lg-6 {
    margin: 36px !important;
  }
  .m-lg-7 {
    margin: 42px !important;
  }
  .m-lg-8 {
    margin: 48px !important;
  }
  .m-lg-9 {
    margin: 54px !important;
  }
  .m-lg-10 {
    margin: 60px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-lg-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-3 {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-6 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-lg-7 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .mx-lg-8 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-9 {
    margin-right: 54px !important;
    margin-left: 54px !important;
  }
  .mx-lg-10 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-lg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-lg-7 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .my-lg-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-9 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .my-lg-10 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 6px !important;
  }
  .mt-lg-2 {
    margin-top: 12px !important;
  }
  .mt-lg-3 {
    margin-top: 18px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-5 {
    margin-top: 30px !important;
  }
  .mt-lg-6 {
    margin-top: 36px !important;
  }
  .mt-lg-7 {
    margin-top: 42px !important;
  }
  .mt-lg-8 {
    margin-top: 48px !important;
  }
  .mt-lg-9 {
    margin-top: 54px !important;
  }
  .mt-lg-10 {
    margin-top: 60px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 6px !important;
  }
  .me-lg-2 {
    margin-right: 12px !important;
  }
  .me-lg-3 {
    margin-right: 18px !important;
  }
  .me-lg-4 {
    margin-right: 24px !important;
  }
  .me-lg-5 {
    margin-right: 30px !important;
  }
  .me-lg-6 {
    margin-right: 36px !important;
  }
  .me-lg-7 {
    margin-right: 42px !important;
  }
  .me-lg-8 {
    margin-right: 48px !important;
  }
  .me-lg-9 {
    margin-right: 54px !important;
  }
  .me-lg-10 {
    margin-right: 60px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 6px !important;
  }
  .mb-lg-2 {
    margin-bottom: 12px !important;
  }
  .mb-lg-3 {
    margin-bottom: 18px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 30px !important;
  }
  .mb-lg-6 {
    margin-bottom: 36px !important;
  }
  .mb-lg-7 {
    margin-bottom: 42px !important;
  }
  .mb-lg-8 {
    margin-bottom: 48px !important;
  }
  .mb-lg-9 {
    margin-bottom: 54px !important;
  }
  .mb-lg-10 {
    margin-bottom: 60px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 6px !important;
  }
  .ms-lg-2 {
    margin-left: 12px !important;
  }
  .ms-lg-3 {
    margin-left: 18px !important;
  }
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  .ms-lg-5 {
    margin-left: 30px !important;
  }
  .ms-lg-6 {
    margin-left: 36px !important;
  }
  .ms-lg-7 {
    margin-left: 42px !important;
  }
  .ms-lg-8 {
    margin-left: 48px !important;
  }
  .ms-lg-9 {
    margin-left: 54px !important;
  }
  .ms-lg-10 {
    margin-left: 60px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 6px !important;
  }
  .p-lg-2 {
    padding: 12px !important;
  }
  .p-lg-3 {
    padding: 18px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .p-lg-5 {
    padding: 30px !important;
  }
  .p-lg-6 {
    padding: 36px !important;
  }
  .p-lg-7 {
    padding: 42px !important;
  }
  .p-lg-8 {
    padding: 48px !important;
  }
  .p-lg-9 {
    padding: 54px !important;
  }
  .p-lg-10 {
    padding: 60px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-lg-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-3 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-6 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-lg-7 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .px-lg-8 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-9 {
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .px-lg-10 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-lg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-lg-7 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-lg-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-9 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .py-lg-10 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 6px !important;
  }
  .pt-lg-2 {
    padding-top: 12px !important;
  }
  .pt-lg-3 {
    padding-top: 18px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pt-lg-5 {
    padding-top: 30px !important;
  }
  .pt-lg-6 {
    padding-top: 36px !important;
  }
  .pt-lg-7 {
    padding-top: 42px !important;
  }
  .pt-lg-8 {
    padding-top: 48px !important;
  }
  .pt-lg-9 {
    padding-top: 54px !important;
  }
  .pt-lg-10 {
    padding-top: 60px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 6px !important;
  }
  .pe-lg-2 {
    padding-right: 12px !important;
  }
  .pe-lg-3 {
    padding-right: 18px !important;
  }
  .pe-lg-4 {
    padding-right: 24px !important;
  }
  .pe-lg-5 {
    padding-right: 30px !important;
  }
  .pe-lg-6 {
    padding-right: 36px !important;
  }
  .pe-lg-7 {
    padding-right: 42px !important;
  }
  .pe-lg-8 {
    padding-right: 48px !important;
  }
  .pe-lg-9 {
    padding-right: 54px !important;
  }
  .pe-lg-10 {
    padding-right: 60px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 6px !important;
  }
  .pb-lg-2 {
    padding-bottom: 12px !important;
  }
  .pb-lg-3 {
    padding-bottom: 18px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pb-lg-5 {
    padding-bottom: 30px !important;
  }
  .pb-lg-6 {
    padding-bottom: 36px !important;
  }
  .pb-lg-7 {
    padding-bottom: 42px !important;
  }
  .pb-lg-8 {
    padding-bottom: 48px !important;
  }
  .pb-lg-9 {
    padding-bottom: 54px !important;
  }
  .pb-lg-10 {
    padding-bottom: 60px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 6px !important;
  }
  .ps-lg-2 {
    padding-left: 12px !important;
  }
  .ps-lg-3 {
    padding-left: 18px !important;
  }
  .ps-lg-4 {
    padding-left: 24px !important;
  }
  .ps-lg-5 {
    padding-left: 30px !important;
  }
  .ps-lg-6 {
    padding-left: 36px !important;
  }
  .ps-lg-7 {
    padding-left: 42px !important;
  }
  .ps-lg-8 {
    padding-left: 48px !important;
  }
  .ps-lg-9 {
    padding-left: 54px !important;
  }
  .ps-lg-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 6px !important;
  }
  .m-xl-2 {
    margin: 12px !important;
  }
  .m-xl-3 {
    margin: 18px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .m-xl-5 {
    margin: 30px !important;
  }
  .m-xl-6 {
    margin: 36px !important;
  }
  .m-xl-7 {
    margin: 42px !important;
  }
  .m-xl-8 {
    margin: 48px !important;
  }
  .m-xl-9 {
    margin: 54px !important;
  }
  .m-xl-10 {
    margin: 60px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-xl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-3 {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-6 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xl-7 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .mx-xl-8 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-9 {
    margin-right: 54px !important;
    margin-left: 54px !important;
  }
  .mx-xl-10 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xl-7 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .my-xl-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-9 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .my-xl-10 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 6px !important;
  }
  .mt-xl-2 {
    margin-top: 12px !important;
  }
  .mt-xl-3 {
    margin-top: 18px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mt-xl-5 {
    margin-top: 30px !important;
  }
  .mt-xl-6 {
    margin-top: 36px !important;
  }
  .mt-xl-7 {
    margin-top: 42px !important;
  }
  .mt-xl-8 {
    margin-top: 48px !important;
  }
  .mt-xl-9 {
    margin-top: 54px !important;
  }
  .mt-xl-10 {
    margin-top: 60px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 6px !important;
  }
  .me-xl-2 {
    margin-right: 12px !important;
  }
  .me-xl-3 {
    margin-right: 18px !important;
  }
  .me-xl-4 {
    margin-right: 24px !important;
  }
  .me-xl-5 {
    margin-right: 30px !important;
  }
  .me-xl-6 {
    margin-right: 36px !important;
  }
  .me-xl-7 {
    margin-right: 42px !important;
  }
  .me-xl-8 {
    margin-right: 48px !important;
  }
  .me-xl-9 {
    margin-right: 54px !important;
  }
  .me-xl-10 {
    margin-right: 60px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 6px !important;
  }
  .mb-xl-2 {
    margin-bottom: 12px !important;
  }
  .mb-xl-3 {
    margin-bottom: 18px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xl-5 {
    margin-bottom: 30px !important;
  }
  .mb-xl-6 {
    margin-bottom: 36px !important;
  }
  .mb-xl-7 {
    margin-bottom: 42px !important;
  }
  .mb-xl-8 {
    margin-bottom: 48px !important;
  }
  .mb-xl-9 {
    margin-bottom: 54px !important;
  }
  .mb-xl-10 {
    margin-bottom: 60px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 6px !important;
  }
  .ms-xl-2 {
    margin-left: 12px !important;
  }
  .ms-xl-3 {
    margin-left: 18px !important;
  }
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  .ms-xl-5 {
    margin-left: 30px !important;
  }
  .ms-xl-6 {
    margin-left: 36px !important;
  }
  .ms-xl-7 {
    margin-left: 42px !important;
  }
  .ms-xl-8 {
    margin-left: 48px !important;
  }
  .ms-xl-9 {
    margin-left: 54px !important;
  }
  .ms-xl-10 {
    margin-left: 60px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 6px !important;
  }
  .p-xl-2 {
    padding: 12px !important;
  }
  .p-xl-3 {
    padding: 18px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .p-xl-5 {
    padding: 30px !important;
  }
  .p-xl-6 {
    padding: 36px !important;
  }
  .p-xl-7 {
    padding: 42px !important;
  }
  .p-xl-8 {
    padding: 48px !important;
  }
  .p-xl-9 {
    padding: 54px !important;
  }
  .p-xl-10 {
    padding: 60px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-xl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-3 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-6 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xl-7 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .px-xl-8 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-9 {
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .px-xl-10 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xl-7 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-xl-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-9 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .py-xl-10 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 6px !important;
  }
  .pt-xl-2 {
    padding-top: 12px !important;
  }
  .pt-xl-3 {
    padding-top: 18px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pt-xl-5 {
    padding-top: 30px !important;
  }
  .pt-xl-6 {
    padding-top: 36px !important;
  }
  .pt-xl-7 {
    padding-top: 42px !important;
  }
  .pt-xl-8 {
    padding-top: 48px !important;
  }
  .pt-xl-9 {
    padding-top: 54px !important;
  }
  .pt-xl-10 {
    padding-top: 60px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 6px !important;
  }
  .pe-xl-2 {
    padding-right: 12px !important;
  }
  .pe-xl-3 {
    padding-right: 18px !important;
  }
  .pe-xl-4 {
    padding-right: 24px !important;
  }
  .pe-xl-5 {
    padding-right: 30px !important;
  }
  .pe-xl-6 {
    padding-right: 36px !important;
  }
  .pe-xl-7 {
    padding-right: 42px !important;
  }
  .pe-xl-8 {
    padding-right: 48px !important;
  }
  .pe-xl-9 {
    padding-right: 54px !important;
  }
  .pe-xl-10 {
    padding-right: 60px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 6px !important;
  }
  .pb-xl-2 {
    padding-bottom: 12px !important;
  }
  .pb-xl-3 {
    padding-bottom: 18px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xl-5 {
    padding-bottom: 30px !important;
  }
  .pb-xl-6 {
    padding-bottom: 36px !important;
  }
  .pb-xl-7 {
    padding-bottom: 42px !important;
  }
  .pb-xl-8 {
    padding-bottom: 48px !important;
  }
  .pb-xl-9 {
    padding-bottom: 54px !important;
  }
  .pb-xl-10 {
    padding-bottom: 60px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 6px !important;
  }
  .ps-xl-2 {
    padding-left: 12px !important;
  }
  .ps-xl-3 {
    padding-left: 18px !important;
  }
  .ps-xl-4 {
    padding-left: 24px !important;
  }
  .ps-xl-5 {
    padding-left: 30px !important;
  }
  .ps-xl-6 {
    padding-left: 36px !important;
  }
  .ps-xl-7 {
    padding-left: 42px !important;
  }
  .ps-xl-8 {
    padding-left: 48px !important;
  }
  .ps-xl-9 {
    padding-left: 54px !important;
  }
  .ps-xl-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1700px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 6px !important;
  }
  .m-xxl-2 {
    margin: 12px !important;
  }
  .m-xxl-3 {
    margin: 18px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .m-xxl-5 {
    margin: 30px !important;
  }
  .m-xxl-6 {
    margin: 36px !important;
  }
  .m-xxl-7 {
    margin: 42px !important;
  }
  .m-xxl-8 {
    margin: 48px !important;
  }
  .m-xxl-9 {
    margin: 54px !important;
  }
  .m-xxl-10 {
    margin: 60px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-xxl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-3 {
    margin-right: 18px !important;
    margin-left: 18px !important;
  }
  .mx-xxl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-6 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xxl-7 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .mx-xxl-8 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-9 {
    margin-right: 54px !important;
    margin-left: 54px !important;
  }
  .mx-xxl-10 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xxl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-xxl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xxl-7 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .my-xxl-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-9 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .my-xxl-10 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 6px !important;
  }
  .mt-xxl-2 {
    margin-top: 12px !important;
  }
  .mt-xxl-3 {
    margin-top: 18px !important;
  }
  .mt-xxl-4 {
    margin-top: 24px !important;
  }
  .mt-xxl-5 {
    margin-top: 30px !important;
  }
  .mt-xxl-6 {
    margin-top: 36px !important;
  }
  .mt-xxl-7 {
    margin-top: 42px !important;
  }
  .mt-xxl-8 {
    margin-top: 48px !important;
  }
  .mt-xxl-9 {
    margin-top: 54px !important;
  }
  .mt-xxl-10 {
    margin-top: 60px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 6px !important;
  }
  .me-xxl-2 {
    margin-right: 12px !important;
  }
  .me-xxl-3 {
    margin-right: 18px !important;
  }
  .me-xxl-4 {
    margin-right: 24px !important;
  }
  .me-xxl-5 {
    margin-right: 30px !important;
  }
  .me-xxl-6 {
    margin-right: 36px !important;
  }
  .me-xxl-7 {
    margin-right: 42px !important;
  }
  .me-xxl-8 {
    margin-right: 48px !important;
  }
  .me-xxl-9 {
    margin-right: 54px !important;
  }
  .me-xxl-10 {
    margin-right: 60px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 6px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 18px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 36px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 42px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 54px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 6px !important;
  }
  .ms-xxl-2 {
    margin-left: 12px !important;
  }
  .ms-xxl-3 {
    margin-left: 18px !important;
  }
  .ms-xxl-4 {
    margin-left: 24px !important;
  }
  .ms-xxl-5 {
    margin-left: 30px !important;
  }
  .ms-xxl-6 {
    margin-left: 36px !important;
  }
  .ms-xxl-7 {
    margin-left: 42px !important;
  }
  .ms-xxl-8 {
    margin-left: 48px !important;
  }
  .ms-xxl-9 {
    margin-left: 54px !important;
  }
  .ms-xxl-10 {
    margin-left: 60px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 6px !important;
  }
  .p-xxl-2 {
    padding: 12px !important;
  }
  .p-xxl-3 {
    padding: 18px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .p-xxl-5 {
    padding: 30px !important;
  }
  .p-xxl-6 {
    padding: 36px !important;
  }
  .p-xxl-7 {
    padding: 42px !important;
  }
  .p-xxl-8 {
    padding: 48px !important;
  }
  .p-xxl-9 {
    padding: 54px !important;
  }
  .p-xxl-10 {
    padding: 60px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-xxl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-3 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .px-xxl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-6 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xxl-7 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .px-xxl-8 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-9 {
    padding-right: 54px !important;
    padding-left: 54px !important;
  }
  .px-xxl-10 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xxl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-xxl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xxl-7 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-xxl-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-9 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .py-xxl-10 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 6px !important;
  }
  .pt-xxl-2 {
    padding-top: 12px !important;
  }
  .pt-xxl-3 {
    padding-top: 18px !important;
  }
  .pt-xxl-4 {
    padding-top: 24px !important;
  }
  .pt-xxl-5 {
    padding-top: 30px !important;
  }
  .pt-xxl-6 {
    padding-top: 36px !important;
  }
  .pt-xxl-7 {
    padding-top: 42px !important;
  }
  .pt-xxl-8 {
    padding-top: 48px !important;
  }
  .pt-xxl-9 {
    padding-top: 54px !important;
  }
  .pt-xxl-10 {
    padding-top: 60px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 6px !important;
  }
  .pe-xxl-2 {
    padding-right: 12px !important;
  }
  .pe-xxl-3 {
    padding-right: 18px !important;
  }
  .pe-xxl-4 {
    padding-right: 24px !important;
  }
  .pe-xxl-5 {
    padding-right: 30px !important;
  }
  .pe-xxl-6 {
    padding-right: 36px !important;
  }
  .pe-xxl-7 {
    padding-right: 42px !important;
  }
  .pe-xxl-8 {
    padding-right: 48px !important;
  }
  .pe-xxl-9 {
    padding-right: 54px !important;
  }
  .pe-xxl-10 {
    padding-right: 60px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 6px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 18px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 36px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 42px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 54px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 60px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 6px !important;
  }
  .ps-xxl-2 {
    padding-left: 12px !important;
  }
  .ps-xxl-3 {
    padding-left: 18px !important;
  }
  .ps-xxl-4 {
    padding-left: 24px !important;
  }
  .ps-xxl-5 {
    padding-left: 30px !important;
  }
  .ps-xxl-6 {
    padding-left: 36px !important;
  }
  .ps-xxl-7 {
    padding-left: 42px !important;
  }
  .ps-xxl-8 {
    padding-left: 48px !important;
  }
  .ps-xxl-9 {
    padding-left: 54px !important;
  }
  .ps-xxl-10 {
    padding-left: 60px !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "BMWGroupTNProTT";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Regular.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWGroupTNProTT";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Bold.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWGroupTNProTT";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Light.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWGroupTNProTT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Regular.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Light.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Bold.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWTypeNextTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MINISansSerif";
  font-weight: normal;
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-regular-web.eot");
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-regular-web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-regular-web.woff") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-regular-web.ttf") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-regular-web.svg#MINISansSerif") format("svg");
}
@font-face {
  font-family: "MINISansSerif";
  font-weight: bold;
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-bold-web.eot");
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-bold-web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-bold-web.woff") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-bold-web.ttf") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/mini_sans_serif-bold-web.svg#MINISansSerif") format("svg");
}
@font-face {
  font-family: "MINISerif";
  font-weight: normal;
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-regular-web.eot");
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-regular-web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-regular-web.woff") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-regular-web.ttf") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-regular-web.svg#MINISansSerif") format("svg");
}
@font-face {
  font-family: "MINISerif";
  font-weight: normal;
  font-style: italic;
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-italic-web.eot");
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-italic-web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-italic-web.woff") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-italic-web.ttf") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-italic-web.svg#MINISansSerif") format("svg");
}
@font-face {
  font-family: "MINISerif";
  font-weight: bold;
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-bold-web.eot");
  src: url("/wp-content/themes/fwpress/assets/fonts/mini_serif-bold-web.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-bold-web.woff") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-bold-web.ttf") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/mini_serif-bold-web.svg#MINISansSerif") format("svg");
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradItalic.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradLight.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradBoldItalic.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradHeavy.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradHeavyItalic.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradHeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradRegular.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorrad";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradBold.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMWMotorradOutlineRegular";
  src: url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradOutlineRegular.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/BMWMotorradOutlineRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.theme-bmwgroup p + .fwpress-buttons,
.theme-bmwgroup p + [data-type="acf/buttons"],
.theme-bmwgroup p + h4,
.theme-bmwgroup p + h3,
.theme-bmw p + .fwpress-buttons,
.theme-bmw p + [data-type="acf/buttons"],
.theme-bmw p + h4,
.theme-bmw p + h3,
.theme-motorrad p + .fwpress-buttons,
.theme-motorrad p + [data-type="acf/buttons"],
.theme-motorrad p + h4,
.theme-motorrad p + h3,
.theme-mini p + .fwpress-buttons,
.theme-mini p + [data-type="acf/buttons"],
.theme-mini p + h4,
.theme-mini p + h3 {
  margin-top: 24px;
}
.theme-bmwgroup p + h2,
.theme-bmw p + h2,
.theme-motorrad p + h2,
.theme-mini p + h2 {
  margin-top: 36px;
}

.fwpress-buttons:has(+ *),
[data-type="acf/buttons"]:has(+ *) {
  margin-bottom: 24px;
}

.text-component,
#tinymce.mce-content-body,
.textwidget {
  display: flex;
  flex-direction: column;
  text-wrap: balance;
}
.text-component > *:first-child,
#tinymce.mce-content-body > *:first-child,
.textwidget > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.text-component > *:last-child,
#tinymce.mce-content-body > *:last-child,
.textwidget > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.text-component + .text-component,
#tinymce.mce-content-body + .text-component,
.textwidget + .text-component {
  margin-top: 36px;
}
.text-component--white h1,
.text-component--white h2,
.text-component--white h3,
.text-component--white h4,
.text-component--white h5,
.text-component--white h6,
.text-component--white p,
.text-component--white a:not([class]),
#tinymce.mce-content-body--white h1,
#tinymce.mce-content-body--white h2,
#tinymce.mce-content-body--white h3,
#tinymce.mce-content-body--white h4,
#tinymce.mce-content-body--white h5,
#tinymce.mce-content-body--white h6,
#tinymce.mce-content-body--white p,
#tinymce.mce-content-body--white a:not([class]),
.textwidget--white h1,
.textwidget--white h2,
.textwidget--white h3,
.textwidget--white h4,
.textwidget--white h5,
.textwidget--white h6,
.textwidget--white p,
.textwidget--white a:not([class]) {
  color: #ffffff;
}
.component--text .text-component a:not([class]),
.component--text #tinymce.mce-content-body a:not([class]),
.component--text .textwidget a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.component--text .text-component a:not([class])[target=_blank],
.component--text #tinymce.mce-content-body a:not([class])[target=_blank],
.component--text .textwidget a:not([class])[target=_blank] {
  display: inline-flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.component--text .text-component a:not([class])[target=_blank]:after,
.component--text #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .textwidget a:not([class])[target=_blank]:after {
  content: "arrow_outward";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.component--text .text-component a:not([class])[target=_blank],
.component--text #tinymce.mce-content-body a:not([class])[target=_blank],
.component--text .textwidget a:not([class])[target=_blank] {
  white-space: nowrap;
}
.component--text .text-component a:not([class])[target=_blank]:after,
.component--text #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .textwidget a:not([class])[target=_blank]:after {
  margin-left: 9px;
}
.text-component table,
#tinymce.mce-content-body table,
.textwidget table {
  border-collapse: collapse;
}
.text-component table thead th,
.text-component table thead td,
#tinymce.mce-content-body table thead th,
#tinymce.mce-content-body table thead td,
.textwidget table thead th,
.textwidget table thead td {
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: var(--theme-darkblue);
}
.text-component table tbody tr:nth-child(even) td,
#tinymce.mce-content-body table tbody tr:nth-child(even) td,
.textwidget table tbody tr:nth-child(even) td {
  background-color: var(--theme-darkblue-light-95);
}
.text-component table tbody tr td,
#tinymce.mce-content-body table tbody tr td,
.textwidget table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.tags .tag {
  min-height: 28px;
  display: inline-flex;
  padding-left: 9px;
  padding-right: 12px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--primary-light);
  color: var(--wp--preset--color--primary);
  font-size: 14px;
}

b, strong {
  font-weight: bold;
}

a:not([class]) {
  color: inherit;
}
.theme-bmwgroup a:not([class]) {
  font-weight: bold;
}
.theme-bmwgroup a:not([class]):hover {
  color: #09bacf;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}
.theme-bmwgroup a:not([class]):hover[target=_blank] {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8431 7.01477H24.9853L24.9852 21.157L22.9853 23.157V10.429L8.42885 24.9854L7.01465 23.5712L21.571 9.01477H8.84305L10.8431 7.01477Z' fill='%2309bacf' class='bmwfcol'/%3E%3Ctitle%3Earrow-up-right_rg_48%3C/title%3E%3C/svg%3E");
}
.theme-bmwgroup a:not([class])[target=_blank] {
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8431 7.01477H24.9853L24.9852 21.157L22.9853 23.157V10.429L8.42885 24.9854L7.01465 23.5712L21.571 9.01477H8.84305L10.8431 7.01477Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Earrow-up-right_rg_48%3C/title%3E%3C/svg%3E");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.theme-motorrad a:not([class]) {
  font-weight: bold;
}
.theme-motorrad a:not([class]):hover {
  color: #000000;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}
.theme-motorrad a:not([class]):hover[target=_blank] {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8431 7.01477H24.9853L24.9852 21.157L22.9853 23.157V10.429L8.42885 24.9854L7.01465 23.5712L21.571 9.01477H8.84305L10.8431 7.01477Z' fill='%2309bacf' class='bmwfcol'/%3E%3Ctitle%3Earrow-up-right_rg_48%3C/title%3E%3C/svg%3E");
}
.theme-motorrad a:not([class])[target=_blank] {
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8431 7.01477H24.9853L24.9852 21.157L22.9853 23.157V10.429L8.42885 24.9854L7.01465 23.5712L21.571 9.01477H8.84305L10.8431 7.01477Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Earrow-up-right_rg_48%3C/title%3E%3C/svg%3E");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.wp-block-quote h1,
.wp-block-quote h2,
.wp-block-quote h3,
.wp-block-quote h4 {
  font-style: italic;
  font-weight: normal;
}

.has-shadow {
  box-shadow: 0px 0px 19px 0px rgba(47, 19, 81, 0.1) !important;
}

.has-border {
  border: 1px solid var(--wp--preset--color--primary-color-10) !important;
}

html {
  margin: 0 !important;
}

body:has(.topbar--active) {
  overflow: hidden;
}
body #fw-bmwfs-body #DLO_container #mapContainer {
  position: relative !important;
}

.outer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  text-underline-position: under;
  align-items: center;
  overflow-x: hidden;
}
.outer-wrapper .inner-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  width: 100%;
}
.outer-wrapper .inner-wrapper > *:last-child:not(.topbar) {
  flex-grow: 1;
}
.outer-wrapper .inner-wrapper:has(.topbar + .content) .topbar {
  position: relative;
}
.outer-wrapper .inner-wrapper .no-acf-header.theme-bmw, .no-acf-header.theme-bmwgroup .outer-wrapper .inner-wrapper {
  padding-top: var(--topbar-height);
}

.areoi-element > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#fw-bmwfs-body {
  padding-top: 12px;
  padding-bottom: 12px;
}
#fw-bmwfs-body .wrapper {
  max-width: 100% !important;
}
#fw-bmwfs-body * {
  text-box: unset !important;
}
#fw-bmwfs-body .fbfs-calculator-financial-form-element-field.element-value.row font,
#fw-bmwfs-body .fbfs-calculator-financial-form-element-field.element-value.row span {
  width: auto;
  padding: 0;
  margin: 0;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

html:has(#wpadminbar) .topbar {
  top: 32px !important;
}

#wpadminbar {
  position: fixed;
  top: 0 !important;
}

@media screen and (max-width: 782px) {
  html:has(#wpadminbar) .topbar {
    top: var(--adminbar-height) !important;
  }
}
:root {
  --topbar-height: 84px;
  --adminbar-height: 0px;
}

.theme-bmwgroup {
  --topbar-height: 178px;
}
.theme-bmwgroup.has-acf-header .topbar {
  background: linear-gradient(180deg, #140b1f 0, rgba(20, 11, 31, 0.5647058824) 66%, rgba(20, 11, 31, 0) 100%);
}
.theme-bmwgroup.has-acf-header .topbar .topbar__logo__bmw, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__logo__bmw {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='53px' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3EBMW-logo-white-default-53px%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='BMW-logo-white-default-53px' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-white'%3E%3Cg id='BMW-Logo-103x115-White-NEW'%3E%3Cpath d='M26.4347214,0 C11.8356305,0 0,11.8356305 0,26.4347214 C0,41.0338123 11.8356305,52.8694428 26.4347214,52.8694428 C41.0338123,52.8694428 52.8694428,41.0338123 52.8694428,26.4347214 C52.8694428,11.8356305 41.0338123,0 26.4347214,0 L26.4347214,0 Z M51.1504399,26.4347214 C51.1504399,40.0841642 40.0857185,51.1504399 26.4347214,51.1504399 C12.7837243,51.1504399 1.71900293,40.0841642 1.71900293,26.4347214 C1.71900293,12.7852786 12.7852786,1.71900293 26.4347214,1.71900293 C40.0841642,1.71900293 51.1504399,12.7852786 51.1504399,26.4347214 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(7.304985, 3.108504)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M31.941437,12.1107331 C32.3004692,12.4961877 32.8180352,13.1178886 33.1086804,13.4955718 L38.4615249,10.0979765 C38.1941935,9.74826979 37.7683284,9.21671554 37.4497067,8.84214076 L34.0598827,11.0833724 L33.8282991,11.2823167 L34.0008211,11.0305279 L35.497566,8.04325513 L34.4391202,6.98480938 L31.4502933,8.48155425 L31.1985044,8.65407625 L31.3990029,8.42249267 L33.6417889,5.03422287 C33.2470088,4.6985044 32.8677713,4.39076246 32.3843988,4.01774194 L28.9868035,9.36592375 C29.4173314,9.69697947 29.9846334,10.1834604 30.3467742,10.5145161 L33.5454252,8.85457478 L33.7505865,8.70381232 L33.599824,8.90897361 L31.941437,12.1107331 Z' id='W_60_'%3E%3C/path%3E%3Cpath d='M19.794956,5.3326393 L21.2575073,2.05627566 L21.3507625,1.7656305 L21.3243402,2.06870968 L21.4782111,6.44703812 C21.9911144,6.49521994 22.5211144,6.56671554 23.0433431,6.65375367 L22.8055425,0.16941349 C22.075044,0.0885923754 21.347654,0.031085044 20.6202639,0 L19.1794721,3.57633431 L19.1281818,3.84211144 L19.0768915,3.57633431 L17.637654,0 C16.9102639,0.031085044 16.1828739,0.0885923754 15.4523754,0.16941349 L15.2145748,6.65375367 C15.7368035,6.56671554 16.2668035,6.49677419 16.7797067,6.44703812 L16.9335777,2.06870968 L16.9071554,1.7656305 L17.0004106,2.05627566 L18.4629619,5.3326393 L19.794956,5.3326393 Z' id='M_60_'%3E%3C/path%3E%3Cpath d='M7.96554252,10.5005279 C8.81105572,9.60994135 9.2897654,8.58102639 8.4442522,7.598739 C7.98419355,7.0656305 7.21173021,6.94906158 6.5713783,7.21173021 L6.50765396,7.23659824 L6.52785924,7.18064516 C6.62266862,6.92730205 6.68328446,6.11909091 5.99475073,5.56111437 C5.65903226,5.28912023 5.23782991,5.18809384 4.81196481,5.2316129 C4.01774194,5.31243402 3.40692082,5.85486804 1.74387097,7.70909091 C1.24184751,8.2686217 0.511348974,9.15143695 0.0730498534,9.72340176 C0.0730498534,9.72340176 4.64099707,14.0566569 4.64099707,14.0566569 C6.15483871,12.381173 6.77187683,11.7579179 7.96554252,10.5005279 Z M2.00498534,9.44052786 C2.92510264,8.31524927 3.90272727,7.29410557 4.34568915,6.89 C4.48557185,6.76255132 4.63788856,6.63510264 4.82284457,6.58536657 C5.12281525,6.5029912 5.43211144,6.71592375 5.50205279,7.02366569 C5.57199413,7.33296188 5.37771261,7.62671554 5.16167155,7.86917889 C4.67519062,8.41782991 2.89090909,10.2844868 2.89090909,10.2844868 C2.89090909,10.2844868 2.00498534,9.44052786 2.00498534,9.44052786 Z M3.79392962,11.1377713 C3.79392962,11.1377713 5.53158358,9.30064516 6.09888563,8.71313783 C6.3242522,8.48 6.46879765,8.33856305 6.62422287,8.26240469 C6.82472141,8.1644868 7.04387097,8.14428152 7.23970674,8.27483871 C7.43243402,8.40384164 7.52102639,8.62609971 7.47284457,8.84680352 C7.41533724,9.10947214 7.20085044,9.35970674 7.02366569,9.55087977 C6.78431085,9.80733138 4.72337243,12.0128152 4.72026393,12.0159238 L3.79392962,11.1377713 Z' id='B_x5F_22d_60_'%3E%3C/path%3E%3C/g%3E%3Cpath d='M42.1109091,26.4347214 L26.4347214,26.4347214 L26.4347214,10.7585337 C35.0981232,10.7585337 42.1109091,17.7713196 42.1109091,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,26.4347214 L26.4347214,42.1109091 C17.7713196,42.1109091 10.7585337,35.0981232 10.7585337,26.4347214 L26.4347214,26.4347214 L26.4347214,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,10.7585337 L26.4347214,26.4347214 L10.7585337,26.4347214 C10.7585337,17.7713196 17.7713196,10.7585337 26.4347214,10.7585337 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M42.1109091,26.4347214 C42.1109091,35.0981232 35.0981232,42.1109091 26.4347214,42.1109091 L26.4347214,26.4347214 L42.1109091,26.4347214 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.theme-bmwgroup.has-acf-header .topbar .topbar__logo__mini, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__logo__mini {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 39 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(1,0,0,1,0,-10.503)'%3E%3Cpath d='M0,14.908L12.279,14.908C13.059,13.691 14.084,12.726 15.356,12.011C16.627,11.297 18.007,10.94 19.497,10.94C20.986,10.94 22.369,11.298 23.645,12.015C24.921,12.732 25.945,13.697 26.715,14.908L39,14.908L37.784,16.124L27.385,16.124C27.599,16.585 27.761,17.066 27.871,17.568L36.375,17.568L35.159,18.785L28.059,18.785C28.08,19.099 28.09,19.337 28.09,19.499C28.09,19.661 28.08,19.9 28.059,20.214L33.731,20.214L32.514,21.43L27.871,21.43C27.761,21.937 27.599,22.416 27.385,22.867L31.064,22.867L29.832,24.083L26.715,24.083C25.945,25.296 24.921,26.264 23.645,26.985C22.369,27.706 20.986,28.066 19.497,28.066C18.007,28.066 16.627,27.707 15.356,26.989C14.084,26.27 13.059,25.301 12.279,24.083L9.168,24.083L7.959,22.867L11.631,22.867C11.419,22.416 11.259,21.937 11.15,21.43L6.51,21.43L5.278,20.214L10.949,20.214C10.928,19.9 10.918,19.661 10.918,19.499C10.918,19.337 10.928,19.099 10.949,18.785L3.864,18.785L2.632,17.568L11.15,17.568C11.259,17.066 11.419,16.585 11.631,16.124L1.216,16.124L0,14.908ZM12.746,16.649C12.359,17.556 12.165,18.506 12.165,19.499C12.165,20.492 12.359,21.443 12.746,22.35C13.133,23.256 13.655,24.039 14.311,24.697C14.967,25.355 15.747,25.878 16.651,26.267C17.555,26.656 18.504,26.85 19.497,26.85C20.489,26.85 21.439,26.656 22.346,26.267C23.252,25.878 24.034,25.355 24.69,24.697C25.346,24.039 25.868,23.256 26.259,22.35C26.649,21.443 26.844,20.492 26.844,19.499C26.844,18.506 26.649,17.556 26.259,16.649C25.868,15.742 25.346,14.961 24.69,14.305C24.034,13.65 23.252,13.128 22.346,12.739C21.439,12.35 20.489,12.156 19.497,12.156C18.504,12.156 17.555,12.35 16.651,12.739C15.747,13.128 14.967,13.65 14.311,14.305C13.655,14.961 13.133,15.742 12.746,16.649ZM13.646,21.43L14.406,21.43L14.384,18.549L15.304,21.43L16.149,21.425L17.052,18.564L17.052,21.43L17.863,21.43L17.863,17.568L16.721,17.567L15.741,20.647L14.742,17.571L13.646,17.568L13.646,21.43ZM18.737,21.43L19.542,21.43L19.542,17.568L18.737,17.568L18.737,21.43ZM20.416,21.43L21.191,21.43L21.191,18.648L22.733,21.43L23.668,21.43L23.668,17.568L22.908,17.568L22.908,20.366L21.366,17.568L20.416,17.568L20.416,21.43ZM24.557,21.43L25.347,21.43L25.347,17.568L24.557,17.568L24.557,21.43Z' style='fill-rule:nonzero;' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.theme-bmwgroup.has-acf-header .topbar .topbar__bmwgroup__image *, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__bmwgroup__image * {
  fill: #fff;
}
.theme-bmwgroup.has-acf-header .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link {
  color: #fff;
}
.theme-bmwgroup.has-acf-header .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after {
  border-bottom: 2px solid #fff;
}
.theme-bmwgroup.has-acf-header .topbar .topbar__inner .topbar__left, .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__inner .topbar__left {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.theme-bmwgroup.no-acf-header .topbar--default .topbar__icons .topbar__icon.burger:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M28 17H4V15H28V17Z' fill='%23000000' class='bmwfcol'/%3E%3Cpath d='M28 9H4V7H28V9Z' fill='%23000000' class='bmwfcol'/%3E%3Cpath d='M28 25H4V23H28V25Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Emenu_rg_48%3C/title%3E%3C/svg%3E") !important;
}
.theme-bmwgroup.no-acf-header .topbar--default .topbar__icons .topbar__icon--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M14 3C10.6941 3 7.91856 4.01722 5.96789 5.96789C4.01722 7.91856 3 10.6941 3 14C3 17.3059 4.01722 20.0814 5.96789 22.0321C7.91856 23.9828 10.6941 25 14 25C16.9049 25 19.4002 24.2146 21.2863 22.7006L27.2929 28.7073L28.7071 27.293L22.7005 21.2864C24.2146 19.4004 25 16.905 25 14C25 10.6941 23.9828 7.91856 22.0321 5.96789C20.0814 4.01722 17.3059 3 14 3ZM5 14C5 11.1059 5.88278 8.88144 7.38211 7.38211C8.88144 5.88278 11.1059 5 14 5C16.8941 5 19.1186 5.88278 20.6179 7.38211C22.1172 8.88144 23 11.1059 23 14C23 16.8941 22.1172 19.1186 20.6179 20.6179C19.1186 22.1172 16.8941 23 14 23C11.1059 23 8.88144 22.1172 7.38211 20.6179C5.88278 19.1186 5 16.8941 5 14Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Esearch_rg_48%3C/title%3E%3C/svg%3E") !important;
}
.theme-bmwgroup .topbar {
  height: auto;
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: 0.5s;
  transform: translateY(0);
  z-index: 999;
  max-width: 1920px;
}
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu {
  display: flex;
  column-gap: 24px;
}
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item {
  height: 32px;
}
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link {
  height: 32px;
  border: 0;
  position: relative;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  font-size: 16px;
}
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link:after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  top: calc(100% + 8px);
  transition: all 500ms;
  border-bottom: 2px solid #000;
}
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:hover:after, .theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link.is-active:after,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link:hover:after,
.theme-bmwgroup .topbar .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link.is-active:after {
  width: 100%;
  left: 0;
}
.theme-bmwgroup .topbar .topbar__logo {
  gap: 12px;
}
.theme-bmwgroup .topbar .topbar__logo__bmw {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='120' viewBox='0 0 116 120' width='116' xmlns='http://www.w3.org/2000/svg'%3E%3CclipPath id='a'%3E%3Cpath d='m0 1.93173h115.932v115.932h-115.932z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='%236F6F6F'%3E%3Cpath d='m57.9659 1.93173c-31.9988 0-57.9659 25.93307-57.9659 57.96597s25.933 57.9663 57.9659 57.9663 57.9661-25.9334 57.9661-57.9663-25.9673-57.96597-57.9661-57.96597zm54.1831 57.96597c0 29.92-24.263 54.1833-54.1831 54.1833s-54.18329-24.2633-54.18329-54.1833c0-29.9201 24.26319-54.18336 54.18329-54.18336s54.1831 24.26326 54.1831 54.18336z'/%3E%3Cpath d='m86.0459 35.2937c.7838.852 1.9084 2.2151 2.5558 3.0329l11.7223-7.463c-.5789-.7838-1.5331-1.9424-2.2146-2.7603l-7.4289 4.9072-.5112.443.3749-.5452 3.2714-6.5429-2.3173-2.3173-6.5429 3.2715-.5452.3748.443-.5111 4.9072-7.429c-.852-.7497-1.7039-1.3971-2.7603-2.215l-7.463 11.7227c.9542.7156 2.181 1.8061 2.9648 2.5217l7.054-3.6122.443-.3408-.3408.443z'/%3E%3Cpath d='m59.4313 20.4359 3.2033-7.1904.2045-.6475-.0682.6816.3408 9.6099c1.1245.1022 2.2832.2726 3.4418.443l-.5112-14.21036c-1.6016-.17039-3.2032-.3067-4.8049-.37486l-3.1692 7.83782-.1022.5793-.1023-.5793-3.1692-7.83782c-1.6016.06816-3.2033.20447-4.8049.37486l-.5112 14.21036c1.1587-.2045 2.3173-.3408 3.4419-.443l.3407-9.6099-.0681-.6816.2044.6475 3.2033 7.1904z'/%3E%3Cpath d='m33.4984 31.7837c1.8402-1.9424 2.8966-4.2256 1.0564-6.3725-1.0223-1.1586-2.6921-1.4312-4.1234-.8519l-.1363.0681.0341-.1363c.2045-.5452.3408-2.3172-1.1586-3.544-.7498-.5794-1.6698-.8179-2.5899-.7157-1.738.1704-3.067 1.3631-6.7133 5.4184-1.0905 1.2268-2.6921 3.1692-3.6804 4.43l10.0188 9.5077c3.3055-3.6804 4.6686-5.0776 7.2926-7.8038zm-13.0858-2.3513c2.0106-2.4536 4.1575-4.7027 5.1457-5.5887.3067-.2727.6475-.5453 1.0564-.6816.6475-.1704 1.3291.2726 1.4994.9542.1704.6815-.2726 1.329-.7497 1.8402-1.0564 1.1927-4.9753 5.282-4.9753 5.282zm3.9189 3.7485s3.8167-4.0211 5.0435-5.3161c.4771-.5112.8179-.8179 1.1587-.9882.443-.2045.92-.2727 1.3631.034.4089.2727.6134.7838.5111 1.2609-.1363.5793-.5793 1.1246-.9882 1.5335-.5112.5793-5.0435 5.3843-5.0435 5.4183z'/%3E%3Cpath d='m57.8634 25.4453v1.8743c17.9247 0 32.4759 14.5852 32.4759 32.4759h1.8742c0-18.9471-15.369-34.3502-34.3501-34.3502zm0 66.8602c-17.9248 0-32.476-14.5852-32.476-32.4759h-1.8742c0 18.9812 15.403 34.3842 34.3842 34.3842'/%3E%3C/g%3E%3Cpath d='m57.9663 25.5135v34.3842h-34.3843c0-19.0152 15.369-34.3842 34.3843-34.3842z' fill='%230066b1'/%3E%3Cpath d='m92.3159 59.8977c0 18.9812-15.369 34.3843-34.3843 34.3843v-34.3843z' fill='%230066b1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.theme-bmwgroup .topbar .topbar__logo__mini {
  width: 62px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='120' viewBox='0 0 189 120' width='189'%3E%3Cpath d='m69.7747 69.4015h-3.6483v-18.7679h5.4725l4.7709 14.9793 4.7359-14.9793h5.4725v18.7679h-3.7887v-13.8918l-4.385 13.8918h-4.1044l-4.5254-13.997zm24.9071 0h-3.894v-18.7679h3.894zm7.9982 0h-3.7184v-18.7679h4.5954l7.472 13.6111v-13.6111h3.719v18.7679h-4.596l-7.472-13.541zm20.171 0h-3.894v-18.7679h3.894zm27.573 6.9108h-17.785c.947-2.21 1.683-4.5253 2.245-6.9108h22.451l5.929-5.9286h-27.468c.105-1.1576.14-2.2802.14-3.4729s-.07-2.3153-.14-3.4729h34.379l5.928-5.9286h-41.219c-.562-2.3855-1.298-4.7008-2.245-6.9108h50.375l5.929-5.9286h-59.462c-7.366-11.5765-20.311-19.2591-35.0097-19.2591s-27.6433 7.6826-35.0102 19.2591h-59.4611l5.92858 5.9286h50.41042c-.9472 2.21-1.7189 4.5253-2.2451 6.9108h-41.2194l5.9286 5.9286h34.3787c-.1053 1.1576-.1404 2.2802-.1404 3.4729s.0702 2.3153.1404 3.4729h-27.4679l5.9286 5.9286h22.4514c.5612 2.3855 1.2979 4.7008 2.2451 6.9108h-17.8208l5.9286 5.9286h15.0143c7.3669 11.5765 20.3115 19.2591 35.0102 19.2591s27.6437-7.6826 35.0097-19.2591h15.015zm-55.9527 19.2942c-19.6099 0-35.5715-15.9615-35.5715-35.5714s15.9616-35.5714 35.5715-35.5714c19.6097 0 35.5717 15.9615 35.5717 35.5714s-15.962 35.5714-35.5717 35.5714z' fill='%236F6F6F'/%3E%3C/svg%3E");
}
.theme-bmwgroup .topbar.topbar--default.topbar--scrolled {
  transform: translateY(-100%);
}
.theme-bmwgroup .topbar.topbar--default.topbar--active {
  transform: translateY(0);
  transition: transform linear 0s;
  transition-delay: 0s;
  background-color: var(--wp--preset--color--bmw-group-donkerblauw);
  background-color: #10162c;
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__logo__bmw {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='53px' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3EBMW-logo-white-default-53px%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='BMW-logo-white-default-53px' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-white'%3E%3Cg id='BMW-Logo-103x115-White-NEW'%3E%3Cpath d='M26.4347214,0 C11.8356305,0 0,11.8356305 0,26.4347214 C0,41.0338123 11.8356305,52.8694428 26.4347214,52.8694428 C41.0338123,52.8694428 52.8694428,41.0338123 52.8694428,26.4347214 C52.8694428,11.8356305 41.0338123,0 26.4347214,0 L26.4347214,0 Z M51.1504399,26.4347214 C51.1504399,40.0841642 40.0857185,51.1504399 26.4347214,51.1504399 C12.7837243,51.1504399 1.71900293,40.0841642 1.71900293,26.4347214 C1.71900293,12.7852786 12.7852786,1.71900293 26.4347214,1.71900293 C40.0841642,1.71900293 51.1504399,12.7852786 51.1504399,26.4347214 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(7.304985, 3.108504)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M31.941437,12.1107331 C32.3004692,12.4961877 32.8180352,13.1178886 33.1086804,13.4955718 L38.4615249,10.0979765 C38.1941935,9.74826979 37.7683284,9.21671554 37.4497067,8.84214076 L34.0598827,11.0833724 L33.8282991,11.2823167 L34.0008211,11.0305279 L35.497566,8.04325513 L34.4391202,6.98480938 L31.4502933,8.48155425 L31.1985044,8.65407625 L31.3990029,8.42249267 L33.6417889,5.03422287 C33.2470088,4.6985044 32.8677713,4.39076246 32.3843988,4.01774194 L28.9868035,9.36592375 C29.4173314,9.69697947 29.9846334,10.1834604 30.3467742,10.5145161 L33.5454252,8.85457478 L33.7505865,8.70381232 L33.599824,8.90897361 L31.941437,12.1107331 Z' id='W_60_'%3E%3C/path%3E%3Cpath d='M19.794956,5.3326393 L21.2575073,2.05627566 L21.3507625,1.7656305 L21.3243402,2.06870968 L21.4782111,6.44703812 C21.9911144,6.49521994 22.5211144,6.56671554 23.0433431,6.65375367 L22.8055425,0.16941349 C22.075044,0.0885923754 21.347654,0.031085044 20.6202639,0 L19.1794721,3.57633431 L19.1281818,3.84211144 L19.0768915,3.57633431 L17.637654,0 C16.9102639,0.031085044 16.1828739,0.0885923754 15.4523754,0.16941349 L15.2145748,6.65375367 C15.7368035,6.56671554 16.2668035,6.49677419 16.7797067,6.44703812 L16.9335777,2.06870968 L16.9071554,1.7656305 L17.0004106,2.05627566 L18.4629619,5.3326393 L19.794956,5.3326393 Z' id='M_60_'%3E%3C/path%3E%3Cpath d='M7.96554252,10.5005279 C8.81105572,9.60994135 9.2897654,8.58102639 8.4442522,7.598739 C7.98419355,7.0656305 7.21173021,6.94906158 6.5713783,7.21173021 L6.50765396,7.23659824 L6.52785924,7.18064516 C6.62266862,6.92730205 6.68328446,6.11909091 5.99475073,5.56111437 C5.65903226,5.28912023 5.23782991,5.18809384 4.81196481,5.2316129 C4.01774194,5.31243402 3.40692082,5.85486804 1.74387097,7.70909091 C1.24184751,8.2686217 0.511348974,9.15143695 0.0730498534,9.72340176 C0.0730498534,9.72340176 4.64099707,14.0566569 4.64099707,14.0566569 C6.15483871,12.381173 6.77187683,11.7579179 7.96554252,10.5005279 Z M2.00498534,9.44052786 C2.92510264,8.31524927 3.90272727,7.29410557 4.34568915,6.89 C4.48557185,6.76255132 4.63788856,6.63510264 4.82284457,6.58536657 C5.12281525,6.5029912 5.43211144,6.71592375 5.50205279,7.02366569 C5.57199413,7.33296188 5.37771261,7.62671554 5.16167155,7.86917889 C4.67519062,8.41782991 2.89090909,10.2844868 2.89090909,10.2844868 C2.89090909,10.2844868 2.00498534,9.44052786 2.00498534,9.44052786 Z M3.79392962,11.1377713 C3.79392962,11.1377713 5.53158358,9.30064516 6.09888563,8.71313783 C6.3242522,8.48 6.46879765,8.33856305 6.62422287,8.26240469 C6.82472141,8.1644868 7.04387097,8.14428152 7.23970674,8.27483871 C7.43243402,8.40384164 7.52102639,8.62609971 7.47284457,8.84680352 C7.41533724,9.10947214 7.20085044,9.35970674 7.02366569,9.55087977 C6.78431085,9.80733138 4.72337243,12.0128152 4.72026393,12.0159238 L3.79392962,11.1377713 Z' id='B_x5F_22d_60_'%3E%3C/path%3E%3C/g%3E%3Cpath d='M42.1109091,26.4347214 L26.4347214,26.4347214 L26.4347214,10.7585337 C35.0981232,10.7585337 42.1109091,17.7713196 42.1109091,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,26.4347214 L26.4347214,42.1109091 C17.7713196,42.1109091 10.7585337,35.0981232 10.7585337,26.4347214 L26.4347214,26.4347214 L26.4347214,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,10.7585337 L26.4347214,26.4347214 L10.7585337,26.4347214 C10.7585337,17.7713196 17.7713196,10.7585337 26.4347214,10.7585337 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M42.1109091,26.4347214 C42.1109091,35.0981232 35.0981232,42.1109091 26.4347214,42.1109091 L26.4347214,26.4347214 L42.1109091,26.4347214 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__logo__mini {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 39 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(1,0,0,1,0,-10.503)'%3E%3Cpath d='M0,14.908L12.279,14.908C13.059,13.691 14.084,12.726 15.356,12.011C16.627,11.297 18.007,10.94 19.497,10.94C20.986,10.94 22.369,11.298 23.645,12.015C24.921,12.732 25.945,13.697 26.715,14.908L39,14.908L37.784,16.124L27.385,16.124C27.599,16.585 27.761,17.066 27.871,17.568L36.375,17.568L35.159,18.785L28.059,18.785C28.08,19.099 28.09,19.337 28.09,19.499C28.09,19.661 28.08,19.9 28.059,20.214L33.731,20.214L32.514,21.43L27.871,21.43C27.761,21.937 27.599,22.416 27.385,22.867L31.064,22.867L29.832,24.083L26.715,24.083C25.945,25.296 24.921,26.264 23.645,26.985C22.369,27.706 20.986,28.066 19.497,28.066C18.007,28.066 16.627,27.707 15.356,26.989C14.084,26.27 13.059,25.301 12.279,24.083L9.168,24.083L7.959,22.867L11.631,22.867C11.419,22.416 11.259,21.937 11.15,21.43L6.51,21.43L5.278,20.214L10.949,20.214C10.928,19.9 10.918,19.661 10.918,19.499C10.918,19.337 10.928,19.099 10.949,18.785L3.864,18.785L2.632,17.568L11.15,17.568C11.259,17.066 11.419,16.585 11.631,16.124L1.216,16.124L0,14.908ZM12.746,16.649C12.359,17.556 12.165,18.506 12.165,19.499C12.165,20.492 12.359,21.443 12.746,22.35C13.133,23.256 13.655,24.039 14.311,24.697C14.967,25.355 15.747,25.878 16.651,26.267C17.555,26.656 18.504,26.85 19.497,26.85C20.489,26.85 21.439,26.656 22.346,26.267C23.252,25.878 24.034,25.355 24.69,24.697C25.346,24.039 25.868,23.256 26.259,22.35C26.649,21.443 26.844,20.492 26.844,19.499C26.844,18.506 26.649,17.556 26.259,16.649C25.868,15.742 25.346,14.961 24.69,14.305C24.034,13.65 23.252,13.128 22.346,12.739C21.439,12.35 20.489,12.156 19.497,12.156C18.504,12.156 17.555,12.35 16.651,12.739C15.747,13.128 14.967,13.65 14.311,14.305C13.655,14.961 13.133,15.742 12.746,16.649ZM13.646,21.43L14.406,21.43L14.384,18.549L15.304,21.43L16.149,21.425L17.052,18.564L17.052,21.43L17.863,21.43L17.863,17.568L16.721,17.567L15.741,20.647L14.742,17.571L13.646,17.568L13.646,21.43ZM18.737,21.43L19.542,21.43L19.542,17.568L18.737,17.568L18.737,21.43ZM20.416,21.43L21.191,21.43L21.191,18.648L22.733,21.43L23.668,21.43L23.668,17.568L22.908,17.568L22.908,20.366L21.366,17.568L20.416,17.568L20.416,21.43ZM24.557,21.43L25.347,21.43L25.347,17.568L24.557,17.568L24.557,21.43Z' style='fill-rule:nonzero;' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__bmwgroup__image * {
  fill: #fff;
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link,
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link {
  color: #fff;
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after,
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link:after {
  border-bottom: 2px solid #fff;
}
.theme-bmwgroup .topbar.topbar--default.topbar--active .topbar__inner .topbar__left {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.theme-bmwgroup .topbar.topbar--default .topbar__inner {
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 0;
}
.theme-bmwgroup .topbar.topbar--default .topbar__inner .topbar__left,
.theme-bmwgroup .topbar.topbar--default .topbar__inner .topbar__right {
  width: 100%;
}
.theme-bmwgroup .topbar.topbar--default .topbar__inner .topbar__left {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(16, 22, 44, 0.3019607843);
}
.theme-bmwgroup .topbar.topbar--default .topbar__inner .topbar__right {
  padding-top: 16px;
}
.theme-bmwgroup .topbar.topbar--scroll {
  transform: translateY(-100%);
  background-color: rgba(20, 11, 31, 0.8);
  backdrop-filter: blur(20px);
}
.theme-bmwgroup .topbar.topbar--scroll.topbar--scrolled {
  transform: translateY(0);
  transition-delay: 500ms;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__inner {
  flex-direction: row;
  border-bottom: 0;
  height: 88px;
  gap: 60px;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__inner .topbar__left {
  border-bottom: 0 !important;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__logo__bmw {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='53px' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3EBMW-logo-white-default-53px%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='BMW-logo-white-default-53px' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-white'%3E%3Cg id='BMW-Logo-103x115-White-NEW'%3E%3Cpath d='M26.4347214,0 C11.8356305,0 0,11.8356305 0,26.4347214 C0,41.0338123 11.8356305,52.8694428 26.4347214,52.8694428 C41.0338123,52.8694428 52.8694428,41.0338123 52.8694428,26.4347214 C52.8694428,11.8356305 41.0338123,0 26.4347214,0 L26.4347214,0 Z M51.1504399,26.4347214 C51.1504399,40.0841642 40.0857185,51.1504399 26.4347214,51.1504399 C12.7837243,51.1504399 1.71900293,40.0841642 1.71900293,26.4347214 C1.71900293,12.7852786 12.7852786,1.71900293 26.4347214,1.71900293 C40.0841642,1.71900293 51.1504399,12.7852786 51.1504399,26.4347214 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(7.304985, 3.108504)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M31.941437,12.1107331 C32.3004692,12.4961877 32.8180352,13.1178886 33.1086804,13.4955718 L38.4615249,10.0979765 C38.1941935,9.74826979 37.7683284,9.21671554 37.4497067,8.84214076 L34.0598827,11.0833724 L33.8282991,11.2823167 L34.0008211,11.0305279 L35.497566,8.04325513 L34.4391202,6.98480938 L31.4502933,8.48155425 L31.1985044,8.65407625 L31.3990029,8.42249267 L33.6417889,5.03422287 C33.2470088,4.6985044 32.8677713,4.39076246 32.3843988,4.01774194 L28.9868035,9.36592375 C29.4173314,9.69697947 29.9846334,10.1834604 30.3467742,10.5145161 L33.5454252,8.85457478 L33.7505865,8.70381232 L33.599824,8.90897361 L31.941437,12.1107331 Z' id='W_60_'%3E%3C/path%3E%3Cpath d='M19.794956,5.3326393 L21.2575073,2.05627566 L21.3507625,1.7656305 L21.3243402,2.06870968 L21.4782111,6.44703812 C21.9911144,6.49521994 22.5211144,6.56671554 23.0433431,6.65375367 L22.8055425,0.16941349 C22.075044,0.0885923754 21.347654,0.031085044 20.6202639,0 L19.1794721,3.57633431 L19.1281818,3.84211144 L19.0768915,3.57633431 L17.637654,0 C16.9102639,0.031085044 16.1828739,0.0885923754 15.4523754,0.16941349 L15.2145748,6.65375367 C15.7368035,6.56671554 16.2668035,6.49677419 16.7797067,6.44703812 L16.9335777,2.06870968 L16.9071554,1.7656305 L17.0004106,2.05627566 L18.4629619,5.3326393 L19.794956,5.3326393 Z' id='M_60_'%3E%3C/path%3E%3Cpath d='M7.96554252,10.5005279 C8.81105572,9.60994135 9.2897654,8.58102639 8.4442522,7.598739 C7.98419355,7.0656305 7.21173021,6.94906158 6.5713783,7.21173021 L6.50765396,7.23659824 L6.52785924,7.18064516 C6.62266862,6.92730205 6.68328446,6.11909091 5.99475073,5.56111437 C5.65903226,5.28912023 5.23782991,5.18809384 4.81196481,5.2316129 C4.01774194,5.31243402 3.40692082,5.85486804 1.74387097,7.70909091 C1.24184751,8.2686217 0.511348974,9.15143695 0.0730498534,9.72340176 C0.0730498534,9.72340176 4.64099707,14.0566569 4.64099707,14.0566569 C6.15483871,12.381173 6.77187683,11.7579179 7.96554252,10.5005279 Z M2.00498534,9.44052786 C2.92510264,8.31524927 3.90272727,7.29410557 4.34568915,6.89 C4.48557185,6.76255132 4.63788856,6.63510264 4.82284457,6.58536657 C5.12281525,6.5029912 5.43211144,6.71592375 5.50205279,7.02366569 C5.57199413,7.33296188 5.37771261,7.62671554 5.16167155,7.86917889 C4.67519062,8.41782991 2.89090909,10.2844868 2.89090909,10.2844868 C2.89090909,10.2844868 2.00498534,9.44052786 2.00498534,9.44052786 Z M3.79392962,11.1377713 C3.79392962,11.1377713 5.53158358,9.30064516 6.09888563,8.71313783 C6.3242522,8.48 6.46879765,8.33856305 6.62422287,8.26240469 C6.82472141,8.1644868 7.04387097,8.14428152 7.23970674,8.27483871 C7.43243402,8.40384164 7.52102639,8.62609971 7.47284457,8.84680352 C7.41533724,9.10947214 7.20085044,9.35970674 7.02366569,9.55087977 C6.78431085,9.80733138 4.72337243,12.0128152 4.72026393,12.0159238 L3.79392962,11.1377713 Z' id='B_x5F_22d_60_'%3E%3C/path%3E%3C/g%3E%3Cpath d='M42.1109091,26.4347214 L26.4347214,26.4347214 L26.4347214,10.7585337 C35.0981232,10.7585337 42.1109091,17.7713196 42.1109091,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,26.4347214 L26.4347214,42.1109091 C17.7713196,42.1109091 10.7585337,35.0981232 10.7585337,26.4347214 L26.4347214,26.4347214 L26.4347214,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,10.7585337 L26.4347214,26.4347214 L10.7585337,26.4347214 C10.7585337,17.7713196 17.7713196,10.7585337 26.4347214,10.7585337 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M42.1109091,26.4347214 C42.1109091,35.0981232 35.0981232,42.1109091 26.4347214,42.1109091 L26.4347214,26.4347214 L42.1109091,26.4347214 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__logo__mini {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 39 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(1,0,0,1,0,-10.503)'%3E%3Cpath d='M0,14.908L12.279,14.908C13.059,13.691 14.084,12.726 15.356,12.011C16.627,11.297 18.007,10.94 19.497,10.94C20.986,10.94 22.369,11.298 23.645,12.015C24.921,12.732 25.945,13.697 26.715,14.908L39,14.908L37.784,16.124L27.385,16.124C27.599,16.585 27.761,17.066 27.871,17.568L36.375,17.568L35.159,18.785L28.059,18.785C28.08,19.099 28.09,19.337 28.09,19.499C28.09,19.661 28.08,19.9 28.059,20.214L33.731,20.214L32.514,21.43L27.871,21.43C27.761,21.937 27.599,22.416 27.385,22.867L31.064,22.867L29.832,24.083L26.715,24.083C25.945,25.296 24.921,26.264 23.645,26.985C22.369,27.706 20.986,28.066 19.497,28.066C18.007,28.066 16.627,27.707 15.356,26.989C14.084,26.27 13.059,25.301 12.279,24.083L9.168,24.083L7.959,22.867L11.631,22.867C11.419,22.416 11.259,21.937 11.15,21.43L6.51,21.43L5.278,20.214L10.949,20.214C10.928,19.9 10.918,19.661 10.918,19.499C10.918,19.337 10.928,19.099 10.949,18.785L3.864,18.785L2.632,17.568L11.15,17.568C11.259,17.066 11.419,16.585 11.631,16.124L1.216,16.124L0,14.908ZM12.746,16.649C12.359,17.556 12.165,18.506 12.165,19.499C12.165,20.492 12.359,21.443 12.746,22.35C13.133,23.256 13.655,24.039 14.311,24.697C14.967,25.355 15.747,25.878 16.651,26.267C17.555,26.656 18.504,26.85 19.497,26.85C20.489,26.85 21.439,26.656 22.346,26.267C23.252,25.878 24.034,25.355 24.69,24.697C25.346,24.039 25.868,23.256 26.259,22.35C26.649,21.443 26.844,20.492 26.844,19.499C26.844,18.506 26.649,17.556 26.259,16.649C25.868,15.742 25.346,14.961 24.69,14.305C24.034,13.65 23.252,13.128 22.346,12.739C21.439,12.35 20.489,12.156 19.497,12.156C18.504,12.156 17.555,12.35 16.651,12.739C15.747,13.128 14.967,13.65 14.311,14.305C13.655,14.961 13.133,15.742 12.746,16.649ZM13.646,21.43L14.406,21.43L14.384,18.549L15.304,21.43L16.149,21.425L17.052,18.564L17.052,21.43L17.863,21.43L17.863,17.568L16.721,17.567L15.741,20.647L14.742,17.571L13.646,17.568L13.646,21.43ZM18.737,21.43L19.542,21.43L19.542,17.568L18.737,17.568L18.737,21.43ZM20.416,21.43L21.191,21.43L21.191,18.648L22.733,21.43L23.668,21.43L23.668,17.568L22.908,17.568L22.908,20.366L21.366,17.568L20.416,17.568L20.416,21.43ZM24.557,21.43L25.347,21.43L25.347,17.568L24.557,17.568L24.557,21.43Z' style='fill-rule:nonzero;' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E%0A");
  width: 50px;
  height: 30px;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__bmwgroup__image * {
  fill: #fff;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link,
.theme-bmwgroup .topbar.topbar--scroll .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link {
  color: #fff;
}
.theme-bmwgroup .topbar.topbar--scroll .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after,
.theme-bmwgroup .topbar.topbar--scroll .topbar__navigation .menu-hoofdmenu-bmw-group-container .menu > .menu-item > .menu-item__link:after {
  border-color: #fff;
}
.theme-bmwgroup .topbar .topbar__icons {
  margin-left: auto;
  display: flex;
  gap: 6px;
}
.theme-bmwgroup .topbar .topbar__icons .topbar__icon {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.theme-bmwgroup .topbar .topbar__icons .topbar__icon.burger {
  display: flex;
  background-color: transparent;
  align-items: center;
  border: 0;
  outline: 0;
  appearance: none;
  padding: 0;
  display: none;
}
.theme-bmwgroup .topbar .topbar__icons .topbar__icon.burger:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M28 17H4V15H28V17Z' fill='%23ffffff' class='bmwfcol'/%3E%3Cpath d='M28 9H4V7H28V9Z' fill='%23ffffff' class='bmwfcol'/%3E%3Cpath d='M28 25H4V23H28V25Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Emenu_rg_48%3C/title%3E%3C/svg%3E");
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.theme-bmwgroup .submenu-inner {
  background-color: var(--wp--preset--color--bmw-group-donkerblauw);
  background-color: rgba(16, 22, 44, 0.85);
  backdrop-filter: blur(20px);
  color: #fff;
}
.theme-bmwgroup .submenu-inner .submenu__items {
  display: flex;
  flex-wrap: wrap;
  --columns: 3;
  --gap-x: 0px;
  gap: 0px var(--gap-x);
  flex-direction: row;
}
.theme-bmwgroup .submenu-inner .submenu__items > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.theme-bmwgroup .submenu-inner .submenu__column__outer {
  padding-bottom: 64px;
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-of-type(3n+1) {
  padding-left: var(--wp--preset--spacing--max-54);
  background-color: rgba(16, 22, 44, 0.85);
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-of-type(3n+1) .submenu__column {
  padding-left: 0;
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-child(3) {
  padding-right: var(--wp--preset--spacing--max-54);
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-child(3) .submenu__column {
  padding-right: 0;
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-child(-n+3) {
  padding-top: 64px;
}
.theme-bmwgroup .submenu-inner .submenu__column__outer:nth-child(-n+3) {
  padding-top: 64px;
}
.theme-bmwgroup .submenu-inner .submenu__column__title {
  font-weight: bold;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
.theme-bmwgroup .submenu-inner .submenu__column__title a {
  color: inherit;
  text-decoration: none;
}
.theme-bmwgroup .submenu-inner .submenu__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list {
  display: flex;
  flex-direction: column;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link {
  color: #fff;
  font-size: 16px;
  padding: 8px 70px 8px 40px;
  transition: color 500ms, background-color 500ms;
  line-height: 1.4;
  display: block;
  width: 100%;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #262626;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link {
  justify-content: space-between !important;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child.current-menu-item > .wp-block-navigation__submenu-container {
  display: flex;
  flex-direction: column;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container {
  display: none;
}
.theme-bmwgroup .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link {
  font-size: 14px;
}
.theme-bmwgroup .mobile-navigation {
  background-color: rgba(16, 22, 44, 0.8) !important;
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: calc(100vh - var(--topbar-height));
  height: 100dvh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.2s;
  overflow-x: hidden;
  width: 100vw;
}
.theme-bmwgroup .mobile-navigation .topbar {
  position: relative;
  top: 0 !important;
  background-color: rgba(20, 11, 31, 0.8) !important;
  backdrop-filter: blur(20px);
}
.theme-bmwgroup .mobile-navigation .topbar .topbar__logo__bmw {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='53px' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3EBMW-logo-white-default-53px%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='BMW-logo-white-default-53px' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-white'%3E%3Cg id='BMW-Logo-103x115-White-NEW'%3E%3Cpath d='M26.4347214,0 C11.8356305,0 0,11.8356305 0,26.4347214 C0,41.0338123 11.8356305,52.8694428 26.4347214,52.8694428 C41.0338123,52.8694428 52.8694428,41.0338123 52.8694428,26.4347214 C52.8694428,11.8356305 41.0338123,0 26.4347214,0 L26.4347214,0 Z M51.1504399,26.4347214 C51.1504399,40.0841642 40.0857185,51.1504399 26.4347214,51.1504399 C12.7837243,51.1504399 1.71900293,40.0841642 1.71900293,26.4347214 C1.71900293,12.7852786 12.7852786,1.71900293 26.4347214,1.71900293 C40.0841642,1.71900293 51.1504399,12.7852786 51.1504399,26.4347214 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(7.304985, 3.108504)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M31.941437,12.1107331 C32.3004692,12.4961877 32.8180352,13.1178886 33.1086804,13.4955718 L38.4615249,10.0979765 C38.1941935,9.74826979 37.7683284,9.21671554 37.4497067,8.84214076 L34.0598827,11.0833724 L33.8282991,11.2823167 L34.0008211,11.0305279 L35.497566,8.04325513 L34.4391202,6.98480938 L31.4502933,8.48155425 L31.1985044,8.65407625 L31.3990029,8.42249267 L33.6417889,5.03422287 C33.2470088,4.6985044 32.8677713,4.39076246 32.3843988,4.01774194 L28.9868035,9.36592375 C29.4173314,9.69697947 29.9846334,10.1834604 30.3467742,10.5145161 L33.5454252,8.85457478 L33.7505865,8.70381232 L33.599824,8.90897361 L31.941437,12.1107331 Z' id='W_60_'%3E%3C/path%3E%3Cpath d='M19.794956,5.3326393 L21.2575073,2.05627566 L21.3507625,1.7656305 L21.3243402,2.06870968 L21.4782111,6.44703812 C21.9911144,6.49521994 22.5211144,6.56671554 23.0433431,6.65375367 L22.8055425,0.16941349 C22.075044,0.0885923754 21.347654,0.031085044 20.6202639,0 L19.1794721,3.57633431 L19.1281818,3.84211144 L19.0768915,3.57633431 L17.637654,0 C16.9102639,0.031085044 16.1828739,0.0885923754 15.4523754,0.16941349 L15.2145748,6.65375367 C15.7368035,6.56671554 16.2668035,6.49677419 16.7797067,6.44703812 L16.9335777,2.06870968 L16.9071554,1.7656305 L17.0004106,2.05627566 L18.4629619,5.3326393 L19.794956,5.3326393 Z' id='M_60_'%3E%3C/path%3E%3Cpath d='M7.96554252,10.5005279 C8.81105572,9.60994135 9.2897654,8.58102639 8.4442522,7.598739 C7.98419355,7.0656305 7.21173021,6.94906158 6.5713783,7.21173021 L6.50765396,7.23659824 L6.52785924,7.18064516 C6.62266862,6.92730205 6.68328446,6.11909091 5.99475073,5.56111437 C5.65903226,5.28912023 5.23782991,5.18809384 4.81196481,5.2316129 C4.01774194,5.31243402 3.40692082,5.85486804 1.74387097,7.70909091 C1.24184751,8.2686217 0.511348974,9.15143695 0.0730498534,9.72340176 C0.0730498534,9.72340176 4.64099707,14.0566569 4.64099707,14.0566569 C6.15483871,12.381173 6.77187683,11.7579179 7.96554252,10.5005279 Z M2.00498534,9.44052786 C2.92510264,8.31524927 3.90272727,7.29410557 4.34568915,6.89 C4.48557185,6.76255132 4.63788856,6.63510264 4.82284457,6.58536657 C5.12281525,6.5029912 5.43211144,6.71592375 5.50205279,7.02366569 C5.57199413,7.33296188 5.37771261,7.62671554 5.16167155,7.86917889 C4.67519062,8.41782991 2.89090909,10.2844868 2.89090909,10.2844868 C2.89090909,10.2844868 2.00498534,9.44052786 2.00498534,9.44052786 Z M3.79392962,11.1377713 C3.79392962,11.1377713 5.53158358,9.30064516 6.09888563,8.71313783 C6.3242522,8.48 6.46879765,8.33856305 6.62422287,8.26240469 C6.82472141,8.1644868 7.04387097,8.14428152 7.23970674,8.27483871 C7.43243402,8.40384164 7.52102639,8.62609971 7.47284457,8.84680352 C7.41533724,9.10947214 7.20085044,9.35970674 7.02366569,9.55087977 C6.78431085,9.80733138 4.72337243,12.0128152 4.72026393,12.0159238 L3.79392962,11.1377713 Z' id='B_x5F_22d_60_'%3E%3C/path%3E%3C/g%3E%3Cpath d='M42.1109091,26.4347214 L26.4347214,26.4347214 L26.4347214,10.7585337 C35.0981232,10.7585337 42.1109091,17.7713196 42.1109091,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,26.4347214 L26.4347214,42.1109091 C17.7713196,42.1109091 10.7585337,35.0981232 10.7585337,26.4347214 L26.4347214,26.4347214 L26.4347214,26.4347214 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M26.4347214,10.7585337 L26.4347214,26.4347214 L10.7585337,26.4347214 C10.7585337,17.7713196 17.7713196,10.7585337 26.4347214,10.7585337 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M42.1109091,26.4347214 C42.1109091,35.0981232 35.0981232,42.1109091 26.4347214,42.1109091 L26.4347214,26.4347214 L42.1109091,26.4347214 Z' id='Path' fill='%230066B1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.theme-bmwgroup .mobile-navigation .topbar .topbar__right {
  justify-content: flex-end;
}
.theme-bmwgroup .mobile-navigation .topbar .topbar__icons .topbar__icon.burger:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M15.753 17.4143L24.0459 25.7072L25.4601 24.293L17.1672 16.0001L25.4601 7.70718L24.0459 6.29297L15.753 14.5859L7.46012 6.29297L6.0459 7.70718L14.3388 16.0001L6.0459 24.293L7.46012 25.7072L15.753 17.4143Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Eclose_rg_48%3C/title%3E%3C/svg%3E");
}
.theme-bmwgroup .mobile-navigation .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.theme-bmwgroup .mobile-navigation .search.search--mobile {
  width: 100%;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
}
.theme-bmwgroup .mobile-navigation.is-open {
  display: block;
  transform: translateX(0);
}
.theme-bmwgroup .mobile-navigation.is-open:before {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .theme-bmwgroup .mobile-navigation {
    display: none !important;
  }
}
.theme-bmwgroup .mobile-navigation__inner {
  height: calc(100dvh - var(--topbar-height));
}
.theme-bmwgroup .mobile-navigation__inner .submenu__column__title {
  font-size: 19px;
}
.theme-bmwgroup .mobile-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-bmwgroup .mobile-navigation__list__item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .theme-bmwgroup .mobile-navigation__list__item__link {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.theme-bmwgroup .mobile-navigation__list__item__link:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #262626;
}
.theme-bmwgroup .mobile-navigation__list__item__link.is-current ~ .mobile-navigation__list__item__submenu, .theme-bmwgroup .mobile-navigation__list__item__link.is-current-ancestor ~ .mobile-navigation__list__item__submenu {
  display: block;
}
.theme-bmwgroup .mobile-navigation__list__item--level-1 .mobile-navigation__list__item__link {
  font-size: 14px;
}
.theme-bmwgroup .mobile-navigation__list__item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-bmwgroup .mobile-navigation__list__item--submenu > .mobile-navigation__list__item__link {
  width: calc(100% - 44px);
}
.theme-bmwgroup .mobile-navigation__list__item__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
.theme-bmwgroup .mobile-navigation__toggle {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-bmwgroup .mobile-navigation__toggle:after {
  content: "\e9a7";
  display: block;
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  font-size: 18px;
}
.theme-bmwgroup .mobile-navigation .is-current > .mobile-navigation__list__item__submenu,
.theme-bmwgroup .mobile-navigation .is-current-ancestor > .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-bmwgroup .mobile-navigation .is-current > .mobile-navigation__toggle:after,
.theme-bmwgroup .mobile-navigation .is-current-ancestor > .mobile-navigation__toggle:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.theme-bmwgroup .mobile-navigation .submenu-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.theme-bmwgroup .mobile-navigation .submenu-inner .submenu__items {
  --columns: 3;
  row-gap: 40px;
  --gap-x: 40px;
}
.theme-bmwgroup .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-bmwgroup .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer .submenu__column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .theme-bmwgroup .mobile-navigation .submenu-inner .submenu__items {
    --columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .theme-bmwgroup .mobile-navigation .submenu-inner .submenu__items {
    --columns: 1;
  }
}
.theme-bmwgroup .topbar__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-bmwgroup .search-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 0;
  outline: 0;
  border: 0;
  appearance: none;
  margin-left: auto;
  cursor: pointer;
}
.theme-bmwgroup .search-button__icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M14 3C10.6941 3 7.91856 4.01722 5.96789 5.96789C4.01722 7.91856 3 10.6941 3 14C3 17.3059 4.01722 20.0814 5.96789 22.0321C7.91856 23.9828 10.6941 25 14 25C16.9049 25 19.4002 24.2146 21.2863 22.7006L27.2929 28.7073L28.7071 27.293L22.7005 21.2864C24.2146 19.4004 25 16.905 25 14C25 10.6941 23.9828 7.91856 22.0321 5.96789C20.0814 4.01722 17.3059 3 14 3ZM5 14C5 11.1059 5.88278 8.88144 7.38211 7.38211C8.88144 5.88278 11.1059 5 14 5C16.8941 5 19.1186 5.88278 20.6179 7.38211C22.1172 8.88144 23 11.1059 23 14C23 16.8941 22.1172 19.1186 20.6179 20.6179C19.1186 22.1172 16.8941 23 14 23C11.1059 23 8.88144 22.1172 7.38211 20.6179C5.88278 19.1186 5 16.8941 5 14Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Esearch_rg_48%3C/title%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-bmwgroup .search-button__label {
  font-size: 16px;
}

.theme-bmw {
  --topbar-height: 84px;
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) {
  background-color: transparent;
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled):after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, #140b1f 0, rgba(20, 11, 31, 0.5647058824) 66%, rgba(20, 11, 31, 0) 100%);
  z-index: 0;
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) .topbar__logo__bmw {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_2' data-name='Laag 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 437.78 50.73'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %230067b2; %7D %3C/style%3E%3C/defs%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg%3E%3Cpath class='cls-1' d='M49.08,25.37c0,13.1-10.62,23.71-23.72,23.71S1.65,38.46,1.65,25.37,12.27,1.65,25.37,1.65s23.72,10.62,23.72,23.72M25.37,0C11.36,0,0,11.36,0,25.37s11.36,25.36,25.37,25.36,25.37-11.36,25.37-25.36S39.38,0,25.37,0'/%3E%3Cpath class='cls-1' d='M37.66,14.6c.34.37.84.97,1.12,1.33l5.14-3.26c-.26-.34-.67-.85-.97-1.21l-3.25,2.15-.22.19.17-.24,1.44-2.87-1.01-1.02-2.87,1.44-.24.17.19-.22,2.15-3.25c-.38-.32-.74-.62-1.21-.98l-3.26,5.13c.41.32.96.78,1.31,1.1l3.07-1.59.2-.14-.14.2-1.59,3.07Z'/%3E%3Cpath class='cls-1' d='M26.01,8.1l1.4-3.14.09-.28-.03.29.15,4.2c.49.05,1,.12,1.5.2l-.23-6.22c-.7-.08-1.4-.13-2.1-.16l-1.38,3.43-.05.26-.05-.26-1.38-3.43c-.7.03-1.4.08-2.1.16l-.23,6.22c.5-.08,1.01-.15,1.5-.2l.15-4.2-.03-.29.09.28,1.4,3.14h1.28Z'/%3E%3Cpath class='cls-1' d='M10.65,13.67q1.67-1.76,2.21-2.33c.22-.22.36-.36.5-.43.19-.09.4-.11.59.01.19.12.27.34.22.55-.06.25-.26.49-.43.67-.23.25-2.21,2.36-2.21,2.36l-.89-.84ZM8.93,12.04c.88-1.08,1.82-2.06,2.25-2.45.13-.12.28-.24.46-.29.29-.08.58.12.65.42.07.3-.12.58-.33.81-.47.53-2.18,2.32-2.18,2.32l-.85-.81ZM14.65,13.06c.81-.85,1.27-1.84.46-2.78-.44-.51-1.18-.62-1.8-.37l-.06.02.02-.05c.09-.24.15-1.02-.51-1.55-.32-.26-.73-.36-1.14-.32-.76.08-1.35.6-2.94,2.38-.48.54-1.18,1.38-1.6,1.93l4.38,4.16c1.46-1.61,2.05-2.21,3.19-3.41'/%3E%3Cpath class='cls-1' d='M40.41,25.37h-15.04v-15.04c8.31,0,15.04,6.73,15.04,15.04'/%3E%3Cpath class='cls-1' d='M25.37,25.37v15.04c-8.31,0-15.04-6.73-15.04-15.04h15.04Z'/%3E%3Cpath class='cls-2' d='M25.37,10.32v15.04h-15.04c0-8.31,6.73-15.04,15.04-15.04'/%3E%3Cpath class='cls-2' d='M40.41,25.37c0,8.31-6.73,15.04-15.04,15.04v-15.04h15.04Z'/%3E%3Cpath class='cls-2' d='M25.37,10.28v15.04h-15.04c0-8.31,6.73-15.04,15.04-15.04'/%3E%3Cpath class='cls-2' d='M40.41,25.32c0,8.31-6.73,15.04-15.04,15.04v-15.04h15.04Z'/%3E%3Cpath class='cls-1' d='M424.21,37.46c1.15.22,4.19.8,6.34.8,2.69,0,4.45-.48,5.63-1.47,1.15-.96,1.6-2.24,1.6-3.65,0-1.6-.48-2.69-1.15-3.43-.67-.74-1.6-1.18-3.33-1.66l-2.98-.83c-.8-.22-1.35-.42-1.79-.64s-.64-.61-.64-1.25c0-.48.13-.9.54-1.18.42-.29,1.06-.42,1.99-.42,2.3,0,5.38.77,6.66,1.09v-3.59c-1.15-.32-4.1-.96-6.88-.96-1.83,0-3.49.38-4.61,1.31-1.12.93-1.57,2.3-1.57,3.81s.45,2.63,1.12,3.33c.67.7,1.63,1.12,3.07,1.54l3.01.86c1.06.29,1.76.54,2.14.8.38.26.54.61.54,1.12,0,.54-.19,1.02-.7,1.34-.51.32-1.22.42-2.31.42-2.37,0-5.35-.64-6.69-.93v3.59ZM409.58,28.01c0-1.15.19-2.18.64-2.98.64-1.15,1.67-1.57,3.3-1.57,1.54,0,2.69.42,3.3,1.38.42.64.48,1.38.48,2.05,0,.45-.03.9-.06,1.12h-7.65ZM420.14,34.22c-1.47.26-3.68.64-5.83.64s-3.39-.45-4.16-1.6c-.48-.77-.58-1.54-.58-2.34h11.11c.19-.93.32-2.56.32-3.46,0-1.41-.06-3.07-1.06-4.55-1.15-1.7-3.2-2.66-6.4-2.66s-5.38,1.06-6.47,2.91c-1.09,1.86-1.28,4.16-1.28,6.21,0,2.79.29,4.58,1.35,6.08,1.28,1.83,3.04,2.78,6.82,2.78,2.31,0,4.71-.38,6.18-.64v-3.39ZM403.05,33.78c-1.38.35-3.39.86-5.09.86s-2.79-.45-3.36-1.5c-.58-1.06-.7-2.4-.7-3.84s.13-2.75.61-3.75c.64-1.31,1.76-1.66,3.39-1.66s3.84.64,5.15,1.02v-3.68c-1.54-.42-3.71-.96-5.54-.96-3.52,0-5.19,1.09-6.31,3.11-.8,1.44-1.18,3.43-1.18,5.96s.48,4.67,1.51,6.31c1.02,1.63,2.56,2.62,6.02,2.62,1.76,0,4.1-.48,5.51-.8v-3.68ZM382.21,18.28h3.91v-4.71h-3.91v4.71ZM382.24,37.71h3.84v-16.9h-3.84v16.9ZM368.7,37.71h5.28l5.95-16.9h-4.07l-4.45,13.22-4.45-13.22h-4.19l5.92,16.9ZM352.24,37.71h3.84v-11.14c.61-.42,1.44-.9,2.46-1.31,1.09-.45,2.18-.77,3.49-.99v-3.87c-1.5.22-2.88.61-3.81,1.06-.8.38-1.44.83-2.14,1.34v-1.99h-3.84v16.9ZM337,28.01c0-1.15.19-2.18.64-2.98.64-1.15,1.66-1.57,3.3-1.57,1.54,0,2.69.42,3.3,1.38.42.64.48,1.38.48,2.05,0,.45-.03.9-.06,1.12h-7.65ZM347.57,34.22c-1.47.26-3.68.64-5.83.64s-3.39-.45-4.16-1.6c-.48-.77-.58-1.54-.58-2.34h11.11c.19-.93.32-2.56.32-3.46,0-1.41-.06-3.07-1.06-4.55-1.15-1.7-3.2-2.66-6.4-2.66s-5.38,1.06-6.47,2.91c-1.09,1.86-1.28,4.16-1.28,6.21,0,2.79.29,4.58,1.35,6.08,1.28,1.83,3.04,2.78,6.82,2.78,2.3,0,4.71-.38,6.18-.64v-3.39ZM312.38,37.14c2.08.42,5.64,1.12,8.32,1.12,3.36,0,5.47-.58,7.04-1.89,1.57-1.31,2.27-3.07,2.27-5.19s-.61-3.68-1.63-4.67c-1.02-.99-2.24-1.44-4.23-2.08l-4.48-1.44c-1.41-.45-2.24-.74-2.79-1.22-.54-.48-.7-1.09-.7-1.92,0-.99.22-1.76.96-2.34.74-.58,1.79-.74,3.62-.74,2.21,0,6.08.86,8.29,1.38v-3.84c-2.34-.54-5.67-1.28-8.42-1.28s-4.71.29-6.24,1.57c-1.54,1.28-2.21,3.01-2.21,5.25,0,2.05.58,3.68,1.79,4.77.93.83,1.98,1.28,3.68,1.83l4.58,1.47c1.5.48,2.53.83,3.07,1.34.54.51.7,1.22.7,1.95,0,1.06-.32,1.89-1.15,2.46-.83.58-1.92.83-3.91.83-2.53,0-6.12-.7-8.58-1.22v3.84ZM296.66,37.71h3.84V13.58h-3.84v24.14ZM288.28,31.5c-.54.48-1.25,1.06-1.99,1.63-.9.7-1.98,1.47-3.14,1.47-.93,0-1.57-.39-1.95-1.31-.38-.93-.51-2.4-.51-3.81,0-1.86.19-3.14.77-4.23.58-1.09,1.63-1.5,3.2-1.5,1.31,0,2.66.48,3.62.83v6.91ZM288.31,37.71h3.81v-15.62c-2.82-1.02-5.22-1.83-7.72-1.83-3.2,0-5.06.9-6.24,2.85-.99,1.63-1.34,3.87-1.34,6.37s.38,4.77,1.25,6.24c.87,1.47,2.21,2.53,4.42,2.53,1.7,0,2.82-.67,4.1-1.6.7-.51,1.28-.96,1.73-1.34v2.4ZM269.04,18.28h3.91v-4.71h-3.91v4.71ZM269.07,37.71h3.84v-16.9h-3.84v16.9ZM265.68,33.78c-1.38.35-3.39.86-5.09.86s-2.78-.45-3.36-1.5c-.58-1.06-.7-2.4-.7-3.84s.13-2.75.61-3.75c.64-1.31,1.76-1.66,3.39-1.66s3.84.64,5.15,1.02v-3.68c-1.54-.42-3.71-.96-5.54-.96-3.52,0-5.19,1.09-6.31,3.11-.8,1.44-1.18,3.43-1.18,5.96s.48,4.67,1.5,6.31c1.02,1.63,2.56,2.62,6.02,2.62,1.76,0,4.1-.48,5.51-.8v-3.68ZM234.11,37.71h3.84v-12.39c1.15-.51,3.2-1.34,4.83-1.34.42,0,1.15.03,1.6.61s.51,1.57.51,2.88v10.24h3.84v-10.4c0-2.85-.35-4.48-1.35-5.57-.99-1.09-2.47-1.47-3.78-1.47-1.82,0-3.81.74-5.67,1.54v-.99h-3.84v16.9ZM225.72,31.5c-.55.48-1.25,1.06-1.99,1.63-.9.7-1.98,1.47-3.14,1.47-.93,0-1.57-.39-1.95-1.31-.38-.93-.51-2.4-.51-3.81,0-1.86.19-3.14.77-4.23.58-1.09,1.63-1.5,3.2-1.5,1.31,0,2.66.48,3.62.83v6.91ZM225.75,37.71h3.81v-15.62c-2.82-1.02-5.22-1.83-7.72-1.83-3.2,0-5.06.9-6.24,2.85-.99,1.63-1.35,3.87-1.35,6.37s.39,4.77,1.25,6.24c.86,1.47,2.21,2.53,4.42,2.53,1.7,0,2.82-.67,4.1-1.6.7-.51,1.28-.96,1.73-1.34v2.4ZM195.76,37.71h3.84v-12.39c1.15-.51,3.2-1.34,4.83-1.34.42,0,1.15.03,1.6.61.45.58.51,1.57.51,2.88v10.24h3.84v-10.4c0-2.85-.35-4.48-1.35-5.57-.99-1.09-2.46-1.47-3.78-1.47-1.83,0-3.81.74-5.67,1.54v-.99h-3.84v16.9ZM187.34,18.28h3.91v-4.71h-3.91v4.71ZM187.37,37.71h3.84v-16.9h-3.84v16.9ZM167.71,37.71h3.94v-10.15h11.46v-3.74h-11.46v-6.5h12.61v-3.75h-16.55v24.14ZM133.26,37.71h5.19l4.23-15.14,4.23,15.14h5.19l4.93-24.14h-3.97l-3.9,19.18-4.35-15.53h-4.16l-4.35,15.53-3.91-19.18h-4.03l4.93,24.14ZM101.86,37.71h3.87v-18.41l5.99,13.61h3.58l5.99-13.61v18.41h3.87V13.58h-5.19l-6.43,14.6-6.43-14.6h-5.25v24.14ZM82.33,23.63v-6.37h6.5c1.44,0,2.53.03,3.26.42.74.38,1.02,1.09,1.02,2.02s-.32,1.67-.8,2.47c-.29.48-.64,1.06-.9,1.47h-9.09ZM82.33,34.03v-6.72h6.69c1.31,0,2.46.1,3.33.64.87.54,1.31,1.47,1.31,2.72,0,1.02-.29,1.92-1.03,2.53-.74.61-1.82.83-3.9.83h-6.4ZM78.39,37.71h10.28c3.2,0,5.28-.58,6.76-1.76,1.47-1.18,2.24-3.01,2.24-5.28,0-1.54-.42-2.75-1.03-3.59-.61-.83-1.25-1.34-1.98-1.86.38-.58.86-1.34,1.31-2.08.74-1.22,1.15-2.3,1.15-3.78,0-1.98-.9-3.71-2.4-4.71-1.31-.86-2.95-1.09-5.51-1.09h-10.82v24.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) .topbar__logo__mini {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 39 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(1,0,0,1,0,-10.503)'%3E%3Cpath d='M0,14.908L12.279,14.908C13.059,13.691 14.084,12.726 15.356,12.011C16.627,11.297 18.007,10.94 19.497,10.94C20.986,10.94 22.369,11.298 23.645,12.015C24.921,12.732 25.945,13.697 26.715,14.908L39,14.908L37.784,16.124L27.385,16.124C27.599,16.585 27.761,17.066 27.871,17.568L36.375,17.568L35.159,18.785L28.059,18.785C28.08,19.099 28.09,19.337 28.09,19.499C28.09,19.661 28.08,19.9 28.059,20.214L33.731,20.214L32.514,21.43L27.871,21.43C27.761,21.937 27.599,22.416 27.385,22.867L31.064,22.867L29.832,24.083L26.715,24.083C25.945,25.296 24.921,26.264 23.645,26.985C22.369,27.706 20.986,28.066 19.497,28.066C18.007,28.066 16.627,27.707 15.356,26.989C14.084,26.27 13.059,25.301 12.279,24.083L9.168,24.083L7.959,22.867L11.631,22.867C11.419,22.416 11.259,21.937 11.15,21.43L6.51,21.43L5.278,20.214L10.949,20.214C10.928,19.9 10.918,19.661 10.918,19.499C10.918,19.337 10.928,19.099 10.949,18.785L3.864,18.785L2.632,17.568L11.15,17.568C11.259,17.066 11.419,16.585 11.631,16.124L1.216,16.124L0,14.908ZM12.746,16.649C12.359,17.556 12.165,18.506 12.165,19.499C12.165,20.492 12.359,21.443 12.746,22.35C13.133,23.256 13.655,24.039 14.311,24.697C14.967,25.355 15.747,25.878 16.651,26.267C17.555,26.656 18.504,26.85 19.497,26.85C20.489,26.85 21.439,26.656 22.346,26.267C23.252,25.878 24.034,25.355 24.69,24.697C25.346,24.039 25.868,23.256 26.259,22.35C26.649,21.443 26.844,20.492 26.844,19.499C26.844,18.506 26.649,17.556 26.259,16.649C25.868,15.742 25.346,14.961 24.69,14.305C24.034,13.65 23.252,13.128 22.346,12.739C21.439,12.35 20.489,12.156 19.497,12.156C18.504,12.156 17.555,12.35 16.651,12.739C15.747,13.128 14.967,13.65 14.311,14.305C13.655,14.961 13.133,15.742 12.746,16.649ZM13.646,21.43L14.406,21.43L14.384,18.549L15.304,21.43L16.149,21.425L17.052,18.564L17.052,21.43L17.863,21.43L17.863,17.568L16.721,17.567L15.741,20.647L14.742,17.571L13.646,17.568L13.646,21.43ZM18.737,21.43L19.542,21.43L19.542,17.568L18.737,17.568L18.737,21.43ZM20.416,21.43L21.191,21.43L21.191,18.648L22.733,21.43L23.668,21.43L23.668,17.568L22.908,17.568L22.908,20.366L21.366,17.568L20.416,17.568L20.416,21.43ZM24.557,21.43L25.347,21.43L25.347,17.568L24.557,17.568L24.557,21.43Z' style='fill-rule:nonzero;' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) .topbar__bmwgroup__image * {
  fill: #fff;
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link {
  color: #fff;
}
.theme-bmw.has-acf-header .topbar:not(.topbar--active):not(.topbar--scrolled) .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after {
  border-bottom: 2px solid #fff;
}
.theme-bmw.no-acf-header .topbar--default .topbar__icons .topbar__icon {
  color: #000 !important;
}
.theme-bmw.no-acf-header .topbar .topbar__inner {
  box-shadow: inset 0 -1px 0 0 #bbbbbb !important;
}
.theme-bmw .topbar.topbar--active,
.theme-bmw .topbar.topbar--scrolled {
  background: unset;
  background-color: #fff;
}
.theme-bmw .topbar.topbar--active:after,
.theme-bmw .topbar.topbar--scrolled:after {
  display: none;
}
.theme-bmw .topbar.topbar--active .topbar__navigation .menu-hoofdmenu-container .menu,
.theme-bmw .topbar.topbar--scrolled .topbar__navigation .menu-hoofdmenu-container .menu {
  display: flex;
}
.theme-bmw .topbar.topbar--active .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link,
.theme-bmw .topbar.topbar--scrolled .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link {
  color: #000;
}
.theme-bmw .topbar.topbar--active .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after,
.theme-bmw .topbar.topbar--scrolled .topbar__navigation .menu-hoofdmenu-container .menu > .menu-item > .menu-item__link:after {
  border-color: #000;
}
.theme-bmw .topbar.topbar--active .topbar__inner,
.theme-bmw .topbar.topbar--scrolled .topbar__inner {
  box-shadow: inset 0 -1px 0 0 #bbbbbb;
  border-bottom: 0;
}
.theme-bmw .topbar.topbar--active .topbar__icons .topbar__icon,
.theme-bmw .topbar.topbar--scrolled .topbar__icons .topbar__icon {
  color: #000;
}
.theme-bmw .topbar.topbar.topbar--scrolled:not(.topbar--active) .topbar__inner {
  box-shadow: unset;
  border-bottom: 0;
}
.theme-bmw .topbar {
  position: fixed;
  transition: background-color ease 0.3s;
  top: 0;
}
.theme-bmw .topbar .topbar__inner {
  gap: 24px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.theme-bmw .topbar .topbar__inner .topbar__right {
  flex: 1;
  position: relative;
  bottom: -1px;
}
.theme-bmw .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item.current-page-ancestor .menu-item__link {
  border-bottom-color: var(--primary-color);
}
.theme-bmw .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item .menu-item__link.is-active {
  color: var(--primary-color);
}
.theme-bmw .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item .menu-item__link .has-children {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.theme-bmw .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item .menu-item__link .has-children:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.theme-bmw .topbar .topbar__right {
  display: flex;
  justify-content: space-between;
}
.theme-bmw .topbar .topbar__icons {
  gap: 0;
}
.theme-bmw .topbar .topbar__icons .topbar__icon {
  appearance: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  font-size: 20px;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}
.theme-bmw .topbar .topbar__icons .topbar__icon > * {
  width: 20px;
  height: 20px;
  font-size: 24px;
}
.theme-bmw .topbar .topbar__icons .topbar__icon.burger {
  display: none;
}
.theme-bmw .topbar .topbar__icons .topbar__icon.burger > * {
  font-size: 24px;
}
.theme-bmw .submenu-inner {
  background-color: #fff;
}
.theme-bmw .submenu-inner .submenu__items {
  display: flex;
  flex-wrap: wrap;
  --columns: 4;
  --gap-x: 0px;
  gap: 0px var(--gap-x);
  flex-direction: row;
}
.theme-bmw .submenu-inner .submenu__items > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.theme-bmw .submenu-inner .submenu__column__outer {
  padding-bottom: 64px;
}
.theme-bmw .submenu-inner .submenu__column__outer:nth-of-type(3n+1) {
  padding-left: var(--wp--preset--spacing--max-54);
}
.theme-bmw .submenu-inner .submenu__column__outer:nth-of-type(3n+1) .submenu__column {
  padding-left: 0;
}
.theme-bmw .submenu-inner .submenu__column__outer:nth-child(3) {
  padding-right: var(--wp--preset--spacing--max-54);
}
.theme-bmw .submenu-inner .submenu__column__outer:nth-child(3) .submenu__column {
  padding-right: 0;
}
.theme-bmw .submenu-inner .submenu__column__outer:nth-child(-n+4) {
  padding-top: 64px;
}
.theme-bmw .submenu-inner .submenu__column__title {
  font-size: 23px;
  font-weight: 300;
  text-box: trim-both cap alphabetic;
  margin-bottom: 6px;
}
.theme-bmw .submenu-inner .submenu__column__title a {
  color: inherit;
  text-decoration: none;
}
.theme-bmw .submenu-inner .submenu__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.theme-bmw .submenu-inner .wp-block-page-list,
.theme-bmw .submenu-inner .linklist__items {
  display: flex;
  flex-direction: column;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .linklist__link,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .linklist__link,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .linklist__link,
.theme-bmw .submenu-inner .linklist__items .linklist__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .linklist__item .linklist__link {
  padding: 8px 0 8px 0;
  transition: color 500ms, background-color 500ms;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #262626;
  font-size: 15px;
  font-weight: 300;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .linklist__link:hover,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .wp-block-pages-list__item__link:hover,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .linklist__link:hover,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .linklist__link:hover,
.theme-bmw .submenu-inner .linklist__items .linklist__item .wp-block-pages-list__item__link:hover,
.theme-bmw .submenu-inner .linklist__items .linklist__item .linklist__link:hover {
  color: var(--primary-color);
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item.has-child > .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .linklist__item.has-child > .wp-block-pages-list__item__link {
  justify-content: space-between !important;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link:after,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item.has-child > .wp-block-pages-list__item__link:after,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link:after,
.theme-bmw .submenu-inner .linklist__items .linklist__item.has-child > .wp-block-pages-list__item__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .linklist__items .linklist__item.has-child.current-menu-item > .wp-block-navigation__submenu-container {
  display: flex;
  flex-direction: column;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-navigation__submenu-container,
.theme-bmw .submenu-inner .linklist__items .linklist__item .wp-block-navigation__submenu-container {
  display: none;
}
.theme-bmw .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .wp-block-page-list .linklist__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-bmw .submenu-inner .linklist__items .linklist__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link {
  font-size: 14px;
}
.theme-bmw .mobile-navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100vh - var(--topbar-height));
  height: 100dvh;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translateX(100%);
  transition: 0.2s;
  overflow-x: hidden;
  width: 100vw;
}
.theme-bmw .mobile-navigation .topbar--static {
  position: relative;
  top: 0 !important;
  box-shadow: inset 0 -1px 0 0 #bbbbbb !important;
}
.theme-bmw .mobile-navigation .topbar--static .topbar__logo__bmw {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='BMW' x='0' y='0' style='enable-background:new 0 0 340.16 340.16' version='1.1' viewBox='0 0 340.16 340.16'%3E%3Cstyle%3E .st0%7Bfill:%236f6f6f%7D.st1%7Bfill:%230066b1%7D %3C/style%3E%3Cswitch%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' x1='0' x2='.707' y1='0' y2='.707' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%23e6e6ea'/%3E%3Cstop offset='.175' style='stop-color:%23e2e2e6'/%3E%3Cstop offset='.355' style='stop-color:%23d6d6da'/%3E%3Cstop offset='.537' style='stop-color:%23c1c2c5'/%3E%3Cstop offset='.72' style='stop-color:%23a5a6a8'/%3E%3Cstop offset='.903' style='stop-color:%23808384'/%3E%3Cstop offset='1' style='stop-color:%236a6d6d'/%3E%3C/linearGradient%3E%3Cpath d='M170.08 0C76.15 0 0 76.15 0 170.08s76.15 170.08 170.08 170.08 170.08-76.15 170.08-170.08S264.01 0 170.08 0zM329.1 170.08c0 87.82-71.19 159.02-159.02 159.02S11.06 257.9 11.06 170.08 82.26 11.06 170.08 11.06 329.1 82.26 329.1 170.08z' class='st0'/%3E%3Cpath d='M170.08 69.22v5.53c52.56 0 95.33 42.76 95.33 95.33h5.53c0-55.7-45.16-100.86-100.86-100.86m0 196.19c-52.56 0-95.33-42.76-95.33-95.33h-5.53c0 55.7 45.16 100.86 100.86 100.86' class='st0'/%3E%3Cpath id='W_61_' d='M252.51 97.92c2.31 2.48 5.64 6.48 7.51 8.91l34.44-21.86a229.09 229.09 0 0 0-6.51-8.08l-21.81 14.42-1.49 1.28 1.11-1.62 9.63-19.22-6.81-6.81-19.23 9.63-1.62 1.11 1.29-1.49 14.43-21.8c-2.54-2.16-4.98-4.14-8.09-6.54L233.5 80.26c2.77 2.13 6.42 5.26 8.75 7.39l20.58-10.68 1.32-.97-.97 1.32-10.67 20.6z' class='st0'/%3E%3Cpath id='M_61_' d='m174.36 54.31 9.41-21.08.6-1.87-.17 1.95.99 28.17c3.3.31 6.71.77 10.07 1.33l-1.53-41.72c-4.7-.52-9.38-.89-14.06-1.09l-9.27 23.01-.33 1.71-.33-1.71L160.48 20c-4.68.2-9.36.57-14.06 1.09l-1.53 41.72c3.36-.56 6.77-1.01 10.07-1.33l.99-28.17-.17-1.95.6 1.87 9.41 21.08h8.57z' class='st0'/%3E%3Cpath id='B_x5F_22d_61_' d='M98.25 87.56c5.44-5.73 8.52-12.35 3.08-18.67-2.96-3.43-7.93-4.18-12.05-2.49l-.41.16.13-.36c.61-1.63 1-6.83-3.43-10.42-2.16-1.75-4.87-2.4-7.61-2.12-5.11.52-9.04 4.01-19.74 15.94-3.23 3.6-7.93 9.28-10.75 12.96l29.39 27.88c9.74-10.78 13.71-14.79 21.39-22.88zM59.9 80.74c5.92-7.24 12.21-13.81 15.06-16.41.9-.82 1.88-1.64 3.07-1.96 1.93-.53 3.92.84 4.37 2.82.45 1.99-.8 3.88-2.19 5.44-3.13 3.53-14.61 15.54-14.61 15.54l-5.7-5.43zm11.51 10.92s11.18-11.82 14.83-15.6c1.45-1.5 2.38-2.41 3.38-2.9 1.29-.63 2.7-.76 3.96.08 1.24.83 1.81 2.26 1.5 3.68-.37 1.69-1.75 3.3-2.89 4.53-1.54 1.65-14.8 15.84-14.82 15.86l-5.96-5.65z' class='st0'/%3E%3Cpath d='M170.08 69.22v100.86H69.22c0-55.74 45.12-100.86 100.86-100.86zM270.94 170.08c0 55.74-45.12 100.86-100.86 100.86V170.08h100.86z' class='st1'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E%0A") !important;
}
.theme-bmw .mobile-navigation .topbar--static .topbar__right {
  justify-content: flex-end;
}
.theme-bmw .mobile-navigation .topbar--static .topbar__icons .topbar__icon {
  color: #000 !important;
}
.theme-bmw .mobile-navigation .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.theme-bmw .mobile-navigation .search.search--mobile {
  width: 100%;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
}
.theme-bmw .mobile-navigation.is-open {
  display: block;
  transform: translateX(0);
}
.theme-bmw .mobile-navigation.is-open:before {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .theme-bmw .mobile-navigation {
    display: none !important;
  }
}
.theme-bmw .mobile-navigation__inner {
  height: calc(100dvh - var(--topbar-height));
}
.theme-bmw .mobile-navigation__inner .submenu__column__title {
  font-size: 19px;
}
.theme-bmw .mobile-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.theme-bmw .mobile-navigation__list__item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--wp--preset--color--primary, #000);
  padding: 24px 0;
}
.theme-bmw .mobile-navigation__list__item__link.is-current ~ .mobile-navigation__list__item__submenu, .theme-bmw .mobile-navigation__list__item__link.is-current-ancestor ~ .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-bmw .mobile-navigation__list__item--level-1 {
  border-bottom: 1px solid #e6e6e6;
}
.theme-bmw .mobile-navigation__list__item--level-1 .mobile-navigation__list__item__link {
  font-size: 17px;
}
.theme-bmw .mobile-navigation__list__item--level-2 .mobile-navigation__list__item__link {
  padding-left: 16%;
  font-size: 16px;
}
.theme-bmw .mobile-navigation__list__item--level-3 .mobile-navigation__list__item__link {
  padding-left: 24%;
  font-size: 16px;
}
.theme-bmw .mobile-navigation__list__item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-bmw .mobile-navigation__list__item--submenu > .mobile-navigation__list__item__link {
  width: calc(100% - 44px);
}
.theme-bmw .mobile-navigation__list__item__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
.theme-bmw .mobile-navigation__toggle {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-bmw .mobile-navigation__toggle:after {
  content: "\e9a7";
  display: block;
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  font-size: 18px;
}
.theme-bmw .mobile-navigation .is-current > .mobile-navigation__list__item__submenu,
.theme-bmw .mobile-navigation .is-current-ancestor > .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-bmw .mobile-navigation .is-current > .mobile-navigation__toggle:after,
.theme-bmw .mobile-navigation .is-current-ancestor > .mobile-navigation__toggle:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.theme-bmw .mobile-navigation .submenu-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.theme-bmw .mobile-navigation .submenu-inner .submenu__items {
  --columns: 3;
  row-gap: 40px;
  --gap-x: 40px;
}
.theme-bmw .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-bmw .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer .submenu__column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .theme-bmw .mobile-navigation .submenu-inner .submenu__items {
    --columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .theme-bmw .mobile-navigation .submenu-inner .submenu__items {
    --columns: 1;
  }
}
.theme-bmw .mobile-navigation--bmw {
  padding-top: 0;
}
.theme-bmw .mobile-navigation--bmw .mobile-navigation__list__item__submenu {
  display: none !important;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover {
  position: relative;
  min-height: 100%;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__panel {
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateX(100%);
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  padding: 12px 0 20px;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__panel.is-active {
  position: relative;
  transform: translateX(0) !important;
  opacity: 1;
  pointer-events: auto;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__panel.from-server {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 16px;
  border-bottom: 1px solid #d9d9d9;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__content {
  padding-left: 24px;
  padding-right: 24px;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__back {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__back:before {
  content: "\e9a6";
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.theme-bmw .mobile-navigation--bmw .mobile-flyover__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-16px);
}

.theme-mini {
  --topbar-height: 72px;
  padding-top: var(--topbar-height);
}
.theme-mini .topbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: solid 1px #999;
}
.theme-mini .topbar .topbar__inner {
  gap: 30px;
  width: 100%;
}
.theme-mini .topbar .topbar__inner .topbar__right {
  flex: 1;
}
.theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item.current-page-ancestor > .menu-item__link, .theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item.current_page_item > .menu-item__link, .theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item.current-menu-item > .menu-item__link {
  border-bottom-color: #017ea4;
}
.theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link.is-active, .theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link:hover {
  border-bottom-color: #017ea4;
}
.theme-mini .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link:hover {
  color: #017ea4;
}
.theme-mini .topbar .topbar__right {
  display: flex;
  justify-content: space-between;
}
.theme-mini .topbar .topbar__icons {
  gap: 24px;
}
.theme-mini .topbar .topbar__icons .topbar__icon {
  appearance: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  font-size: 20px;
  color: #000;
  height: var(--topbar-height);
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
}
.theme-mini .topbar .topbar__icons .topbar__icon:hover {
  cursor: pointer;
  color: #017ea4;
  box-shadow: inset 0 -3px 0 0 #017ea4;
}
.theme-mini .topbar .topbar__icons .topbar__icon > * {
  font-size: 24px;
}
.theme-mini .topbar .topbar__icons .topbar__icon.burger {
  font-size: 24px;
  display: none;
}
.theme-mini .topbar .topbar__icons .topbar__icon.burger > * {
  font-size: 24px;
}
.theme-mini .topbar .topbar__icons .topbar__icon.burger.is-open .md-icn-navigation:before {
  content: "\e813";
}
.theme-mini .submenu-inner {
  background-color: #fff;
}
.theme-mini .submenu-inner .submenu__items {
  display: flex;
  flex-wrap: wrap;
  --columns: 4;
  --gap-x: 0px;
  gap: 0px var(--gap-x);
  flex-direction: row;
}
.theme-mini .submenu-inner .submenu__items > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.theme-mini .submenu-inner .submenu__column__outer {
  padding-bottom: 64px;
}
.theme-mini .submenu-inner .submenu__column__outer:nth-of-type(3n+1) {
  padding-left: var(--wp--preset--spacing--max-54);
}
.theme-mini .submenu-inner .submenu__column__outer:nth-of-type(3n+1) .submenu__column {
  padding-left: 0;
}
.theme-mini .submenu-inner .submenu__column__outer:nth-child(3) {
  padding-right: var(--wp--preset--spacing--max-54);
}
.theme-mini .submenu-inner .submenu__column__outer:nth-child(3) .submenu__column {
  padding-right: 0;
}
.theme-mini .submenu-inner .submenu__column__outer:nth-child(-n+4) {
  padding-top: 64px;
}
.theme-mini .submenu-inner .submenu__column__title {
  font-size: 12px;
  font-weight: 400;
}
.theme-mini .submenu-inner .submenu__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.theme-mini .submenu-inner .wp-block-page-list,
.theme-mini .submenu-inner .linklist__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .linklist__link,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .linklist__link,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .linklist__link,
.theme-mini .submenu-inner .linklist__items .linklist__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .linklist__item .linklist__link {
  padding: 8px 0 8px 0;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #f9f9f9;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .linklist__link:hover,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .wp-block-pages-list__item__link:hover,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .linklist__link:hover,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .linklist__link:hover,
.theme-mini .submenu-inner .linklist__items .linklist__item .wp-block-pages-list__item__link:hover,
.theme-mini .submenu-inner .linklist__items .linklist__item .linklist__link:hover {
  color: #017ea4;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item.has-child > .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .linklist__item.has-child > .wp-block-pages-list__item__link {
  justify-content: space-between !important;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link:after,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item.has-child > .wp-block-pages-list__item__link:after,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item.has-child > .wp-block-pages-list__item__link:after,
.theme-mini .submenu-inner .linklist__items .linklist__item.has-child > .wp-block-pages-list__item__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item.has-child.current-menu-item > .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .linklist__items .linklist__item.has-child.current-menu-item > .wp-block-navigation__submenu-container {
  display: flex;
  flex-direction: column;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-navigation__submenu-container,
.theme-mini .submenu-inner .linklist__items .linklist__item .wp-block-navigation__submenu-container {
  display: none;
}
.theme-mini .submenu-inner .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .wp-block-page-list .linklist__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link,
.theme-mini .submenu-inner .linklist__items .linklist__item .wp-block-navigation__submenu-container .wp-block-pages-list__item .wp-block-pages-list__item__link {
  font-size: 14px;
}
.theme-mini .mobile-navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100vh - var(--topbar-height));
  height: 100dvh;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translateX(100%);
  transition: 0.2s;
  overflow-x: hidden;
  width: 100vw;
}
.theme-mini .mobile-navigation .topbar--static {
  position: relative;
  top: 0 !important;
  box-shadow: inset 0 -1px 0 0 #bbbbbb !important;
}
.theme-mini .mobile-navigation .topbar--static .topbar__logo__bmw {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='BMW' x='0' y='0' style='enable-background:new 0 0 340.16 340.16' version='1.1' viewBox='0 0 340.16 340.16'%3E%3Cstyle%3E .st0%7Bfill:%236f6f6f%7D.st1%7Bfill:%230066b1%7D %3C/style%3E%3Cswitch%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' x1='0' x2='.707' y1='0' y2='.707' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%23e6e6ea'/%3E%3Cstop offset='.175' style='stop-color:%23e2e2e6'/%3E%3Cstop offset='.355' style='stop-color:%23d6d6da'/%3E%3Cstop offset='.537' style='stop-color:%23c1c2c5'/%3E%3Cstop offset='.72' style='stop-color:%23a5a6a8'/%3E%3Cstop offset='.903' style='stop-color:%23808384'/%3E%3Cstop offset='1' style='stop-color:%236a6d6d'/%3E%3C/linearGradient%3E%3Cpath d='M170.08 0C76.15 0 0 76.15 0 170.08s76.15 170.08 170.08 170.08 170.08-76.15 170.08-170.08S264.01 0 170.08 0zM329.1 170.08c0 87.82-71.19 159.02-159.02 159.02S11.06 257.9 11.06 170.08 82.26 11.06 170.08 11.06 329.1 82.26 329.1 170.08z' class='st0'/%3E%3Cpath d='M170.08 69.22v5.53c52.56 0 95.33 42.76 95.33 95.33h5.53c0-55.7-45.16-100.86-100.86-100.86m0 196.19c-52.56 0-95.33-42.76-95.33-95.33h-5.53c0 55.7 45.16 100.86 100.86 100.86' class='st0'/%3E%3Cpath id='W_61_' d='M252.51 97.92c2.31 2.48 5.64 6.48 7.51 8.91l34.44-21.86a229.09 229.09 0 0 0-6.51-8.08l-21.81 14.42-1.49 1.28 1.11-1.62 9.63-19.22-6.81-6.81-19.23 9.63-1.62 1.11 1.29-1.49 14.43-21.8c-2.54-2.16-4.98-4.14-8.09-6.54L233.5 80.26c2.77 2.13 6.42 5.26 8.75 7.39l20.58-10.68 1.32-.97-.97 1.32-10.67 20.6z' class='st0'/%3E%3Cpath id='M_61_' d='m174.36 54.31 9.41-21.08.6-1.87-.17 1.95.99 28.17c3.3.31 6.71.77 10.07 1.33l-1.53-41.72c-4.7-.52-9.38-.89-14.06-1.09l-9.27 23.01-.33 1.71-.33-1.71L160.48 20c-4.68.2-9.36.57-14.06 1.09l-1.53 41.72c3.36-.56 6.77-1.01 10.07-1.33l.99-28.17-.17-1.95.6 1.87 9.41 21.08h8.57z' class='st0'/%3E%3Cpath id='B_x5F_22d_61_' d='M98.25 87.56c5.44-5.73 8.52-12.35 3.08-18.67-2.96-3.43-7.93-4.18-12.05-2.49l-.41.16.13-.36c.61-1.63 1-6.83-3.43-10.42-2.16-1.75-4.87-2.4-7.61-2.12-5.11.52-9.04 4.01-19.74 15.94-3.23 3.6-7.93 9.28-10.75 12.96l29.39 27.88c9.74-10.78 13.71-14.79 21.39-22.88zM59.9 80.74c5.92-7.24 12.21-13.81 15.06-16.41.9-.82 1.88-1.64 3.07-1.96 1.93-.53 3.92.84 4.37 2.82.45 1.99-.8 3.88-2.19 5.44-3.13 3.53-14.61 15.54-14.61 15.54l-5.7-5.43zm11.51 10.92s11.18-11.82 14.83-15.6c1.45-1.5 2.38-2.41 3.38-2.9 1.29-.63 2.7-.76 3.96.08 1.24.83 1.81 2.26 1.5 3.68-.37 1.69-1.75 3.3-2.89 4.53-1.54 1.65-14.8 15.84-14.82 15.86l-5.96-5.65z' class='st0'/%3E%3Cpath d='M170.08 69.22v100.86H69.22c0-55.74 45.12-100.86 100.86-100.86zM270.94 170.08c0 55.74-45.12 100.86-100.86 100.86V170.08h100.86z' class='st1'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E%0A") !important;
}
.theme-mini .mobile-navigation .topbar--static .topbar__right {
  justify-content: flex-end;
}
.theme-mini .mobile-navigation .topbar--static .topbar__icons .topbar__icon {
  color: #000 !important;
}
.theme-mini .mobile-navigation .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.theme-mini .mobile-navigation .search.search--mobile {
  width: 100%;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
}
.theme-mini .mobile-navigation.is-open {
  display: block;
  transform: translateX(0);
}
.theme-mini .mobile-navigation.is-open:before {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .theme-mini .mobile-navigation {
    display: none !important;
  }
}
.theme-mini .mobile-navigation__inner {
  height: calc(100dvh - var(--topbar-height));
}
.theme-mini .mobile-navigation__inner .submenu__column__title {
  font-size: 12px;
  font-weight: 400;
}
.theme-mini .mobile-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.theme-mini .mobile-navigation__list__item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--wp--preset--color--primary, #000);
  padding: 16px 0;
}
.theme-mini .mobile-navigation__list__item__link:hover > span {
  text-decoration: underline;
  color: #017ea4;
}
.theme-mini .mobile-navigation__list__item__link:hover + .mobile-navigation__toggle {
  color: #017ea4;
}
.theme-mini .mobile-navigation__list__item__link.is-current ~ .mobile-navigation__list__item__submenu, .theme-mini .mobile-navigation__list__item__link.is-current-ancestor ~ .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-mini .mobile-navigation__list__item--level-1 {
  border-bottom: 1px solid #f5f5f5;
}
.theme-mini .mobile-navigation__list__item--level-1 .mobile-navigation__list__item__link {
  font-size: 17px;
}
.theme-mini .mobile-navigation__list__item--level-2 .mobile-navigation__list__item__link {
  padding-left: 16%;
  font-size: 16px;
}
.theme-mini .mobile-navigation__list__item--level-3 .mobile-navigation__list__item__link {
  padding-left: 24%;
  font-size: 16px;
}
.theme-mini .mobile-navigation__list__item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-mini .mobile-navigation__list__item--submenu > .mobile-navigation__list__item__link {
  width: calc(100% - 44px);
}
.theme-mini .mobile-navigation__list__item__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
.theme-mini .mobile-navigation__toggle {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-mini .mobile-navigation__toggle:after {
  content: "\e9a7";
  display: block;
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  font-size: 18px;
}
.theme-mini .mobile-navigation .is-current > .mobile-navigation__list__item__submenu,
.theme-mini .mobile-navigation .is-current-ancestor > .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-mini .mobile-navigation .submenu-inner {
  padding-top: 16px;
  padding-bottom: 16px;
}
.theme-mini .mobile-navigation .submenu-inner .submenu__items {
  --columns: 3;
  row-gap: 40px;
  --gap-x: 40px;
}
.theme-mini .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-mini .mobile-navigation .submenu-inner .submenu__items .submenu__column__outer .submenu__column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .theme-mini .mobile-navigation .submenu-inner .submenu__items {
    --columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .theme-mini .mobile-navigation .submenu-inner .submenu__items {
    --columns: 1;
  }
}
.theme-mini .mobile-navigation--mini {
  padding-top: 0;
}
.theme-mini .mobile-navigation--mini .mobile-navigation__list__item__submenu {
  display: none !important;
}
.theme-mini .mobile-navigation--mini .mobile-flyover {
  position: relative;
  min-height: 100%;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__panel {
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateX(100%);
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  padding: 12px 0 20px;
  padding-top: 0;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__panel.is-active {
  position: relative;
  transform: translateX(0) !important;
  opacity: 1;
  pointer-events: auto;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__panel.from-server {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
}
.theme-mini .mobile-navigation--mini .mobile-flyover__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 16px;
  border-bottom: 1px solid #f9f9f9;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__content {
  padding-left: 16px;
  padding-right: 16px;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__back {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__back:before {
  content: "\e9a6";
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.theme-mini .mobile-navigation--mini .mobile-flyover__title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.theme-motorrad {
  --topbar-height: 85px;
}
.theme-motorrad:has(.mobile-navigation.is-open) .topbar__left__icons {
  opacity: 0;
  pointer-events: none;
}
.theme-motorrad:has(.mobile-navigation.is-open):before {
  content: "";
  background-color: rgba(22, 23, 26, 0.9);
  position: fixed;
  z-index: 1;
  left: 0;
  top: var(--topbar-height);
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: 0.2s;
}
.theme-motorrad:has(.mobile-navigation.is-open) .topbar__logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
  top: -18px;
}
.theme-motorrad .topbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.theme-motorrad .topbar .topbar__inner {
  gap: 24px;
  width: 100%;
  align-items: center;
  height: var(--topbar-height);
}
.theme-motorrad .topbar .topbar__inner .topbar__left {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .theme-motorrad .topbar .topbar__inner .topbar__left {
    gap: 18px;
  }
}
.theme-motorrad .topbar .topbar__inner .topbar__right {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.theme-motorrad .topbar .topbar__left__icons {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .theme-motorrad .topbar .topbar__left__icons {
    gap: 18px;
  }
}
.theme-motorrad .topbar .topbar__left__icons .topbar__left__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.theme-motorrad .topbar .topbar__left__icons .topbar__left__icon svg {
  width: 24px;
  height: 24px;
}
.theme-motorrad .topbar .topbar__left__icons .topbar__left__icon:hover svg path {
  fill: #0062ff;
}
.theme-motorrad .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item.current_page_item .menu-item__link {
  font-weight: bold;
}
.theme-motorrad .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link {
  font-size: 20px;
  font-weight: normal;
  border: 0;
}
.theme-motorrad .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link.is-active, .theme-motorrad .topbar .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link:hover {
  font-weight: bold;
}
.theme-motorrad .topbar .burger-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.theme-motorrad .topbar .burger-menu__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
}
.theme-motorrad .topbar .burger-menu__icon span {
  width: 20px;
  height: 2px;
  background-color: #16171a;
  transition: transform 0.5s ease, width 0.5s ease;
  display: block;
}
.theme-motorrad .topbar .burger-menu__label {
  text-transform: uppercase;
  font-weight: bold;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767px) {
  .theme-motorrad .topbar .burger-menu__label {
    display: none;
  }
}
.theme-motorrad .topbar .burger-menu:hover {
  color: #0062ff;
}
.theme-motorrad .topbar .burger-menu:hover span {
  background-color: #0062ff;
}
.theme-motorrad .topbar-wrapper .container-fluid, .theme-motorrad .topbar-wrapper .container-sm, .theme-motorrad .topbar-wrapper .container-md, .theme-motorrad .topbar-wrapper .container-lg, .theme-motorrad .topbar-wrapper .container-xl, .theme-motorrad .topbar-wrapper .container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.theme-motorrad .topbar-wrapper.is-open .topbar__submenus {
  opacity: 1;
  pointer-events: auto;
}
.theme-motorrad .topbar-wrapper.is-open .topbar__logo {
  position: relative;
}
.theme-motorrad .topbar-wrapper.is-open .topbar__logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
  top: -18px;
}
.theme-motorrad .topbar-wrapper.is-open .topbar__left__icons {
  opacity: 0;
  width: 0;
  overflow: hidden;
  display: none;
}
.theme-motorrad .topbar-wrapper.is-open .topbar__left__search {
  opacity: 1;
  width: 375px;
}
@media screen and (max-width: 1023px) {
  .theme-motorrad .topbar-wrapper.is-open .topbar__left__search {
    display: none !important;
  }
}
.theme-motorrad .topbar-wrapper.is-open .burger-menu .burger-menu__label {
  transform: translateY(2px);
}
.theme-motorrad .topbar-wrapper.is-open .burger-menu .burger-menu__icon span:nth-child(1) {
  transform: translateY(8px) rotateZ(45deg);
}
.theme-motorrad .topbar-wrapper.is-open .burger-menu .burger-menu__icon span:nth-child(2) {
  display: none;
}
.theme-motorrad .topbar-wrapper.is-open .burger-menu .burger-menu__icon span:nth-child(3) {
  transform: translateY(-6px) rotateZ(-45deg);
}
.theme-motorrad .topbar-wrapper.is-open .topbar__submenu {
  transition: 0.3s;
  transition-delay: 0.4s;
  transform: translateY(0);
}
.theme-motorrad .topbar-wrapper.is-open .topbar__left__icons {
  display: none;
}
.theme-motorrad .topbar-wrapper.is-open .search {
  display: flex;
  opacity: 1;
}
.theme-motorrad .search {
  position: relative;
  width: 375px;
  display: none;
  opacity: 0;
  transition: 0.2s;
}
.theme-motorrad .search .search-input {
  height: 50px;
  background-color: #f2f2f2;
  padding-left: 15px;
  appearance: none;
  border: 0;
  font-size: 16px;
  padding-right: 50px;
  width: 100%;
  font-family: inherit;
  outline: 0;
}
.theme-motorrad .search .search-input::-webkit-input-placeholder {
  color: #000000;
}

.theme-motorrad .search .search-input:-moz-placeholder {
  color: #000000;
}

.theme-motorrad .search .search-input::-moz-placeholder {
  color: #000000;
}

.theme-motorrad .search .search-input:-ms-input-placeholder {
  color: #000000;
}

.theme-motorrad .search .search-input:focus {
  border: 0;
}
.theme-motorrad .search .search-button {
  width: 40px;
  height: 48px;
  background-color: #f2f2f2;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--search' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M29.01 27.59L21.6 20.18C23.1 18.36 24 16.04 24 13.5C24 7.71 19.29 3 13.5 3C7.71 3 3 7.71 3 13.5C3 19.29 7.71 24 13.5 24C16.04 24 18.36 23.1 20.18 21.59L27.59 29L29.01 27.59ZM5 13.5C5 8.81 8.81 5 13.5 5C18.19 5 22 8.81 22 13.5C22 18.19 18.19 22 13.5 22C8.81 22 5 18.19 5 13.5Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 12px;
  top: 1px;
  border: 0;
  outline: 0;
}
.theme-motorrad .topbar__submenus {
  background-color: rgba(22, 23, 26, 0.9);
  position: fixed;
  top: var(--topbar-height);
  left: 0;
  right: 0;
  z-index: 10;
  height: 100dvh;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .theme-motorrad .topbar__submenus {
    display: none !important;
  }
}
.theme-motorrad .topbar__submenu {
  background-color: #fff;
  transition: 0.3s;
  transition-delay: 0.4s;
  transform: translateY(-100%);
}
.theme-motorrad .topbar-submenu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.theme-motorrad .motorrad-submenu {
  display: flex;
}
.theme-motorrad .motorrad-menu--level-0 {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.theme-motorrad .motorrad-menu--level-0 .topbar-menu__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.theme-motorrad .motorrad-menu--level-0 .topbar-menu__item a {
  font-size: 22px;
  padding: 35px 20px;
  display: block;
}
.theme-motorrad .topbar-menu__item a {
  color: #16171a;
  text-align: center;
}
.theme-motorrad .topbar-menu__item a:after {
  content: attr(data-text);
  display: block;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  font-weight: bold;
  margin-bottom: -1px;
  font-size: inherit;
  opacity: 0;
  pointer-events: none;
}
.theme-motorrad .topbar-menu__item a:hover {
  font-weight: bold;
}
.theme-motorrad .topbar-menu__item.is-active > a {
  font-weight: bold;
}
.theme-motorrad [data-has-children="1"] > a {
  position: relative;
}
.theme-motorrad [data-has-children="1"] > a:before {
  content: "";
  width: 20px;
  height: 13px;
  position: absolute;
  bottom: 13px;
  left: calc(50% - 10px);
  background-image: url("assets/images/bmwmotorrad/arrow-big_down.svg");
  background-size: contain;
  opacity: 0;
  transform: translateY(-4px);
  transition: transform 0.5s ease-out, opacity 0.5s linear;
}
.theme-motorrad [data-has-children="1"]:hover > a:before, .theme-motorrad [data-has-children="1"].is-active > a:before {
  opacity: 1;
  transform: translateY(3px);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.theme-motorrad .submenu-level {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  height: 1px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.theme-motorrad .submenu-level.is-active {
  transform: translateY(0);
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.theme-motorrad .submenu-level .topbar-menu__item a {
  position: relative;
  font-size: 16px;
  height: 80px;
  padding: 28px 20px 0;
  display: block;
}
.theme-motorrad .topbar__submenus__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
}
.theme-motorrad .topbar__submenus__bottom .bmw-motorrad__slogan {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 4px solid #000;
  white-space: nowrap;
  padding-bottom: 12px;
  width: 170px;
}
.theme-motorrad .mobile-navigation {
  background-color: #fff;
  position: fixed;
  top: var(--topbar-height);
  left: 0;
  right: 0;
  z-index: 98;
  max-height: calc(100vh - var(--topbar-height));
  overflow-y: auto;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-motorrad .mobile-navigation .search.search--mobile {
  width: 100%;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
}
.theme-motorrad .mobile-navigation.is-open {
  display: block;
}
.theme-motorrad .mobile-navigation.is-open:before {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .theme-motorrad .mobile-navigation {
    display: none !important;
  }
}
.theme-motorrad .mobile-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.theme-motorrad .mobile-navigation__list__item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--wp--preset--color--primary, #000);
  padding: 10px 0;
}
.theme-motorrad .mobile-navigation__list__item__link.is-current ~ .mobile-navigation__list__item__submenu, .theme-motorrad .mobile-navigation__list__item__link.is-current-ancestor ~ .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-motorrad .mobile-navigation__list__item--level-1 .mobile-navigation__list__item__link {
  font-size: 22px;
}
.theme-motorrad .mobile-navigation__list__item--level-2 .mobile-navigation__list__item__link {
  padding-left: 16%;
  font-size: 16px;
}
.theme-motorrad .mobile-navigation__list__item--level-3 .mobile-navigation__list__item__link {
  padding-left: 24%;
  font-size: 16px;
}
.theme-motorrad .mobile-navigation__list__item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-motorrad .mobile-navigation__list__item--submenu > .mobile-navigation__list__item__link {
  width: calc(100% - 44px);
}
.theme-motorrad .mobile-navigation__list__item__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
.theme-motorrad .mobile-navigation__toggle {
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.theme-motorrad .mobile-navigation__toggle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -6px;
  transition: transform 0.2s ease;
}
.theme-motorrad .mobile-navigation .is-open > .mobile-navigation__list__item__link {
  border-bottom-color: transparent;
  font-weight: 700;
}
.theme-motorrad .mobile-navigation .is-open > .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-motorrad .mobile-navigation .is-open > .mobile-navigation__toggle:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.theme-motorrad .mobile-navigation .is-current > .mobile-navigation__list__item__submenu,
.theme-motorrad .mobile-navigation .is-current-ancestor > .mobile-navigation__list__item__submenu {
  display: block;
  border-top: 3px solid #000;
}
.theme-motorrad .mobile-navigation .is-current > .mobile-navigation__toggle:after,
.theme-motorrad .mobile-navigation .is-current-ancestor > .mobile-navigation__toggle:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}

.topbar {
  z-index: 100;
  width: 100%;
  height: var(--topbar-height);
  transition: background-color 0.15s linear;
  transition: all linear 500ms;
}
.topbar--scrolled .topbar__bmwgroup__image {
  width: 104px;
}
.topbar__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.topbar__left {
  display: flex;
  gap: 60px;
  align-items: center;
  gap: 24px;
}
.topbar__bmwgroup__image {
  aspect-ratio: 94/40;
  width: 128px;
  transform: translateY(5px);
}
.topbar__bmwgroup__image * {
  fill: #6f6f6f;
}
.topbar__logo {
  position: relative;
  display: flex;
  align-items: center;
}
.topbar__logo__bmw {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 396/48;
  width: 214px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_2' data-name='Laag 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 437.78 50.43'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230066b0; %7D .cls-2 %7B fill: %23707070; %7D %3C/style%3E%3C/defs%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg%3E%3Cpath class='cls-2' d='M48.79,25.22c0,13.02-10.56,23.58-23.58,23.58S1.64,38.24,1.64,25.22,12.2,1.64,25.22,1.64s23.58,10.56,23.58,23.58M25.22,0C11.29,0,0,11.29,0,25.22s11.29,25.22,25.22,25.22,25.22-11.29,25.22-25.22S39.14,0,25.22,0'/%3E%3Cpath class='cls-2' d='M25.22,39.35c-7.79,0-14.13-6.34-14.13-14.13h-.82c0,8.26,6.7,14.95,14.95,14.95M25.22,10.26v.82c7.79,0,14.13,6.34,14.13,14.13h.82c0-8.26-6.7-14.95-14.95-14.95'/%3E%3Cpath class='cls-2' d='M37.44,14.52c.34.37.84.96,1.11,1.32l5.11-3.24c-.31-.41-.63-.81-.96-1.2l-3.23,2.14-.22.19.17-.24,1.43-2.85-1.01-1.01-2.85,1.43-.24.16.19-.22,2.14-3.23c-.38-.32-.74-.61-1.2-.97l-3.24,5.1c.41.32.95.78,1.3,1.1l3.05-1.58.2-.14-.14.2-1.58,3.05Z'/%3E%3Cpath class='cls-2' d='M25.85,8.05l1.39-3.12.09-.28-.02.29.15,4.18c.49.05,1,.11,1.49.2l-.23-6.18c-.7-.08-1.39-.13-2.08-.16l-1.37,3.41-.05.25-.05-.25-1.37-3.41c-.69.03-1.39.08-2.08.16l-.23,6.18c.5-.08,1-.15,1.49-.2l.15-4.18-.03-.29.09.28,1.39,3.12h1.27Z'/%3E%3Cpath class='cls-2' d='M10.59,13.59s1.66-1.75,2.2-2.31c.22-.22.35-.36.5-.43.19-.09.4-.11.59.01.18.12.27.33.22.55-.06.25-.26.49-.43.67-.23.24-2.19,2.35-2.2,2.35l-.88-.84ZM8.88,11.97c.88-1.07,1.81-2.05,2.23-2.43.13-.12.28-.24.46-.29.29-.08.58.12.65.42.07.3-.12.58-.32.81-.46.52-2.17,2.3-2.17,2.3l-.85-.8ZM14.57,12.98c.81-.85,1.26-1.83.46-2.77-.44-.51-1.18-.62-1.79-.37l-.06.02.02-.05c.09-.24.15-1.01-.51-1.54-.32-.26-.72-.36-1.13-.31-.76.08-1.34.59-2.93,2.36-.48.53-1.18,1.38-1.59,1.92l4.36,4.13c1.44-1.6,2.03-2.19,3.17-3.39'/%3E%3Cpath class='cls-1' d='M40.17,25.22c0,8.26-6.69,14.95-14.95,14.95v-14.95h14.95ZM25.22,10.26v14.95h-14.95c0-8.26,6.69-14.95,14.95-14.95'/%3E%3Cpath class='cls-2' d='M424.21,37.45c1.15.22,4.19.8,6.34.8,2.69,0,4.45-.48,5.63-1.47,1.15-.96,1.6-2.24,1.6-3.65,0-1.6-.48-2.69-1.15-3.43-.67-.74-1.6-1.18-3.33-1.66l-2.98-.83c-.8-.22-1.35-.42-1.79-.64s-.64-.61-.64-1.25c0-.48.13-.9.54-1.18.42-.29,1.06-.42,1.99-.42,2.3,0,5.38.77,6.66,1.09v-3.59c-1.15-.32-4.1-.96-6.88-.96-1.83,0-3.49.38-4.61,1.31-1.12.93-1.57,2.3-1.57,3.81s.45,2.63,1.12,3.33c.67.7,1.63,1.12,3.07,1.54l3.01.86c1.06.29,1.76.54,2.14.8.38.26.54.61.54,1.12,0,.54-.19,1.02-.7,1.35-.51.32-1.22.42-2.31.42-2.37,0-5.35-.64-6.69-.93v3.59ZM409.58,28c0-1.15.19-2.18.64-2.98.64-1.15,1.67-1.57,3.3-1.57,1.54,0,2.69.42,3.3,1.38.42.64.48,1.38.48,2.05,0,.45-.03.9-.06,1.12h-7.65ZM420.14,34.21c-1.47.26-3.68.64-5.83.64s-3.39-.45-4.16-1.6c-.48-.77-.58-1.54-.58-2.34h11.11c.19-.93.32-2.56.32-3.46,0-1.41-.06-3.07-1.06-4.55-1.15-1.7-3.2-2.66-6.4-2.66s-5.38,1.06-6.47,2.91c-1.09,1.86-1.28,4.16-1.28,6.21,0,2.79.29,4.58,1.35,6.08,1.28,1.83,3.04,2.79,6.82,2.79,2.31,0,4.71-.38,6.18-.64v-3.39ZM403.05,33.76c-1.38.35-3.39.86-5.09.86s-2.79-.45-3.36-1.5c-.58-1.06-.7-2.4-.7-3.84s.13-2.75.61-3.75c.64-1.31,1.76-1.66,3.39-1.66s3.84.64,5.15,1.02v-3.68c-1.54-.42-3.71-.96-5.54-.96-3.52,0-5.19,1.09-6.31,3.11-.8,1.44-1.18,3.43-1.18,5.96s.48,4.67,1.51,6.31c1.02,1.63,2.56,2.62,6.02,2.62,1.76,0,4.1-.48,5.51-.8v-3.68ZM382.21,18.27h3.91v-4.71h-3.91v4.71ZM382.24,37.7h3.84v-16.9h-3.84v16.9ZM368.7,37.7h5.28l5.95-16.9h-4.07l-4.45,13.22-4.45-13.22h-4.19l5.92,16.9ZM352.24,37.7h3.84v-11.14c.61-.42,1.44-.9,2.46-1.31,1.09-.45,2.18-.77,3.49-.99v-3.87c-1.5.22-2.88.61-3.81,1.06-.8.38-1.44.83-2.14,1.34v-1.99h-3.84v16.9ZM337,28c0-1.15.19-2.18.64-2.98.64-1.15,1.66-1.57,3.3-1.57,1.54,0,2.69.42,3.3,1.38.42.64.48,1.38.48,2.05,0,.45-.03.9-.06,1.12h-7.65ZM347.57,34.21c-1.47.26-3.68.64-5.83.64s-3.39-.45-4.16-1.6c-.48-.77-.58-1.54-.58-2.34h11.11c.19-.93.32-2.56.32-3.46,0-1.41-.06-3.07-1.06-4.55-1.15-1.7-3.2-2.66-6.4-2.66s-5.38,1.06-6.47,2.91c-1.09,1.86-1.28,4.16-1.28,6.21,0,2.79.29,4.58,1.35,6.08,1.28,1.83,3.04,2.79,6.82,2.79,2.3,0,4.71-.38,6.18-.64v-3.39ZM312.38,37.13c2.08.42,5.64,1.12,8.32,1.12,3.36,0,5.47-.58,7.04-1.89,1.57-1.31,2.27-3.07,2.27-5.19s-.61-3.68-1.63-4.67c-1.02-.99-2.24-1.44-4.23-2.08l-4.48-1.44c-1.41-.45-2.24-.74-2.79-1.22-.54-.48-.7-1.09-.7-1.92,0-.99.22-1.76.96-2.34.74-.58,1.79-.74,3.62-.74,2.21,0,6.08.86,8.29,1.38v-3.84c-2.34-.54-5.67-1.28-8.42-1.28s-4.71.29-6.24,1.57c-1.54,1.28-2.21,3.01-2.21,5.25,0,2.05.58,3.68,1.79,4.77.93.83,1.98,1.28,3.68,1.83l4.58,1.47c1.5.48,2.53.83,3.07,1.34.54.51.7,1.22.7,1.95,0,1.06-.32,1.89-1.15,2.46-.83.58-1.92.83-3.91.83-2.53,0-6.12-.7-8.58-1.22v3.84ZM296.66,37.7h3.84V13.56h-3.84v24.14ZM288.28,31.49c-.54.48-1.25,1.06-1.99,1.63-.9.7-1.98,1.47-3.14,1.47-.93,0-1.57-.39-1.95-1.31-.38-.93-.51-2.4-.51-3.81,0-1.86.19-3.14.77-4.23.58-1.09,1.63-1.5,3.2-1.5,1.31,0,2.66.48,3.62.83v6.91ZM288.31,37.7h3.81v-15.62c-2.82-1.02-5.22-1.83-7.72-1.83-3.2,0-5.06.9-6.24,2.85-.99,1.63-1.34,3.87-1.34,6.37s.38,4.77,1.25,6.24c.87,1.47,2.21,2.53,4.42,2.53,1.7,0,2.82-.67,4.1-1.6.7-.51,1.28-.96,1.73-1.34v2.4ZM269.04,18.27h3.91v-4.71h-3.91v4.71ZM269.07,37.7h3.84v-16.9h-3.84v16.9ZM265.67,33.76c-1.38.35-3.39.86-5.09.86s-2.78-.45-3.36-1.5c-.58-1.06-.7-2.4-.7-3.84s.13-2.75.61-3.75c.64-1.31,1.76-1.66,3.39-1.66s3.84.64,5.15,1.02v-3.68c-1.54-.42-3.71-.96-5.54-.96-3.52,0-5.19,1.09-6.31,3.11-.8,1.44-1.18,3.43-1.18,5.96s.48,4.67,1.5,6.31c1.02,1.63,2.56,2.62,6.02,2.62,1.76,0,4.1-.48,5.51-.8v-3.68ZM234.11,37.7h3.84v-12.39c1.15-.51,3.2-1.34,4.83-1.34.42,0,1.15.03,1.6.61.45.58.51,1.57.51,2.88v10.24h3.84v-10.4c0-2.85-.35-4.48-1.35-5.57-.99-1.09-2.47-1.47-3.78-1.47-1.82,0-3.81.74-5.67,1.54v-.99h-3.84v16.9ZM225.72,31.49c-.55.48-1.25,1.06-1.99,1.63-.9.7-1.98,1.47-3.14,1.47-.93,0-1.57-.39-1.95-1.31-.38-.93-.51-2.4-.51-3.81,0-1.86.19-3.14.77-4.23.58-1.09,1.63-1.5,3.2-1.5,1.31,0,2.66.48,3.62.83v6.91ZM225.75,37.7h3.81v-15.62c-2.82-1.02-5.22-1.83-7.72-1.83-3.2,0-5.06.9-6.24,2.85-.99,1.63-1.35,3.87-1.35,6.37s.39,4.77,1.25,6.24c.86,1.47,2.21,2.53,4.42,2.53,1.7,0,2.82-.67,4.1-1.6.7-.51,1.28-.96,1.73-1.34v2.4ZM195.76,37.7h3.84v-12.39c1.15-.51,3.2-1.34,4.83-1.34.42,0,1.15.03,1.6.61.45.58.51,1.57.51,2.88v10.24h3.84v-10.4c0-2.85-.35-4.48-1.35-5.57-.99-1.09-2.46-1.47-3.78-1.47-1.83,0-3.81.74-5.67,1.54v-.99h-3.84v16.9ZM187.34,18.27h3.91v-4.71h-3.91v4.71ZM187.37,37.7h3.84v-16.9h-3.84v16.9ZM167.71,37.7h3.94v-10.15h11.46v-3.74h-11.46v-6.5h12.61v-3.75h-16.55v24.14ZM133.26,37.7h5.19l4.23-15.14,4.23,15.14h5.19l4.93-24.14h-3.97l-3.9,19.18-4.35-15.53h-4.16l-4.35,15.53-3.91-19.18h-4.03l4.93,24.14ZM101.86,37.7h3.87v-18.41l5.99,13.61h3.58l5.99-13.61v18.41h3.87V13.56h-5.19l-6.43,14.6-6.43-14.6h-5.25v24.14ZM82.33,23.62v-6.37h6.5c1.44,0,2.53.03,3.26.42.74.38,1.02,1.09,1.02,2.02s-.32,1.67-.8,2.46c-.29.48-.64,1.06-.9,1.47h-9.09ZM82.33,34.02v-6.72h6.69c1.31,0,2.46.1,3.33.64.87.54,1.31,1.47,1.31,2.72,0,1.02-.29,1.92-1.03,2.53-.74.61-1.82.83-3.9.83h-6.4ZM78.39,37.7h10.28c3.2,0,5.28-.58,6.76-1.76,1.47-1.18,2.24-3.01,2.24-5.28,0-1.54-.42-2.75-1.03-3.59-.61-.83-1.25-1.34-1.98-1.86.38-.58.86-1.34,1.31-2.08.74-1.22,1.15-2.3,1.15-3.78,0-1.98-.9-3.71-2.4-4.71-1.31-.86-2.95-1.09-5.51-1.09h-10.82v24.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.topbar__logo__mini {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 517/48;
  width: 300px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_2' data-name='Laag 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 459.44 39.95'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg%3E%3Cpath d='M45.48,37.1c-9.44,0-17.12-7.68-17.12-17.12S36.03,2.85,45.48,2.85s17.12,7.68,17.12,17.12-7.68,17.12-17.12,17.12M72.41,27.82h-8.57c.46-1.06.82-2.18,1.09-3.33h10.81l2.85-2.85h-13.22c.04-.55.08-1.1.08-1.67s-.03-1.11-.08-1.66h16.55l2.85-2.85h-19.84c-.27-1.15-.63-2.27-1.09-3.33h24.26l2.85-2.85h-28.62C58.78,3.71,52.56,0,45.48,0s-13.31,3.71-16.85,9.27H0l2.85,2.85h24.26c-.46,1.06-.82,2.18-1.09,3.33H6.18l2.85,2.85h16.55c-.05.55-.07,1.1-.07,1.66s.03,1.11.07,1.67h-13.22l2.85,2.85h10.81c.27,1.15.63,2.27,1.09,3.33h-8.57l2.85,2.85h7.23c3.55,5.57,9.77,9.27,16.85,9.27s13.31-3.71,16.85-9.27h7.23l2.85-2.85ZM59.14,24.49h-1.87v-9.03h1.87v9.03ZM49.42,24.49h-1.8v-9.03h2.21l3.6,6.55v-6.55h1.79v9.03h-2.21l-3.6-6.52v6.52ZM45.57,24.49h-1.87v-9.03h1.87v9.03ZM33.58,24.49h-1.76v-9.03h2.63l2.3,7.21,2.28-7.21h2.63v9.03h-1.82v-6.69l-2.11,6.69h-1.97l-2.17-6.74v6.74Z'/%3E%3Cpath d='M453.09,31c3.87,0,6.35-2.02,6.35-4.9,0-1.79-.94-3.5-2.62-4.61l-5.04-3.3c-.86-.57-1.28-1.31-1.28-2.36,0-1.57.94-2.71,2.68-2.71,1.6,0,2.82.94,3.13,4.27h2.42v-3.5c-1-1.11-3.05-2.02-5.58-2.02-3.65,0-5.81,1.88-5.81,4.59,0,1.99,1.2,3.45,2.48,4.3l4.81,3.19c.94.63,1.48,1.54,1.48,2.73,0,1.77-1.14,3.02-2.96,3.02-1.68,0-2.93-1.05-3.33-4.22h-2.39v3.45c.74.91,2.76,2.08,5.67,2.08M443.2,25.47l-1.42,3.82h-5.61v-7.66h2.96v2.22h1.71v-5.87h-1.71v2.22h-2.96v-6.64h5.35l1.45,3.82h1.99v-5.18h-14.47v1.37h2.22v15.72h-2.22v1.37h14.7v-5.18h-1.99ZM422.35,31c3.28,0,5.87-1.96,6.44-5.55h-1.48c-.54,2.79-2.39,3.96-4.39,3.96-3.05,0-5.38-3.45-5.38-9.26,0-3.73,1.28-7.04,4.5-7.04,1.79,0,3.3,1.14,3.62,4.27h2.42v-3.85c-1-.6-2.82-1.68-5.73-1.68-5.98,0-8.35,5.04-8.35,10,0,4.27,2.14,9.14,8.35,9.14M412.36,13.57v-1.37h-8.97v1.37h2.76v15.72h-2.76v1.37h8.97v-1.37h-2.76v-15.72h2.76ZM402.53,12.2h-6.69v1.37h2.59l-4.56,12.9-4.44-12.9h2.31v-1.37h-8.15v1.37h2.19l6.1,17.09h2.11l6.12-17.09h2.42v-1.37ZM372.51,13.57h2.59c1.54,0,2.62,1.51,2.62,3.62s-1.2,3.73-2.62,3.73h-2.59v-7.35ZM382.42,29.29l-4.7-7.32c2.31-.71,3.65-2.56,3.65-4.79,0-2.65-1.82-4.99-5.95-4.99h-8.57v1.37h2.22v15.72h-2.22v1.37h7.89v-1.37h-2.22v-7.01h1.6l5.18,8.37h5.1v-1.37h-1.96ZM363.08,25.47l-1.42,3.82h-5.61v-7.66h2.96v2.22h1.71v-5.87h-1.71v2.22h-2.96v-6.64h5.36l1.45,3.82h1.99v-5.18h-14.47v1.37h2.22v15.72h-2.22v1.37h14.7v-5.18h-1.99ZM342.26,31c3.87,0,6.35-2.02,6.35-4.9,0-1.79-.94-3.5-2.62-4.61l-5.04-3.3c-.85-.57-1.28-1.31-1.28-2.36,0-1.57.94-2.71,2.68-2.71,1.6,0,2.82.94,3.13,4.27h2.42v-3.5c-1-1.11-3.05-2.02-5.58-2.02-3.65,0-5.81,1.88-5.81,4.59,0,1.99,1.2,3.45,2.48,4.3l4.81,3.19c.94.63,1.48,1.54,1.48,2.73,0,1.77-1.14,3.02-2.96,3.02-1.68,0-2.93-1.05-3.33-4.22h-2.39v3.45c.74.91,2.76,2.08,5.67,2.08M312.7,30.65h14.7v-5.18h-1.99l-1.42,3.82h-5.61v-15.72h2.22v-1.37h-7.89v1.37h2.22v15.72h-2.22v1.37ZM299.31,22.71l2.17-6.24h.14l2.11,6.24h-4.42ZM309.56,29.29l-6.1-17.09h-2.02l-6.1,17.09h-2.17v1.37h5.95v-1.37h-2.11l1.8-5.15h5.38l1.74,5.15h-2.22v1.37h7.89v-1.37h-2.05ZM292.05,13.57v-1.37h-8.97v1.37h2.76v15.72h-2.76v1.37h8.97v-1.37h-2.76v-15.72h2.76ZM274.93,31c3.28,0,5.87-1.96,6.44-5.55h-1.48c-.54,2.79-2.39,3.96-4.39,3.96-3.05,0-5.38-3.45-5.38-9.26,0-3.73,1.28-7.04,4.5-7.04,1.79,0,3.3,1.14,3.62,4.27h2.42v-3.85c-1-.6-2.82-1.68-5.73-1.68-5.98,0-8.35,5.04-8.35,10,0,4.27,2.14,9.14,8.35,9.14M248.21,30.65h5.92v-1.37h-2.14v-12.68l8.89,14.04h2.11V13.57h2.22v-1.37h-5.98v1.37h2.19v11.34l-8.12-12.7h-5.1v1.37h2.22v15.72h-2.22v1.37ZM234.82,22.71l2.16-6.24h.14l2.11,6.24h-4.41ZM245.08,29.29l-6.1-17.09h-2.02l-6.1,17.09h-2.17v1.37h5.95v-1.37h-2.11l1.8-5.15h5.38l1.74,5.15h-2.22v1.37h7.89v-1.37h-2.05ZM211.7,30.65h5.93v-1.37h-2.14v-12.68l8.89,14.04h2.11V13.57h2.22v-1.37h-5.98v1.37h2.19v11.34l-8.12-12.7h-5.1v1.37h2.22v15.72h-2.22v1.37ZM210.19,13.57v-1.37h-8.97v1.37h2.76v15.72h-2.76v1.37h8.97v-1.37h-2.76v-15.72h2.76ZM185.24,12.2v1.37h2.22v15.72h-2.22v1.37h7.89v-1.37h-2.22v-7.66h2.96v2.22h1.71v-5.87h-1.71v2.22h-2.96v-6.64h5.35l1.45,3.82h1.99v-5.18h-14.47ZM176.41,13.57v-1.37h-8.97v1.37h2.76v15.72h-2.76v1.37h8.97v-1.37h-2.76v-15.72h2.76ZM149.21,30.65h5.93v-1.37h-2.14v-12.68l8.89,14.04h2.11V13.57h2.22v-1.37h-5.98v1.37h2.19v11.34l-8.12-12.7h-5.1v1.37h2.22v15.72h-2.22v1.37ZM147.7,13.57v-1.37h-8.97v1.37h2.76v15.72h-2.76v1.37h8.97v-1.37h-2.76v-15.72h2.76ZM114.71,30.65h5.9v-1.37h-2.11v-12.7l5.84,12.7h1.77l5.44-12.73v12.73h-2.14v1.37h7.8v-1.37h-2.22v-15.72h2.22v-1.37h-5.5l-5.55,13.02-5.95-13.02h-5.5v1.37h2.22v15.72h-2.22v1.37Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.topbar__logo__motorrad {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 300/40;
  width: 300px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_2' data-name='Laag 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407 50.73'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230066b0; %7D %3C/style%3E%3C/defs%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg%3E%3Cg%3E%3Cpath d='M49.08,25.37c0,13.1-10.62,23.72-23.72,23.72S1.65,38.46,1.65,25.37,12.27,1.65,25.37,1.65s23.72,10.62,23.72,23.71M25.37,0C11.36,0,0,11.36,0,25.37s11.36,25.37,25.37,25.37,25.36-11.36,25.36-25.37S39.37,0,25.37,0'/%3E%3Cpath d='M25.37,39.58c-7.84,0-14.22-6.38-14.22-14.22h-.82c0,8.31,6.73,15.04,15.04,15.04M25.37,10.32v.83c7.84,0,14.22,6.38,14.22,14.22h.83c0-8.31-6.74-15.04-15.04-15.04'/%3E%3Cpath d='M37.66,14.6c.34.37.84.97,1.12,1.33l5.14-3.26c-.26-.34-.67-.85-.97-1.2l-3.25,2.15-.22.19.17-.24,1.44-2.87-1.01-1.01-2.87,1.44-.24.17.19-.22,2.15-3.25c-.38-.32-.74-.62-1.21-.98l-3.26,5.13c.41.32.96.78,1.31,1.1l3.07-1.59.2-.14-.14.2-1.59,3.07Z'/%3E%3Cpath d='M26,8.1l1.4-3.14.09-.28-.03.29.15,4.2c.49.05,1,.12,1.5.2l-.23-6.22c-.7-.08-1.4-.13-2.1-.16l-1.38,3.43-.05.25-.05-.25-1.38-3.43c-.7.03-1.4.08-2.1.16l-.23,6.22c.5-.08,1.01-.15,1.5-.2l.15-4.2-.03-.29.09.28,1.4,3.14h1.28Z'/%3E%3Cpath d='M10.65,13.67s1.67-1.76,2.21-2.33c.22-.22.36-.36.5-.43.19-.09.4-.11.59.01.18.12.27.34.22.55-.06.25-.26.49-.43.68-.23.25-2.21,2.36-2.21,2.37l-.89-.84ZM8.93,12.04c.88-1.08,1.82-2.06,2.25-2.45.13-.12.28-.24.46-.29.29-.08.58.13.65.42.07.3-.12.58-.33.81-.47.53-2.18,2.32-2.18,2.32,0,0-.85-.81-.85-.81M14.65,13.06c.81-.85,1.27-1.84.46-2.78-.44-.51-1.18-.62-1.8-.37l-.06.02.02-.05c.09-.24.15-1.02-.51-1.55-.32-.26-.73-.36-1.13-.32-.76.08-1.35.6-2.94,2.38-.48.54-1.18,1.38-1.6,1.93,0,0,4.38,4.16,4.38,4.16,1.46-1.61,2.05-2.21,3.19-3.42'/%3E%3Cpath class='cls-1' d='M25.37,10.32v15.04h-15.04c0-8.31,6.73-15.04,15.04-15.04'/%3E%3Cpath class='cls-1' d='M40.41,25.37c0,8.31-6.73,15.04-15.04,15.04v-15.04h15.04Z'/%3E%3Cpath d='M90.25,30.14c0-1.11-.77-1.86-2.14-1.86h-4.8v3.77h4.77c1.43,0,2.17-.63,2.17-1.92M83.3,20.45v3.86h4.38c1.17,0,2-.83,2-1.97s-.89-1.89-2-1.89h-4.38ZM95.8,30.43c0,3.32-2.06,6.01-7.75,6.01h-10.12v-20.36h10.27c4.72,0,7.03,2.52,7.03,5.43,0,1.77-.74,3.55-2.49,4.4,2.2.91,3.06,2.89,3.06,4.52'/%3E%3Cpath d='M117.59,36.43l-.46-13.55c-.31,1.2-.66,2.43-1.06,3.66l-3.2,9.89h-5.21l-3.2-9.89c-.4-1.2-.72-2.4-1.03-3.6l-.46,13.5h-5.18l.83-20.36h7.43l4.2,14.1,4.2-14.1h7.43l.83,20.36h-5.15Z'/%3E%3Cpath d='M153.59,16.07c-1.66,6.89-3.43,13.41-5.55,20.36h-6.55l-2.8-12.78-2.83,12.78h-6.55c-2.12-6.95-3.89-13.47-5.58-20.36h5.8c.97,4.35,2.09,9.01,3.23,13.53l2.89-13.53h6.03l2.89,13.53c1.14-4.52,2.26-9.18,3.23-13.53h5.78Z'/%3E%3C/g%3E%3Cpolygon points='166.38 20.76 166.38 24.19 175.27 24.19 175.27 28.66 166.38 28.66 166.38 36.43 160.94 36.43 160.94 16.07 175.56 16.07 175.56 20.76 166.38 20.76'/%3E%3Cg%3E%3Cpath d='M178.76,17.45c0-1.63,1.32-2.95,2.95-2.95s2.95,1.32,2.95,2.95-1.32,2.95-2.95,2.95-2.95-1.32-2.95-2.95M184.31,36.43h-5.03v-10.18h-2.57v-3.89h7.61v14.07Z'/%3E%3Cpath d='M201.41,27.77v8.67h-5.03v-8.12c0-1.4-.66-2.2-1.94-2.2-.86,0-1.66.34-2.23.97v9.35h-5.03v-14.07h4.72l.09,1.09c1.06-1.03,2.43-1.54,3.77-1.54,3.69,0,5.66,2.37,5.66,5.86'/%3E%3Cpath d='M210.28,33.4c1.17,0,1.92-.4,2.55-.94v-1.63c-.54-.11-1.12-.2-1.8-.2-2.09,0-2.63.57-2.63,1.4s.74,1.37,1.89,1.37M213.59,36.43l-.32-1.31c-.92,1.06-2.4,1.77-4.43,1.77-3.26,0-5.29-1.66-5.29-4.6,0-2.77,1.89-4.63,7.21-4.63.74,0,1.4.06,2.06.17-.09-1.4-.86-1.92-3.17-1.92-1.4,0-2.97.34-4.32.83l-1.06-3.77c1.83-.71,3.98-1.06,5.95-1.06,5.66,0,7.64,2.43,7.64,5.8v6.15l.29,2.57h-4.55Z'/%3E%3Cpath d='M234.64,27.77v8.67h-5.03v-8.12c0-1.4-.66-2.2-1.95-2.2-.86,0-1.66.34-2.23.97v9.35h-5.03v-14.07h4.72l.09,1.09c1.06-1.03,2.43-1.54,3.77-1.54,3.69,0,5.66,2.37,5.66,5.86'/%3E%3Cpath d='M236.5,29.4c0-4.15,3.29-7.49,8.15-7.49,2.74,0,4.77,1.06,6.23,2.74l-3.12,2.92c-.72-.89-1.8-1.46-2.97-1.46-1.89,0-3.2,1.49-3.2,3.29s1.32,3.29,3.2,3.29c1.17,0,2.26-.57,2.97-1.46l3.12,2.92c-1.46,1.69-3.49,2.74-6.23,2.74-4.86,0-8.15-3.35-8.15-7.49'/%3E%3Cpath d='M253.23,17.45c0-1.63,1.32-2.95,2.95-2.95s2.95,1.32,2.95,2.95-1.32,2.95-2.95,2.95-2.95-1.32-2.95-2.95M258.78,36.43h-5.03v-10.18h-2.57v-3.89h7.61v14.07Z'/%3E%3Cpath d='M267.79,33.4c1.17,0,1.92-.4,2.55-.94v-1.63c-.54-.11-1.12-.2-1.8-.2-2.09,0-2.63.57-2.63,1.4s.74,1.37,1.89,1.37M271.1,36.43l-.32-1.31c-.92,1.06-2.4,1.77-4.43,1.77-3.26,0-5.29-1.66-5.29-4.6,0-2.77,1.89-4.63,7.21-4.63.74,0,1.4.06,2.06.17-.09-1.4-.86-1.92-3.17-1.92-1.4,0-2.97.34-4.32.83l-1.06-3.77c1.83-.71,3.98-1.06,5.95-1.06,5.66,0,7.64,2.43,7.64,5.8v6.15l.29,2.57h-4.55Z'/%3E%3C/g%3E%3Crect x='277.91' y='16.07' width='5.03' height='20.36'/%3E%3Cg%3E%3Cpath d='M290.29,34.69l2-4.23c1.94,1.06,4.09,1.72,6.01,1.72,2.14,0,3-.4,3-1.54,0-.86-.6-1.29-3.03-1.89l-1.54-.37c-3.32-.83-6.26-2.49-6.26-6.46,0-3.12,2.32-6.29,8.38-6.29,3.15,0,5.66.57,7.75,1.54l-1.74,4.29c-1.83-.71-3.75-1.12-5.83-1.12s-2.86.57-2.86,1.49c0,.83.63,1.46,2.23,1.77l1.69.34c4.43.92,6.95,2.75,6.95,6.52,0,4.17-3.29,6.43-8.72,6.43-2.69,0-5.55-.83-8.01-2.2'/%3E%3Cpath d='M313.03,27.91h5.95c-.31-1.29-1.37-2.23-3.03-2.23-1.37,0-2.57.83-2.92,2.23M323.58,31.03l-10.35.06c.51,1.32,1.71,1.86,3.32,1.86s2.89-.51,3.83-1.49l2.89,2.86c-1.72,1.72-4.15,2.54-6.78,2.54-4.63,0-8.18-2.69-8.18-7.61,0-4.57,3.66-7.35,7.72-7.35,4.86,0,7.66,3.4,7.66,7.49,0,.51-.03,1.09-.11,1.63'/%3E%3Cpath d='M335.45,22.19v4.29c-.23-.03-.46-.03-.69-.03-1.43,0-3.09.37-4.03,1.32v8.66h-5.03v-14.07h4.72l.17,1.83c.86-1.26,2.26-2.06,3.75-2.06.43,0,.77.03,1.12.06'/%3E%3Cpath d='M352.38,22.36c-1.6,4.89-3.49,9.92-5.52,14.07h-4.83c-2.09-4.4-3.95-9.18-5.58-14.07h5.23c.8,3.2,1.74,6.15,2.8,9.29,1.03-3.15,1.97-6.09,2.8-9.29h5.09Z'/%3E%3Cpath d='M355.29,17.45c0-1.63,1.32-2.95,2.95-2.95s2.95,1.32,2.95,2.95-1.32,2.95-2.95,2.95-2.95-1.32-2.95-2.95M360.84,36.43h-5.03v-10.18h-2.57v-3.89h7.61v14.07Z'/%3E%3Cpath d='M362.84,29.4c0-4.15,3.29-7.49,8.15-7.49,2.74,0,4.77,1.06,6.23,2.74l-3.12,2.92c-.72-.89-1.8-1.46-2.97-1.46-1.89,0-3.2,1.49-3.2,3.29s1.32,3.29,3.2,3.29c1.17,0,2.26-.57,2.97-1.46l3.12,2.92c-1.46,1.69-3.49,2.74-6.23,2.74-4.86,0-8.15-3.35-8.15-7.49'/%3E%3Cpath d='M381.95,27.91h5.95c-.31-1.29-1.37-2.23-3.03-2.23-1.37,0-2.57.83-2.92,2.23M392.5,31.03l-10.35.06c.51,1.32,1.71,1.86,3.32,1.86s2.89-.51,3.83-1.49l2.89,2.86c-1.72,1.72-4.15,2.54-6.78,2.54-4.63,0-8.18-2.69-8.18-7.61,0-4.57,3.66-7.35,7.72-7.35,4.86,0,7.66,3.4,7.66,7.49,0,.51-.03,1.09-.11,1.63'/%3E%3Cpath d='M405.05,26.8c-1.49-.69-3.12-1.03-4.75-1.03-1.06,0-1.46.23-1.46.69,0,.49.37.69,1.77.94l.94.17c3.17.6,5.43,2,5.43,4.55,0,2.83-1.83,4.78-6.61,4.78-2.29,0-4.77-.71-6.81-1.97l1.8-3.4c1.54,1.03,3.52,1.52,5.23,1.52,1.09,0,1.46-.23,1.46-.71s-.57-.66-1.92-.92l-1-.2c-3.43-.69-5.23-2.03-5.23-4.6,0-2.86,2.32-4.69,6.32-4.69,2.4,0,4.43.46,6.35,1.43l-1.54,3.46Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.topbar__divider {
  width: 1px;
  height: 48px;
  background-color: var(--wp--preset--color--primary-light);
}
.topbar__navigation {
  flex: 1;
}
.topbar__navigation .menu-hoofdmenu-container {
  width: 100%;
}
.topbar__navigation .menu-hoofdmenu-container .menu {
  display: flex;
  flex-direction: row;
}
.topbar__navigation .menu-hoofdmenu-container .menu .menu-item {
  height: var(--topbar-height);
}
.topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link {
  height: calc(var(--topbar-height) - 1px);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  color: #000;
  display: flex;
  gap: 6px;
}
.topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link:hover, .topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link__active {
  border-bottom: 4px solid #1c69d4;
}
.topbar__navigation--secondary {
  display: none;
}
.topbar__icons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}
.topbar__icon {
  cursor: pointer;
}

.submenu-wrapper {
  position: fixed;
  left: 0;
  top: var(--topbar-height);
  right: 0;
  transform: translateY(-100%);
  top: 0;
  transition: transform ease 0.25s;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
  left: auto;
  right: auto;
  max-width: 1920px;
  width: 100%;
}
.submenu-wrapper.submenu-wrapper--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.theme-bmwgroup .submenu-wrapper.submenu-wrapper--active {
  top: 177px;
}
.theme-bmw .submenu-wrapper.submenu-wrapper--active {
  top: var(--topbar-height);
}
.theme-mini .submenu-wrapper.submenu-wrapper--active {
  top: var(--topbar-height);
}
.theme-motorrad .submenu-wrapper.submenu-wrapper--active {
  top: var(--topbar-height);
}
.submenu-wrapper .fwpress-buttons {
  margin-top: var(--wp--preset--spacing--x-small) !important;
}

.custom-submenus {
  position: fixed;
  top: calc(var(--topbar-height) - 1);
  left: 0;
  right: 0;
  z-index: 10;
}
.custom-submenus:has(.submenu-wrapper--active) {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 100dvh;
  transition: 0.2s;
}

.submenu__column__title a {
  color: inherit;
  text-decoration: none;
}

.linklist__link {
  transform: translateZ(0);
}
.linklist__link[target=_blank] {
  padding-right: 24px !important;
  position: relative;
  width: fit-content !important;
}
.linklist__link[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 9px;
  right: 0;
}
.linklist__link[target=_blank]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%231c69d4'%3E%3C/path%3E%3C/svg%3E");
}

.topbar-menu__link[target=_blank] {
  padding-right: 24px !important;
  position: relative;
  width: fit-content !important;
}
.topbar-menu__link[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 29px;
  right: 0;
}
.mini-sibling-nav {
  background-color: #fff;
  border-bottom: solid 1px #999;
  position: fixed;
  top: var(--topbar-height);
  left: 0;
  right: 0;
  z-index: 2;
}
body:has(#wpadminbar) .mini-sibling-nav {
  top: calc(var(--topbar-height) + 32px);
}
.mini-sibling-nav__inner {
  display: flex;
}
.mini-sibling-nav__inner a {
  height: calc(var(--topbar-height) - 1px);
  font-family: inherit;
  font-size: 15px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  color: #000;
  display: flex;
  gap: 6px;
}
.mini-sibling-nav__inner a.is-active, .mini-sibling-nav__inner a:hover {
  border-bottom-color: #017ea4;
}
.mini-sibling-nav__inner a:hover {
  color: #017ea4;
}

.theme-bmw:not(.inner-wrapper--first-header) .inner-wrapper {
  padding-top: var(--topbar-height);
}
.theme-bmw:not(.inner-wrapper--first-header) .topbar {
  background: unset;
  background-color: #fff;
}

.mini-sibling-nav-small,
.mini-sibling-nav {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .theme-bmw .topbar .topbar__inner {
    border-bottom: 0;
    height: var(--topbar-height);
  }
  .theme-bmw .topbar__navigation .menu-hoofdmenu-container {
    display: none;
  }
  .theme-bmw .topbar__icons .topbar__icon.burger {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .theme-mini:has(.mobile-navigation--mini.is-open) .mini-sibling-nav-small {
    display: none;
  }
  .theme-mini .topbar .topbar__inner {
    border-bottom: 0;
    height: var(--topbar-height);
  }
  .theme-mini .topbar__navigation .menu-hoofdmenu-container {
    display: none;
  }
  .theme-mini .mini-sibling-nav {
    display: none;
  }
  .theme-mini .mini-sibling-nav-small {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--topbar-height) + var(--adminbar-height));
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
  .theme-mini .mini-sibling-nav-small__header {
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
  }
  .theme-mini .mini-sibling-nav-small__current-page {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 72px;
  }
  .theme-mini .mini-sibling-nav-small__current-page:before {
    content: "\e803";
    text-indent: 0;
    font-family: "md-icon";
    font-size: 24px;
  }
  .theme-mini .mini-sibling-nav-small__options {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px;
    flex-direction: column;
  }
  .theme-mini .mini-sibling-nav-small__options a {
    color: #000;
    text-decoration: none;
  }
  .theme-mini .mini-sibling-nav-small__options a:hover {
    color: #017ea4;
  }
  .theme-mini .mini-sibling-nav-small__options a.is-active > span {
    border-bottom: 1px solid #017ea4;
  }
  .theme-mini .mini-sibling-nav-small.is-open {
    bottom: 0;
    position: fixed;
    top: 0;
  }
  .theme-mini .mini-sibling-nav-small.is-open .mini-sibling-nav-small__current-page:before {
    transform: rotate(180deg);
  }
  .theme-mini .topbar__icons .topbar__icon.burger {
    display: flex !important;
  }
  .theme-bmwgroup.has-acf-header .topbar .topbar__inner .topbar__left,
  .theme-bmwgroup.has-acf-header.topbar--scrolled .topbar__inner .topbar__left {
    border-bottom: 0 !important;
  }
  .theme-bmwgroup {
    --topbar-height: 88px;
  }
  .theme-bmwgroup .topbar .topbar__inner {
    border-bottom: 0 !important;
    height: var(--topbar-height);
  }
  .theme-bmwgroup .topbar .topbar__icons .burger {
    display: none !important;
  }
  .theme-bmwgroup .topbar .topbar__left {
    gap: 36px;
    border-bottom: 0 !important;
  }
  .theme-bmwgroup .topbar .topbar__right {
    margin-left: auto;
  }
  .theme-bmwgroup .topbar .topbar__bmwgroup__image {
    width: 45px;
    height: 24px;
  }
  .theme-bmwgroup .topbar .topbar__bmwgroup__image svg {
    width: 45px;
    height: 24px;
  }
  .theme-bmwgroup .topbar .topbar__logo__bmw {
    width: 24px;
    height: 24px;
  }
  .theme-bmwgroup .topbar .topbar__logo__mini {
    width: 38px;
    height: 24px;
  }
  .theme-bmwgroup .topbar__icon--search {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M14 3C10.6941 3 7.91856 4.01722 5.96789 5.96789C4.01722 7.91856 3 10.6941 3 14C3 17.3059 4.01722 20.0814 5.96789 22.0321C7.91856 23.9828 10.6941 25 14 25C16.9049 25 19.4002 24.2146 21.2863 22.7006L27.2929 28.7073L28.7071 27.293L22.7005 21.2864C24.2146 19.4004 25 16.905 25 14C25 10.6941 23.9828 7.91856 22.0321 5.96789C20.0814 4.01722 17.3059 3 14 3ZM5 14C5 11.1059 5.88278 8.88144 7.38211 7.38211C8.88144 5.88278 11.1059 5 14 5C16.8941 5 19.1186 5.88278 20.6179 7.38211C22.1172 8.88144 23 11.1059 23 14C23 16.8941 22.1172 19.1186 20.6179 20.6179C19.1186 22.1172 16.8941 23 14 23C11.1059 23 8.88144 22.1172 7.38211 20.6179C5.88278 19.1186 5 16.8941 5 14Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Esearch_rg_48%3C/title%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .theme-bmwgroup .topbar__navigation .menu-hoofdmenu-container,
  .theme-bmwgroup .topbar__navigation .menu-hoofdmenu-bmw-group-container {
    display: none;
  }
  .theme-bmwgroup .topbar__icons .topbar__icon.burger {
    display: flex !important;
  }
  .theme-bmwgroup .topbar--default .topbar__right {
    display: none;
  }
  .theme-bmwgroup.no-acf-header .topbar__left {
    border-bottom: 1px solid rgba(16, 22, 44, 0.3019607843) !important;
  }
}
@media screen and (max-width: 475px) {
  .topbar__logo__motorrad {
    width: 200px;
  }
  .topbar__logo__mini {
    width: 250px;
  }
  .theme-mini .topbar .topbar__inner {
    gap: 12px;
  }
  .theme-mini .topbar .topbar__icons {
    gap: 0;
  }
  .theme-mini .topbar .topbar__icons .topbar__icon {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.footer {
  width: 100%;
}
.footer.footer--bmwgroup {
  border-top: 1px solid rgba(16, 22, 44, 0.3019607843);
}
.footer.footer--bmwgroup .footer__top {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}
.footer.footer--bmwgroup .footer__top .components {
  display: flex;
  flex-wrap: wrap;
  --columns: 3;
  --gap-x: 18px;
  gap: 18px var(--gap-x);
  flex-direction: row;
}
.footer.footer--bmwgroup .footer__top .components > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.footer.footer--bmwgroup .footer__top .components .widgettitle {
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.15em;
}
.footer.footer--bmwgroup .footer__top .components .menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer.footer--bmwgroup .footer__top .components .menu-item {
  padding: 0;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a {
  font-size: 14px;
  color: #262626;
  position: relative;
  line-height: 1.8;
  white-space: nowrap;
  display: block;
  height: 28px;
  font-weight: 400;
  width: fit-content;
  text-decoration: none !important;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #04829a;
  bottom: 0;
  width: 0;
  transition: all 750ms;
  left: 50%;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a:hover {
  color: #04829a;
  text-decoration: none !important;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a:hover:after {
  left: 0;
  width: 100%;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a[target=_blank] {
  padding-right: 24px;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  right: 0;
}
.footer.footer--bmwgroup .footer__top .components .menu-item a[target=_blank]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%2304829a'%3E%3C/path%3E%3C/svg%3E");
}
.footer.footer--bmwgroup .footer__quicklinks {
  margin-top: 24px;
}
.footer.footer--bmwgroup .footer__quicklinks .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer.footer--bmwgroup .footer__quicklinks .menu li a {
  font-size: 14px;
  color: #262626;
  position: relative;
  line-height: 1.8;
  white-space: nowrap;
  display: block;
  height: 28px;
  text-decoration: none !important;
}
.footer.footer--bmwgroup .footer__quicklinks .menu li a:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #04829a;
  bottom: 0;
  width: 0;
  transition: all 750ms;
  left: 50%;
}
.footer.footer--bmwgroup .footer__quicklinks .menu li a:hover {
  color: #04829a;
}
.footer.footer--bmwgroup .footer__quicklinks .menu li a:hover:after {
  left: 0;
  width: 100%;
}
.footer.footer--bmw {
  background-color: #f6f6f6;
}
.footer.footer--bmw .footer__top {
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer.footer--bmw .footer__top .container > .row {
  row-gap: 30px;
}
.footer.footer--bmw .footer__top .components {
  gap: 60px;
}
.footer.footer--bmw .footer__top .components .widgettitle {
  font-weight: 300;
  font-size: 24px;
  text-transform: none;
  padding-bottom: 24px;
  color: #262626;
}
.footer.footer--bmw .footer__top .components .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer.footer--bmw .footer__top .components .menu-item {
  padding: 0;
}
.footer.footer--bmw .footer__top .components .menu-item a {
  font-size: 15px;
  color: #262626;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  font-weight: 300;
  width: fit-content;
}
.footer.footer--bmw .footer__top .components .menu-item a:hover {
  color: #1c69d4;
}
.footer.footer--bmw .footer__top .components .menu-item a[target=_blank] {
  padding-right: 24px;
}
.footer.footer--bmw .footer__top .components .menu-item a[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  right: 0;
}
.footer.footer--bmw .footer__top .components .menu-item a[target=_blank]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%231c69d4'%3E%3C/path%3E%3C/svg%3E");
}
.footer.footer--bmw .footer__quicklinks {
  margin-top: 12px;
}
.footer.footer--bmw .footer__quicklinks .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer.footer--bmw .footer__quicklinks .menu li a {
  font-size: 15px;
  color: #262626;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  font-weight: 300;
  width: fit-content;
}
.footer.footer--bmw .footer__quicklinks .menu li a:hover {
  color: #1c69d4;
}
.footer.footer--bmw .footer__quicklinks .menu li a[target=_blank] {
  padding-right: 24px;
}
.footer.footer--bmw .footer__quicklinks .menu li a[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  right: 0;
}
.footer.footer--bmw .footer__quicklinks .menu li a[target=_blank]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%231c69d4'%3E%3C/path%3E%3C/svg%3E");
}
.footer.footer--bmw .footer__bottom {
  background-color: #f6f6f6;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}
.footer.footer--mini .footer__top {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #000000;
}
.footer.footer--mini .footer__top .components {
  gap: 60px;
}
.footer.footer--mini .footer__top .components .widgettitle {
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  padding-bottom: 24px;
  color: #ffffff;
}
.footer.footer--mini .footer__top .components .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer.footer--mini .footer__top .components .menu-item {
  padding: 0;
}
.footer.footer--mini .footer__top .components .menu-item a {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  font-weight: 600;
  width: fit-content;
}
.footer.footer--mini .footer__top .components .menu-item a:hover {
  color: #0085ac;
}
.footer.footer--mini .footer__top .components .menu-item a[target=_blank]:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.footer.footer--mini .footer__top .components .menu-item a[target=_blank]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%230085ac'%3E%3C/path%3E%3C/svg%3E");
}
.footer.footer--mini .footer__quicklinks {
  margin-top: 12px;
}
.footer.footer--mini .footer__quicklinks .menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer.footer--mini .footer__quicklinks .menu li a {
  font-size: 16px;
  color: #000000;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  font-weight: 300;
  width: fit-content;
  text-decoration: underline;
}
.footer.footer--mini .footer__quicklinks .menu li a:hover {
  color: #0085ac;
}
.footer.footer--mini .footer__quicklinks .menu li a[target=_blank] {
  padding-right: 24px;
}
.footer.footer--mini .footer__quicklinks .menu li a[target=_blank]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  right: 0;
}
.footer.footer--mini .footer__quicklinks .menu li a[target=_blank]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='%230085ac'%3E%3C/path%3E%3C/svg%3E");
}
.footer.footer--mini .footer__bottom {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}
.footer.footer--mini .footer__bottom .footer__bottom__mini {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0 24px;
  margin-top: 56px;
}
.footer.footer--motorrad .footer__top {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #f2f2f2;
}
.footer.footer--motorrad .footer__top .components {
  gap: 60px;
}
.footer.footer--motorrad .footer__top .components .widgettitle {
  font-size: 18px;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #16171a;
}
.footer.footer--motorrad .footer__top .components .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer.footer--motorrad .footer__top .components .menu-item {
  padding: 0;
}
.footer.footer--motorrad .footer__top .components .menu-item a {
  font-size: 16px;
  color: #16171a;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  font-weight: 400;
  width: fit-content;
  background-image: none !important;
}
.footer.footer--motorrad .footer__top .components .menu-item a[target=_blank]:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon svg-icon--external-link' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' style='width: 100%25;'%3E%3Cpath d='M16 6V8H22.59L5 25.59L6.41 27L24 9.41V16H26V6H16Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.footer.footer--motorrad .footer__top .components .menu-item a:hover {
  font-weight: bold;
}
.footer.footer--motorrad .footer__quicklinks {
  margin-top: 12px;
}
.footer.footer--motorrad .footer__quicklinks .menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
  flex-wrap: wrap;
}
.footer.footer--motorrad .footer__quicklinks .menu li a {
  font-size: 14px;
  color: #16171a;
  position: relative;
  white-space: nowrap;
  display: block;
  height: 24px;
  width: fit-content;
}
.footer.footer--motorrad .footer__quicklinks .menu li a:hover {
  font-weight: bold;
}
.footer.footer--motorrad .footer__bottom {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer.footer--motorrad .footer__bottom .bmw-motorrad__slogan {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 4px solid #000;
  white-space: nowrap;
  padding-bottom: 12px;
  width: 170px;
}
.footer.footer--motorrad .footer__bottom .footer__bottom__motorrad {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer__bottom {
  background-color: #ffffff;
  font-size: 14px;
  padding: 16px 0px;
}
.footer .components {
  display: flex;
  flex-direction: column;
}
.footer .components .component {
  display: flex;
  flex-direction: column;
}
.footer .components .component--widget .widgettitle,
.footer .components .component--widget .wp-block-heading {
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 300;
  text-transform: uppercase;
}
.footer .components .component--widget .fwpress-buttons,
.footer .components .component--widget .menu-item {
  padding: 0px 0px 12px 0px;
}
.footer .components .component--widget .fwpress-buttons a,
.footer .components .component--widget .menu-item a {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 700;
  border: none;
  padding-bottom: 0px;
}
.footer .components .component--widget .fwpress-buttons a:hover,
.footer .components .component--widget .menu-item a:hover {
  color: #262626;
}
.footer__brands {
  display: flex;
  align-items: center;
}
.footer__brands img {
  height: 36px;
  width: auto;
  display: block;
}
.footer__brands__bmwgroup {
  aspect-ratio: 94/40;
  width: 94px;
}
.footer__brands__bmw {
  margin-left: 24px;
}
.footer__brands__mini {
  margin-left: 12px;
}

#menu-item-4028 {
  display: none;
}
.theme-bmw #menu-item-4028 {
  display: block;
}

#menu-item-4029 {
  display: none;
}
.theme-mini #menu-item-4029 {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer.footer--bmw .footer__top .components {
    row-gap: 30px;
  }
  .footer.footer--mini .container > .row {
    row-gap: 30px;
  }
  .footer.footer--bmwgroup .container > .row {
    row-gap: 30px;
  }
  .footer.footer--bmwgroup .footer__top .components {
    --columns:2;
  }
}
@media screen and (max-width: 767px) {
  .footer.footer--bmwgroup .footer__top {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .footer.footer--bmwgroup .footer__top .components {
    --columns: 1;
  }
  .footer.footer--bmwgroup .footer__top .components .menu {
    gap: 0;
  }
  .footer.footer--bmwgroup .footer__quicklinks {
    margin-top: 30px;
  }
  .footer.footer--bmwgroup .footer__quicklinks .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer.footer--bmwgroup .footer__quicklinks .menu li a,
  .footer.footer--bmwgroup .footer__top .components .menu-item a {
    font-size: 12px;
  }
  .footer.footer--motorrad .footer__top .row {
    row-gap: 30px;
  }
  .footer.footer--motorrad .footer__top .components {
    gap: 30px;
  }
  .footer.footer--motorrad .footer__top .components .widgettitle {
    padding-bottom: 12px;
  }
}
.sidenavigation {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: backdrop-filter 0.5s ease 0.3s;
}
body.view-desktop .sidenavigation {
  display: none !important;
}
.sidenavigation--visible {
  opacity: 1;
  pointer-events: all;
  transition: backdrop-filter 0.5s ease 0s;
}
.sidenavigation--visible .sidenavigation__inner {
  transform: translateX(0);
  transition: transform 0.3s ease 0s;
}
.sidenavigation__inner {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 350px;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease 0.3s;
}
.sidenavigation__top {
  height: var(--topbar-height);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  flex-shrink: 0;
  flex-grow: 0;
}
.sidenavigation__close:before {
  transform: scale(-1);
}
.sidenavigation__components {
  padding: var(--wp--preset--spacing--small);
  overflow-y: auto;
}
.sidenavigation .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidenavigation .menu .menu-item a {
  display: flex;
  font-weight: 700;
  align-items: center;
  color: inherit;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.sidenavigation .menu .menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sidenavigation .menu .menu-item.menu-item-has-children > a {
  flex-grow: 1;
  flex-shrink: 1;
}
.sidenavigation .menu .menu-item.menu-item-has-children .has-children {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.sidenavigation .menu .menu-item.menu-item-has-children .has-children:after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.sidenavigation .menu .menu-item.menu-item-has-children .has-children {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu {
  border-radius: 3px;
  background-color: var(--wp--preset--color--primary);
  flex-direction: column;
  padding: 9px;
  width: 100%;
  display: flex;
  display: none;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: var(--wp--preset--color--primary);
  width: 100%;
  display: inline-flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: #fff;
  font-weight: 300;
  height: 18px;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  font-weight: bold;
}
.sidenavigation .menu .menu-item.menu-item-has-children.current-page-ancestor .sub-menu, .sidenavigation .menu .menu-item.menu-item-has-children.current-menu-ancestor .sub-menu, .sidenavigation .menu .menu-item.menu-item-has-children.current-menu-parent .sub-menu {
  display: flex;
}
.sidenavigation .menu .menu-item.current_page_item > a {
  font-weight: 700;
}
.sidenavigation__secondary {
  margin-top: var(--wp--preset--spacing--small);
  padding-top: var(--wp--preset--spacing--small);
  border-top: 1px solid var(--wp--preset--color--primary-color-20);
}
.sidenavigation__secondary li .menu-item {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  text-decoration: none;
}

.component--breadcrumbs {
  margin-bottom: var(--wp--preset--spacing--x-small);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  position: relative;
  z-index: 1;
}
.theme-bmwgroup .breadcrumbs {
  font-size: 14px;
}
.breadcrumbs__item {
  color: inherit;
}
.breadcrumbs__item--current {
  font-weight: bold;
  color: var(--typography-body-color);
  color: inherit;
}
.has-primary-background-color .breadcrumbs__item--current {
  color: #ffffff;
}
.breadcrumbs__item--current:after {
  display: none;
}
.theme-bmwgroup .breadcrumbs__item .breadcrumbs__link__label--home {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3.69434L25.7775 11.8985C26.6473 12.6265 27.3452 13.2109 27.6887 14.1467C27.8641 14.6245 27.9339 15.1455 27.9672 15.738C28 16.3225 28 17.0527 28 17.9693V27.9998H4V17.9693C4 17.0526 3.99999 16.3225 4.03283 15.7379C4.06611 15.1455 4.13587 14.6245 4.31125 14.1467C4.65477 13.2109 5.35275 12.6266 6.22243 11.8985L15.3571 4.23374L16 3.69434ZM16 6.30515L7.6428 13.3177C6.57491 14.2137 6.32767 14.4575 6.18875 14.8359C6.11414 15.0391 6.0589 15.3299 6.02968 15.8501C6.00037 16.3719 6 17.0457 6 17.9998V25.9998H26V17.9998C26 17.0457 25.9996 16.3719 25.9703 15.8501C25.9411 15.3299 25.8859 15.0391 25.8113 14.8359C25.6723 14.4575 25.4251 14.2137 24.3572 13.3177L16 6.30515Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Ehome_rg_48%3C/title%3E%3C/svg%3E");
  background-size: contain;
}
.breadcrumbs__link {
  color: var(--typography-body-color);
  opacity: 0.6;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  color: inherit;
}
.breadcrumbs__link:after {
  content: "\e9a6";
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
  width: 14px;
  height: 14px;
  font-size: 14px;
  transform: scale(-1);
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
.breadcrumbs__link:hover {
  opacity: 1;
}

.fwpress-buttons {
  gap: 7.5px 15px;
  display: flex;
  flex-wrap: wrap;
  --button-height:52px;
}
.fwpress-buttons.alignwide .fwpress-button {
  flex-grow: 1;
  min-width: fit-content;
}
.fwpress-buttons.alignfull .fwpress-button {
  width: 100%;
}
.fwpress-buttons.orientation-vertical {
  flex-direction: column;
}
.fwpress-buttons.justify-content-left {
  justify-content: flex-start;
}
.fwpress-buttons.justify-content-right {
  justify-content: flex-end;
}

.fwpress-button {
  display: inline-flex;
  height: var(--button-height);
  padding: 4px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: 0.15s;
  min-width: 180px;
  padding-left: 24px;
  padding-right: 24px;
  gap: 6px;
}
.theme-bmw .fwpress-button {
  border-radius: 3px;
  --button-height:52px;
}
.theme-mini .fwpress-button {
  --button-height:56px;
  border-radius: 28px;
}
.theme-bmwgroup .fwpress-button {
  --button-height: 56px;
  border-radius: 0;
}
.theme-motorrad .fwpress-button {
  --button-height: 40px;
  border-radius: 0;
}
.fwpress-button--right {
  flex-direction: row-reverse;
}
.theme-mini .fwpress-button:not(.fwpress-button--disabled):not([disabled]):not(.fwpress-button--link):focus {
  box-shadow: 0 0 0 3px #027ea4;
  border: 2px solid #fff;
}
.fwpress-button--primary {
  background-color: #1c69d4;
  border: 0;
  color: #fff;
}
.fwpress-button--primary .fwpress-button__label {
  font-weight: 700;
}
.fwpress-button--primary:hover {
  background-color: #0653b6;
  color: #fff;
}
.theme-bmwgroup .fwpress-button--primary:hover {
  background-color: #000;
}
.theme-motorrad .fwpress-button--primary:hover {
  background-color: #0062ff;
}
.theme-mini .fwpress-button--primary:hover {
  background-color: #027ea4;
}
.theme-bmwgroup .fwpress-button--primary {
  background-color: #035970;
}
.theme-mini .fwpress-button--primary {
  background-color: #006583;
}
.theme-motorrad .fwpress-button--primary {
  background-color: #16171a;
}
.fwpress-button--secondary {
  background-color: #4d4d4d;
  border: 0;
  color: #fff;
}
.fwpress-button--secondary .fwpress-button__label {
  font-weight: 700;
}
.fwpress-button--secondary:hover {
  background-color: #262626;
  color: #fff;
}
.theme-motorrad .fwpress-button--secondary:hover {
  background-color: #0062ff;
}
.theme-mini .fwpress-button--secondary:hover {
  background-color: #525252;
}
.theme-bmwgroup .fwpress-button--secondary:hover {
  background-color: #000000;
}
.theme-bmwgroup .fwpress-button--secondary {
  background-color: #666666;
}
.theme-mini .fwpress-button--secondary {
  background-color: #000;
}
.fwpress-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #4d4d4d;
  border-width: 0px;
  border-radius: 3px;
  color: #4d4d4d;
}
.fwpress-button--outline .fwpress-button__label {
  font-weight: 700;
}
.fwpress-button--outline:hover {
  background-color: transparent;
  color: #262626;
  box-shadow: inset 0 0 0 2px #262626;
}
.theme-motorrad .fwpress-button--outline:hover {
  background-color: #0062ff;
  color: #fff;
  border-color: #0062ff !important;
}
.theme-bmwgroup .fwpress-button--outline:hover {
  background-color: rgba(16, 22, 44, 0.1);
}
.theme-motorrad .fwpress-button--outline {
  border: 2px solid #16171a;
  box-shadow: unset !important;
  color: #16171a;
}
.theme-motorrad .has-motorrad-black-background-color .fwpress-button--outline {
  border: 2px solid #fff;
  color: #fff;
}
.theme-bmwgroup .fwpress-button--outline {
  border: 2px solid #262626;
  color: #262626;
}
.theme-bmwgroup .header--overlay--dark .fwpress-button--outline {
  border: 2px solid #fff;
  color: #fff;
}
.fwpress-button .dlm-xhr-progress,
.fwpress-button .dlm-xhr-loading-gif {
  display: none !important;
}
.fwpress-button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.fwpress-button--link {
  text-decoration: none;
  font-weight: bold;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  min-width: unset;
  color: inherit;
  height: auto;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.fwpress-button--link:hover .fwpress-button__label {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}
.theme-bmwgroup .fwpress-button--link:hover {
  color: #09bacf;
}
.theme-bmw .fwpress-button--link:hover {
  color: #1c69d4;
}
.theme-bmw .fwpress-button--link:hover .fwpress-button__label {
  text-decoration: none;
}
.theme-mini .fwpress-button--link:hover {
  color: #0085ac;
}
.theme-mini .fwpress-button--link:hover .fwpress-button__label {
  text-decoration: none;
}
.theme-bmwgroup .fwpress-button--link {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 14px;
  font-weight: 700;
}
.fwpress-button[href^="mailto:"] {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.fwpress-button[href^="mailto:"]:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button[href^="tel:"] {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.fwpress-button[href^="tel:"]:before {
  content: "call";
  font-family: "Material Symbols Rounded";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}
.theme-mini .fwpress-button__label {
  font-size: 18px;
  font-weight: normal;
}
.theme-motorrad .fwpress-button__label {
  text-transform: uppercase;
}
.theme-bmwgroup .fwpress-button__label {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.fwpress-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.fwpress-link--right {
  flex-direction: row-reverse;
}
.theme-bmwgroup .fwpress-link {
  text-decoration: none;
}
.fwpress-link--primary {
  color: #1c69d4;
  border: 0;
}
.fwpress-link--primary .fwpress-button__label {
  font-weight: 700;
}
.theme-bmwgroup .fwpress-link--primary {
  color: #262626;
}
.fwpress-link--primary:hover {
  color: #0653b6;
}
.theme-motorrad .fwpress-link--primary:hover {
  color: #0062ff;
}
.theme-mini .fwpress-link--primary:hover {
  color: #027ea4;
}
.theme-bmwgroup .fwpress-link--primary:hover {
  color: #04829a;
}
.theme-mini .fwpress-link--primary {
  color: #006583;
}
.theme-motorrad .fwpress-link--primary {
  color: #16171a;
}
.fwpress-link--secondary {
  color: #4d4d4d;
  border: 0;
}
.fwpress-link--secondary .fwpress-button__label {
  font-weight: 700;
}
.fwpress-link--secondary:hover {
  color: #262626;
  color: #fff;
}
.theme-motorrad .fwpress-link--secondary:hover {
  color: #0062ff;
}
.theme-mini .fwpress-link--secondary:hover {
  color: #525252;
}
.theme-mini .fwpress-link--secondary {
  color: #000;
}
.fwpress-link .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}
.theme-mini .fwpress-link__label {
  font-size: 18px;
  font-weight: normal;
}
.theme-motorrad .fwpress-link__label {
  text-transform: uppercase;
}
.theme-bmwgroup .fwpress-link__label {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.theme-bmw .content a:where(:not(.wp-element-button)):not([class]) {
  color: #262626;
  font-weight: bold;
  text-decoration: underline;
}
.theme-bmw .content a:where(:not(.wp-element-button)):not([class]):hover {
  color: #1c69d4;
}

@media screen and (max-width: 768px) {
  .theme-mini {
    --button-height:40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .fwpress-button {
    width: 100%;
  }
  .fwpress-button.fwpress-button--link {
    justify-content: flex-start;
  }
  .fwpress-button.fwpress-button--link.fwpress-button--right {
    justify-content: flex-end;
  }
}
:root {
  --form-color-primary-rgb: 28, 105, 212;
  --form-color-error-rgb: 255, 0, 0;
  --form-color-text-rgb: 0, 0, 0;
  --form-color-accent-rgb: 53, 82, 66;
  --form-border-default-rgb: 28, 28, 28;
  --form-border-focus-rgb: 28, 28, 28;
  --form-border-disabled-rgb: 28, 28, 28;
  --form-bg-disabled-rgb: 28, 105, 212;
  --form-font-size-base: 16px;
  --form-font-size-label: 12px;
  --form-font-size-error: 16px;
  --form-font-size-helper: 14px;
  --form-input-height: 52px;
  --form-input-radius: 0px;
  --form-input-padding-x: 20px;
  --form-input-padding-top: 12px;
  --form-input-padding-bottom: 12px;
  --form-error-radius: 8px;
  --form-label-color: 28, 28, 28;
  --form-label-color-focus: 28, 28, 28;
}

.theme-bmwgroup,
.theme-bmw {
  --form-color-primary-rgb: 28, 105, 212;
  --form-color-error-rgb: 210, 0, 0;
  --form-color-text-rgb: 0, 0, 0;
  --form-color-accent-rgb: 53, 82, 66;
  --form-border-default-rgb: 28, 28, 28;
  --form-border-focus-rgb: 28, 28, 28;
  --form-border-disabled-rgb: 28, 28, 28;
  --form-bg-disabled-rgb: 28, 105, 212;
  --form-font-size-base: 16px;
  --form-font-size-label: 12px;
  --form-font-size-error: 16px;
  --form-font-size-helper: 14px;
  --form-input-height: 52px;
  --form-input-radius: 0px;
  --form-input-padding-x: 20px;
  --form-input-padding-top: 12px;
  --form-input-padding-bottom: 12px;
  --form-error-radius: 8px;
  --form-label-color: 28, 28, 28;
  --form-label-color-focus: 28, 28, 28;
}

.theme-motorrad {
  --form-color-primary-rgb: 28, 105, 212;
  --form-color-error-rgb: 206, 52, 49;
  --form-color-text-rgb: 0, 0, 0;
  --form-color-accent-rgb: 53, 82, 66;
  --form-border-default-rgb: 28, 28, 28;
  --form-border-focus-rgb: 28, 28, 28;
  --form-border-disabled-rgb: 28, 28, 28;
  --form-bg-disabled-rgb: 28, 105, 212;
  --form-font-size-base: 16px;
  --form-font-size-label: 16px;
  --form-font-size-error: 16px;
  --form-font-size-helper: 14px;
  --form-input-height: 40px;
  --form-input-radius: 0px;
  --form-input-padding-x: 20px;
  --form-input-padding-top: 6px;
  --form-input-padding-bottom: 6px;
  --form-error-radius: 8px;
  --form-label-color: 28, 28, 28;
  --form-label-color-focus: 28, 28, 28;
}

.theme-mini {
  --form-color-primary-rgb: 28, 105, 212;
  --form-color-error-rgb: 161, 28, 31;
  --form-color-text-rgb: 0, 0, 0;
  --form-color-accent-rgb: 53, 82, 66;
  --form-border-default-rgb: 28, 28, 28;
  --form-border-focus-rgb: 28, 28, 28;
  --form-border-disabled-rgb: 28, 28, 28;
  --form-bg-disabled-rgb: 28, 105, 212;
  --form-font-size-base: 16px;
  --form-font-size-label: 16px;
  --form-font-size-error: 16px;
  --form-font-size-helper: 14px;
  --form-input-height: 54px;
  --form-input-radius: 0px;
  --form-input-padding-x: 15px;
  --form-input-padding-top: 6px;
  --form-input-padding-bottom: 6px;
  --form-error-radius: 8px;
  --form-label-color: 28, 28, 28;
  --form-label-color-focus: 28, 28, 28;
}

[data-form-builder] .form__components,
[data-form-builder-static] .form__components {
  row-gap: 24px;
  display: flex;
  flex-direction: column;
}
[data-form-builder] .checkbox-item-description,
[data-form-builder-static] .checkbox-item-description {
  color: rgba(var(--form-color-accent-rgb, 53, 82, 66), 0.8);
}
[data-form-builder] .form__required-indicator,
[data-form-builder-static] .form__required-indicator {
  color: rgb(var(--form-color-primary-rgb, 28, 105, 212));
}
.theme-bmwgroup [data-form-builder] .form__required-indicator, .theme-bmw [data-form-builder] .form__required-indicator,
.theme-bmwgroup [data-form-builder-static] .form__required-indicator,
.theme-bmw [data-form-builder-static] .form__required-indicator {
  color: var(--form-label-color);
}
[data-form-builder] .form,
[data-form-builder-static] .form {
  font-size: 20px;
}
[data-form-builder] .form__component--buttons,
[data-form-builder-static] .form__component--buttons {
  margin-top: 16px;
}
[data-form-builder] .form__element,
[data-form-builder-static] .form__element {
  position: relative;
}
[data-form-builder] .form__element--error input[type=text],
[data-form-builder] .form__element--error input[type=password],
[data-form-builder] .form__element--error input[type=email],
[data-form-builder] .form__element--error input[type=tel],
[data-form-builder] .form__element--error input[type=number],
[data-form-builder] .form__element--error input[type=search],
[data-form-builder] .form__element--error input[type=url],
[data-form-builder] .form__element--error input[type=file],
[data-form-builder] .form__element--error input[type=date],
[data-form-builder] .form__element--error select,
[data-form-builder] .form__element--error textarea,
[data-form-builder-static] .form__element--error input[type=text],
[data-form-builder-static] .form__element--error input[type=password],
[data-form-builder-static] .form__element--error input[type=email],
[data-form-builder-static] .form__element--error input[type=tel],
[data-form-builder-static] .form__element--error input[type=number],
[data-form-builder-static] .form__element--error input[type=search],
[data-form-builder-static] .form__element--error input[type=url],
[data-form-builder-static] .form__element--error input[type=file],
[data-form-builder-static] .form__element--error input[type=date],
[data-form-builder-static] .form__element--error select,
[data-form-builder-static] .form__element--error textarea {
  border-color: rgb(var(--form-color-error-rgb, 255, 0, 0));
  background-repeat: no-repeat;
}
[data-form-builder] .form__element--error input[type=text]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=password]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=email]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=tel]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=number]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=search]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=url]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=file]::-webkit-input-placeholder, [data-form-builder] .form__element--error input[type=date]::-webkit-input-placeholder, [data-form-builder] .form__element--error select::-webkit-input-placeholder, [data-form-builder] .form__element--error textarea::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=text]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=password]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=email]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=tel]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=number]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=search]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=url]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=file]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error input[type=date]::-webkit-input-placeholder, [data-form-builder-static] .form__element--error select::-webkit-input-placeholder, [data-form-builder-static] .form__element--error textarea::-webkit-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.8);
}

[data-form-builder] .form__element--error input[type=text]:-moz-placeholder, [data-form-builder] .form__element--error input[type=password]:-moz-placeholder, [data-form-builder] .form__element--error input[type=email]:-moz-placeholder, [data-form-builder] .form__element--error input[type=tel]:-moz-placeholder, [data-form-builder] .form__element--error input[type=number]:-moz-placeholder, [data-form-builder] .form__element--error input[type=search]:-moz-placeholder, [data-form-builder] .form__element--error input[type=url]:-moz-placeholder, [data-form-builder] .form__element--error input[type=file]:-moz-placeholder, [data-form-builder] .form__element--error input[type=date]:-moz-placeholder, [data-form-builder] .form__element--error select:-moz-placeholder, [data-form-builder] .form__element--error textarea:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=text]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=password]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=email]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=tel]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=number]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=search]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=url]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=file]:-moz-placeholder, [data-form-builder-static] .form__element--error input[type=date]:-moz-placeholder, [data-form-builder-static] .form__element--error select:-moz-placeholder, [data-form-builder-static] .form__element--error textarea:-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.8);
}

[data-form-builder] .form__element--error input[type=text]::-moz-placeholder, [data-form-builder] .form__element--error input[type=password]::-moz-placeholder, [data-form-builder] .form__element--error input[type=email]::-moz-placeholder, [data-form-builder] .form__element--error input[type=tel]::-moz-placeholder, [data-form-builder] .form__element--error input[type=number]::-moz-placeholder, [data-form-builder] .form__element--error input[type=search]::-moz-placeholder, [data-form-builder] .form__element--error input[type=url]::-moz-placeholder, [data-form-builder] .form__element--error input[type=file]::-moz-placeholder, [data-form-builder] .form__element--error input[type=date]::-moz-placeholder, [data-form-builder] .form__element--error select::-moz-placeholder, [data-form-builder] .form__element--error textarea::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=text]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=password]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=email]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=tel]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=number]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=search]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=url]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=file]::-moz-placeholder, [data-form-builder-static] .form__element--error input[type=date]::-moz-placeholder, [data-form-builder-static] .form__element--error select::-moz-placeholder, [data-form-builder-static] .form__element--error textarea::-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.8);
}

[data-form-builder] .form__element--error input[type=text]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=password]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=email]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=tel]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=number]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=search]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=url]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=file]:-ms-input-placeholder, [data-form-builder] .form__element--error input[type=date]:-ms-input-placeholder, [data-form-builder] .form__element--error select:-ms-input-placeholder, [data-form-builder] .form__element--error textarea:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=text]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=password]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=email]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=tel]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=number]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=search]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=url]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=file]:-ms-input-placeholder, [data-form-builder-static] .form__element--error input[type=date]:-ms-input-placeholder, [data-form-builder-static] .form__element--error select:-ms-input-placeholder, [data-form-builder-static] .form__element--error textarea:-ms-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.8);
}

[data-form-builder] .form__element--error input[type=text] + .form__label,
[data-form-builder] .form__element--error input[type=password] + .form__label,
[data-form-builder] .form__element--error input[type=email] + .form__label,
[data-form-builder] .form__element--error input[type=tel] + .form__label,
[data-form-builder] .form__element--error input[type=number] + .form__label,
[data-form-builder] .form__element--error input[type=search] + .form__label,
[data-form-builder] .form__element--error input[type=url] + .form__label,
[data-form-builder] .form__element--error input[type=file] + .form__label,
[data-form-builder] .form__element--error input[type=date] + .form__label,
[data-form-builder] .form__element--error select + .form__label,
[data-form-builder] .form__element--error textarea + .form__label,
[data-form-builder-static] .form__element--error input[type=text] + .form__label,
[data-form-builder-static] .form__element--error input[type=password] + .form__label,
[data-form-builder-static] .form__element--error input[type=email] + .form__label,
[data-form-builder-static] .form__element--error input[type=tel] + .form__label,
[data-form-builder-static] .form__element--error input[type=number] + .form__label,
[data-form-builder-static] .form__element--error input[type=search] + .form__label,
[data-form-builder-static] .form__element--error input[type=url] + .form__label,
[data-form-builder-static] .form__element--error input[type=file] + .form__label,
[data-form-builder-static] .form__element--error input[type=date] + .form__label,
[data-form-builder-static] .form__element--error select + .form__label,
[data-form-builder-static] .form__element--error textarea + .form__label {
  color: rgb(var(--form-color-error-rgb, 255, 0, 0));
}
.theme-bmwgroup [data-form-builder] .form__element--error input[type=text] + .form__label, .theme-bmw [data-form-builder] .form__element--error input[type=text] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=password] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=password] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=email] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=email] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=tel] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=tel] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=number] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=number] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=search] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=search] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=url] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=url] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=file] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=file] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error input[type=date] + .form__label,
.theme-bmw [data-form-builder] .form__element--error input[type=date] + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error select + .form__label,
.theme-bmw [data-form-builder] .form__element--error select + .form__label,
.theme-bmwgroup [data-form-builder] .form__element--error textarea + .form__label,
.theme-bmw [data-form-builder] .form__element--error textarea + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=text] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=text] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=password] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=password] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=email] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=email] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=tel] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=tel] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=number] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=number] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=search] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=search] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=url] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=url] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=file] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=file] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=date] + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error input[type=date] + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error select + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error select + .form__label,
.theme-bmwgroup [data-form-builder-static] .form__element--error textarea + .form__label,
.theme-bmw [data-form-builder-static] .form__element--error textarea + .form__label {
  color: rgb(var(--form-label-color, 255, 0, 0));
}
.theme-bmwgroup [data-form-builder] .form__element--error input[type=text], .theme-bmw [data-form-builder] .form__element--error input[type=text],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=password],
.theme-bmw [data-form-builder] .form__element--error input[type=password],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=email],
.theme-bmw [data-form-builder] .form__element--error input[type=email],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=tel],
.theme-bmw [data-form-builder] .form__element--error input[type=tel],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=number],
.theme-bmw [data-form-builder] .form__element--error input[type=number],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=search],
.theme-bmw [data-form-builder] .form__element--error input[type=search],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=url],
.theme-bmw [data-form-builder] .form__element--error input[type=url],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=file],
.theme-bmw [data-form-builder] .form__element--error input[type=file],
.theme-bmwgroup [data-form-builder] .form__element--error input[type=date],
.theme-bmw [data-form-builder] .form__element--error input[type=date],
.theme-bmwgroup [data-form-builder] .form__element--error select,
.theme-bmw [data-form-builder] .form__element--error select,
.theme-bmwgroup [data-form-builder] .form__element--error textarea,
.theme-bmw [data-form-builder] .form__element--error textarea,
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=text],
.theme-bmw [data-form-builder-static] .form__element--error input[type=text],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=password],
.theme-bmw [data-form-builder-static] .form__element--error input[type=password],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=email],
.theme-bmw [data-form-builder-static] .form__element--error input[type=email],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=tel],
.theme-bmw [data-form-builder-static] .form__element--error input[type=tel],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=number],
.theme-bmw [data-form-builder-static] .form__element--error input[type=number],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=search],
.theme-bmw [data-form-builder-static] .form__element--error input[type=search],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=url],
.theme-bmw [data-form-builder-static] .form__element--error input[type=url],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=file],
.theme-bmw [data-form-builder-static] .form__element--error input[type=file],
.theme-bmwgroup [data-form-builder-static] .form__element--error input[type=date],
.theme-bmw [data-form-builder-static] .form__element--error input[type=date],
.theme-bmwgroup [data-form-builder-static] .form__element--error select,
.theme-bmw [data-form-builder-static] .form__element--error select,
.theme-bmwgroup [data-form-builder-static] .form__element--error textarea,
.theme-bmw [data-form-builder-static] .form__element--error textarea {
  border: 2px solid #d20000;
  background-color: #f7e7e9;
}
.theme-motorrad [data-form-builder] .form__element--error input[type=text],
.theme-motorrad [data-form-builder] .form__element--error input[type=password],
.theme-motorrad [data-form-builder] .form__element--error input[type=email],
.theme-motorrad [data-form-builder] .form__element--error input[type=tel],
.theme-motorrad [data-form-builder] .form__element--error input[type=number],
.theme-motorrad [data-form-builder] .form__element--error input[type=search],
.theme-motorrad [data-form-builder] .form__element--error input[type=url],
.theme-motorrad [data-form-builder] .form__element--error input[type=file],
.theme-motorrad [data-form-builder] .form__element--error input[type=date],
.theme-motorrad [data-form-builder] .form__element--error select,
.theme-motorrad [data-form-builder] .form__element--error textarea,
.theme-motorrad [data-form-builder-static] .form__element--error input[type=text],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=password],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=email],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=tel],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=number],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=search],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=url],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=file],
.theme-motorrad [data-form-builder-static] .form__element--error input[type=date],
.theme-motorrad [data-form-builder-static] .form__element--error select,
.theme-motorrad [data-form-builder-static] .form__element--error textarea {
  background-color: #f5d6d6;
}
.theme-mini [data-form-builder] .form__element--error input[type=text],
.theme-mini [data-form-builder] .form__element--error input[type=password],
.theme-mini [data-form-builder] .form__element--error input[type=email],
.theme-mini [data-form-builder] .form__element--error input[type=tel],
.theme-mini [data-form-builder] .form__element--error input[type=number],
.theme-mini [data-form-builder] .form__element--error input[type=search],
.theme-mini [data-form-builder] .form__element--error input[type=url],
.theme-mini [data-form-builder] .form__element--error input[type=file],
.theme-mini [data-form-builder] .form__element--error input[type=date],
.theme-mini [data-form-builder] .form__element--error select,
.theme-mini [data-form-builder] .form__element--error textarea,
.theme-mini [data-form-builder-static] .form__element--error input[type=text],
.theme-mini [data-form-builder-static] .form__element--error input[type=password],
.theme-mini [data-form-builder-static] .form__element--error input[type=email],
.theme-mini [data-form-builder-static] .form__element--error input[type=tel],
.theme-mini [data-form-builder-static] .form__element--error input[type=number],
.theme-mini [data-form-builder-static] .form__element--error input[type=search],
.theme-mini [data-form-builder-static] .form__element--error input[type=url],
.theme-mini [data-form-builder-static] .form__element--error input[type=file],
.theme-mini [data-form-builder-static] .form__element--error input[type=date],
.theme-mini [data-form-builder-static] .form__element--error select,
.theme-mini [data-form-builder-static] .form__element--error textarea {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAoZJREFUeJztmT1OAlEQgPcgFmpt1CvIGfQIcgP1BOoF4ACsjZ3Y0KENhSFECy2k0U5NsDDxp7BZv/WZx/IWwu7MgBa+TEGyMHw7f2/mvSgRrc+314f22XWt1tnebm9uIidrK4j7fLGzy6NBr8vXZPqjsjT9OG5VNhoLiwUF7rtmsyxfUayPxydsUJwmkOPFZX6OEjMsXlQDFAjOLWK5KVgEEC9qxeSEECTs5FiX+we2QIHZSmNhZxJqdkxOiI0SWDCVyrVZkI3BmoOdppKFWIZJV1zycTaCRd4JlAYan3tdgZIgN4dYhJSsFgRY/fhIoISqka1nQyyx+wKsm3pd78ofrJf+rTgynkftL8ZC/O4U6SPdEMtnZYoFo1iRLRbB7SIsxcKpfwQLoQv6wVLWdFss+rMUS+nBPFanWlUqxI8RRlNquW+eZrHOt7aUCimtkb57wWu2WMR6pN+YzbEoE5G+hzHHwlKRUsU/lg7reEk7kthgYZ4sll5hiqUP+Zlg6QuEORb7j0E5NcdKy6l+8zEXRgqDrdpc0q0as9Pe/zqKF1Iwcf2WPryuDg5pbyhgJ+urSlX9OE5MmuagsWlVKkoPJn7EEJcJzJOMLijFTCMjBmsgGoUbueqgrBHhQMaiiAkUsQMGTA9nkhMDhBD3SoZYkMqG/e7unlfy+f4uiy0/ioVYSXp8EMteFBTSkHwUtw+U0CzJnzhIyrpvPNY8jwKduMFwCtacyfijsefhE49050BGsZx0Rj/xANz2liAv+XgqhOUWuWl+XYDCIO9KYyXf9UxWaccKHjC4XPGL3UnZXhtfRWUXeomJUv0ZqUMkFAeSYGX56LZBxIRBzrqbTh7xhbI0fn0BAaIHZrWAJhAAAAAASUVORK5CYII=");
  background-position: center right 16px;
  padding-right: 48px;
  background-size: 20px auto;
  color: rgba(var(--form-color-error-rgb), 1);
  border-color: var(--form-color-error-rgb);
}
.theme-motorrad [data-form-builder] .form__element--error select,
.theme-motorrad [data-form-builder-static] .form__element--error select {
  border: 2px solid #0062ff;
}
.theme-mini [data-form-builder] .form__element--error textarea,
.theme-mini [data-form-builder-static] .form__element--error textarea {
  background-position: top 16px right 16px;
}
[data-form-builder] .form__element--error__description__text,
[data-form-builder-static] .form__element--error__description__text {
  font-size: var(--form-font-size-helper, 14px);
}
[data-form-builder] .form__label,
[data-form-builder-static] .form__label {
  z-index: 3;
  font-size: var(--form-font-size-label, 16px);
  color: var(--form-label-color, rgb(var(--form-color-text-rgb, 0, 0, 0)));
  text-box: trim-both cap alphabetic;
}
.theme-bmwgroup [data-form-builder] .form__label, .theme-bmw [data-form-builder] .form__label,
.theme-bmwgroup [data-form-builder-static] .form__label,
.theme-bmw [data-form-builder-static] .form__label {
  text-transform: uppercase;
  font-weight: bold;
}
[data-form-builder] .form__error,
[data-form-builder-static] .form__error {
  font-size: var(--form-font-size-error, 16px);
  color: rgba(var(--form-color-error-rgb), 1);
  line-height: 1.5;
  gap: 8px;
  text-box: trim-both cap alphabetic;
  font-weight: normal;
}
[data-form-builder] .form__error:before,
[data-form-builder-static] .form__error:before {
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  top: 5px;
  line-height: 16px !important;
}
.theme-bmwgroup [data-form-builder] .form__error:before, .theme-bmw [data-form-builder] .form__error:before, .theme-mini [data-form-builder] .form__error:before,
.theme-bmwgroup [data-form-builder-static] .form__error:before,
.theme-bmw [data-form-builder-static] .form__error:before,
.theme-mini [data-form-builder-static] .form__error:before {
  display: none;
}
.theme-motorrad [data-form-builder] .form__error:before,
.theme-motorrad [data-form-builder-static] .form__error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ce3431 '%3E%3Cpath d='M508.5-291.5Q520-303 520-320t-11.5-28.5Q497-360 480-360t-28.5 11.5Q440-337 440-320t11.5 28.5Q463-280 480-280t28.5-11.5ZM440-440h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z'/%3E%3C/svg%3E");
  font-size: 0;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  top: 3px;
  content: "";
}
.theme-bmwgroup [data-form-builder] .form__error, .theme-bmw [data-form-builder] .form__error,
.theme-bmwgroup [data-form-builder-static] .form__error,
.theme-bmw [data-form-builder-static] .form__error {
  background-color: transparent;
  color: #d20000;
  font-size: 12px;
  border: 0;
  border-radius: 0;
}
[data-form-builder] .text-component--settings,
[data-form-builder-static] .text-component--settings {
  margin-bottom: 0;
}
[data-form-builder] input[type=radio], [data-form-builder] input[type=checkbox],
[data-form-builder-static] input[type=radio],
[data-form-builder-static] input[type=checkbox] {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
[data-form-builder] input[type=radio][disabled] + label, [data-form-builder] input[type=checkbox][disabled] + label,
[data-form-builder-static] input[type=radio][disabled] + label,
[data-form-builder-static] input[type=checkbox][disabled] + label {
  opacity: 0.7;
  cursor: not-allowed;
}
[data-form-builder] input[type=radio] + label, [data-form-builder] input[type=checkbox] + label,
[data-form-builder-static] input[type=radio] + label,
[data-form-builder-static] input[type=checkbox] + label {
  padding-left: 40px;
  position: relative;
  display: block;
  line-height: 1.5;
  cursor: pointer;
}
.theme-bmwgroup [data-form-builder] input[type=radio] + label, .theme-bmw [data-form-builder] input[type=radio] + label, .theme-bmwgroup [data-form-builder] input[type=checkbox] + label, .theme-bmw [data-form-builder] input[type=checkbox] + label,
.theme-bmwgroup [data-form-builder-static] input[type=radio] + label,
.theme-bmw [data-form-builder-static] input[type=radio] + label,
.theme-bmwgroup [data-form-builder-static] input[type=checkbox] + label,
.theme-bmw [data-form-builder-static] input[type=checkbox] + label {
  font-size: 16px;
  font-weight: 300;
}
[data-form-builder] input[type=radio] + label:before, [data-form-builder] input[type=checkbox] + label:before,
[data-form-builder-static] input[type=radio] + label:before,
[data-form-builder-static] input[type=checkbox] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  border: 0;
  padding: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid rgba(var(--form-border-default-rgb), 1);
  border-radius: var(--form-input-radius);
}
[data-form-builder] input[type=radio] + label:empty, [data-form-builder] input[type=checkbox] + label:empty,
[data-form-builder-static] input[type=radio] + label:empty,
[data-form-builder-static] input[type=checkbox] + label:empty {
  width: 24px;
  height: 24px;
  padding: 0;
}
[data-form-builder] input[type=radio] + label p, [data-form-builder] input[type=checkbox] + label p,
[data-form-builder-static] input[type=radio] + label p,
[data-form-builder-static] input[type=checkbox] + label p {
  display: inline;
}
[data-form-builder] input[type=radio]:checked + label:after, [data-form-builder] input[type=checkbox]:checked + label:after,
[data-form-builder-static] input[type=radio]:checked + label:after,
[data-form-builder-static] input[type=checkbox]:checked + label:after {
  content: "";
}
[data-form-builder] input[type=radio].switch + label, [data-form-builder] input[type=checkbox].switch + label,
[data-form-builder-static] input[type=radio].switch + label,
[data-form-builder-static] input[type=checkbox].switch + label {
  padding-left: 45px;
}
[data-form-builder] input[type=radio].switch + label:before, [data-form-builder] input[type=checkbox].switch + label:before,
[data-form-builder-static] input[type=radio].switch + label:before,
[data-form-builder-static] input[type=checkbox].switch + label:before {
  width: 36px;
  height: 20px;
  border-radius: 12px;
  transition: 0.15s;
  top: 1px;
}
[data-form-builder] input[type=radio].switch + label:after, [data-form-builder] input[type=checkbox].switch + label:after,
[data-form-builder-static] input[type=radio].switch + label:after,
[data-form-builder-static] input[type=checkbox].switch + label:after {
  width: 14px !important;
  height: 14px !important;
  content: "";
  left: 3px;
  top: 4px !important;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
  transition: 0.15s;
}
[data-form-builder] input[type=radio].switch + label:hover, [data-form-builder] input[type=checkbox].switch + label:hover,
[data-form-builder-static] input[type=radio].switch + label:hover,
[data-form-builder-static] input[type=checkbox].switch + label:hover {
  color: var(--secondary-500);
}
[data-form-builder] input[type=radio].switch + label:hover:before, [data-form-builder] input[type=checkbox].switch + label:hover:before,
[data-form-builder-static] input[type=radio].switch + label:hover:before,
[data-form-builder-static] input[type=checkbox].switch + label:hover:before {
  background-color: var(--secondary-200);
}
[data-form-builder] input[type=radio].switch:checked + label, [data-form-builder] input[type=checkbox].switch:checked + label,
[data-form-builder-static] input[type=radio].switch:checked + label,
[data-form-builder-static] input[type=checkbox].switch:checked + label {
  color: var(--secondary-600);
}
[data-form-builder] input[type=radio].switch:checked + label:before, [data-form-builder] input[type=checkbox].switch:checked + label:before,
[data-form-builder-static] input[type=radio].switch:checked + label:before,
[data-form-builder-static] input[type=checkbox].switch:checked + label:before {
  background-color: var(--wp--preset--color--blue);
  background-image: none;
}
[data-form-builder] input[type=radio].switch:checked + label:after, [data-form-builder] input[type=checkbox].switch:checked + label:after,
[data-form-builder-static] input[type=radio].switch:checked + label:after,
[data-form-builder-static] input[type=checkbox].switch:checked + label:after {
  left: 18px !important;
}
[data-form-builder] input[type=radio] + label,
[data-form-builder-static] input[type=radio] + label {
  padding-left: 32px;
}
[data-form-builder] input[type=radio] + label:before,
[data-form-builder-static] input[type=radio] + label:before {
  top: 2px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20Z' fill='currentColor'/%3E%3C/svg%3E");
}
[data-form-builder] input[type=radio]:checked + label:before,
[data-form-builder-static] input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17Z' fill='currentColor'/%3E%3C/svg%3E");
}
[data-form-builder] input[type=checkbox] + label,
[data-form-builder-static] input[type=checkbox] + label {
  padding-left: 32px;
}
.theme-motorrad [data-form-builder] input[type=checkbox] + label,
.theme-motorrad [data-form-builder-static] input[type=checkbox] + label {
  padding-left: 45px;
  min-height: 33px;
}
.theme-bmw [data-form-builder] input[type=checkbox] + label,
.theme-bmw [data-form-builder-static] input[type=checkbox] + label {
  padding-left: 36px;
}
[data-form-builder] input[type=checkbox] + label:before,
[data-form-builder-static] input[type=checkbox] + label:before {
  top: 2px;
}
.theme-motorrad [data-form-builder] input[type=checkbox] + label:before,
.theme-motorrad [data-form-builder-static] input[type=checkbox] + label:before {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 3px solid #0062ff;
  height: 32px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 32px;
}
.theme-bmw [data-form-builder] input[type=checkbox] + label:before,
.theme-bmw [data-form-builder-static] input[type=checkbox] + label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  top: 0;
}
.theme-motorrad [data-form-builder] input[type=checkbox]:checked + label:before,
.theme-motorrad [data-form-builder-static] input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 548.873 548.873' style='enable-background:new 0 0 548.873 548.873;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='449.34,47.966 195.46,301.845 99.533,205.917 0,305.449 95.928,401.378 195.46,500.907 294.99,401.378 548.873,147.496 ' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-color: #0062ff;
}
.theme-mini [data-form-builder] input[type=checkbox]:checked + label:before,
.theme-mini [data-form-builder-static] input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23FFFFFF'%3E%3Cpath d='M389-267 195-460l51-52 143 143 325-324 51 51-376 375Z'/%3E%3C/svg%3E");
  border-color: #000;
  background-color: #000;
}
.theme-bmw [data-form-builder] input[type=checkbox]:checked + label:before,
.theme-bmw [data-form-builder-static] input[type=checkbox]:checked + label:before {
  background-image: url("/wp-content/themes/fwpress/assets/images/form/checkbox-bmw.png");
  background-color: #3e3e3e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
[data-form-builder] input[type=text],
[data-form-builder] input[type=password],
[data-form-builder] input[type=email],
[data-form-builder] input[type=tel],
[data-form-builder] input[type=number],
[data-form-builder] input[type=search],
[data-form-builder] input[type=url],
[data-form-builder] input[type=file],
[data-form-builder] input[type=date],
[data-form-builder] select,
[data-form-builder] textarea,
[data-form-builder-static] input[type=text],
[data-form-builder-static] input[type=password],
[data-form-builder-static] input[type=email],
[data-form-builder-static] input[type=tel],
[data-form-builder-static] input[type=number],
[data-form-builder-static] input[type=search],
[data-form-builder-static] input[type=url],
[data-form-builder-static] input[type=file],
[data-form-builder-static] input[type=date],
[data-form-builder-static] select,
[data-form-builder-static] textarea {
  border: 1px solid rgb(var(--form-border-default-rgb, 28, 105, 212));
  height: var(--form-input-height, 80px);
  background-color: transparent;
  padding-left: var(--form-input-padding-x, 24px);
  padding-right: var(--form-input-padding-x, 24px);
  padding-top: var(--form-input-padding-top, 36px);
  padding-bottom: var(--form-input-padding-bottom, 16px);
  border-radius: var(--form-input-radius, 8px);
  width: 100%;
  color: rgb(var(--form-color-text-rgb, 0, 0, 0));
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: var(--form-font-size-base, 20px);
  font-family: inherit;
}
[data-form-builder] input[type=text]::-webkit-input-placeholder, [data-form-builder] input[type=password]::-webkit-input-placeholder, [data-form-builder] input[type=email]::-webkit-input-placeholder, [data-form-builder] input[type=tel]::-webkit-input-placeholder, [data-form-builder] input[type=number]::-webkit-input-placeholder, [data-form-builder] input[type=search]::-webkit-input-placeholder, [data-form-builder] input[type=url]::-webkit-input-placeholder, [data-form-builder] input[type=file]::-webkit-input-placeholder, [data-form-builder] input[type=date]::-webkit-input-placeholder, [data-form-builder] select::-webkit-input-placeholder, [data-form-builder] textarea::-webkit-input-placeholder, [data-form-builder-static] input[type=text]::-webkit-input-placeholder, [data-form-builder-static] input[type=password]::-webkit-input-placeholder, [data-form-builder-static] input[type=email]::-webkit-input-placeholder, [data-form-builder-static] input[type=tel]::-webkit-input-placeholder, [data-form-builder-static] input[type=number]::-webkit-input-placeholder, [data-form-builder-static] input[type=search]::-webkit-input-placeholder, [data-form-builder-static] input[type=url]::-webkit-input-placeholder, [data-form-builder-static] input[type=file]::-webkit-input-placeholder, [data-form-builder-static] input[type=date]::-webkit-input-placeholder, [data-form-builder-static] select::-webkit-input-placeholder, [data-form-builder-static] textarea::-webkit-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.7);
}

[data-form-builder] input[type=text]:-moz-placeholder, [data-form-builder] input[type=password]:-moz-placeholder, [data-form-builder] input[type=email]:-moz-placeholder, [data-form-builder] input[type=tel]:-moz-placeholder, [data-form-builder] input[type=number]:-moz-placeholder, [data-form-builder] input[type=search]:-moz-placeholder, [data-form-builder] input[type=url]:-moz-placeholder, [data-form-builder] input[type=file]:-moz-placeholder, [data-form-builder] input[type=date]:-moz-placeholder, [data-form-builder] select:-moz-placeholder, [data-form-builder] textarea:-moz-placeholder, [data-form-builder-static] input[type=text]:-moz-placeholder, [data-form-builder-static] input[type=password]:-moz-placeholder, [data-form-builder-static] input[type=email]:-moz-placeholder, [data-form-builder-static] input[type=tel]:-moz-placeholder, [data-form-builder-static] input[type=number]:-moz-placeholder, [data-form-builder-static] input[type=search]:-moz-placeholder, [data-form-builder-static] input[type=url]:-moz-placeholder, [data-form-builder-static] input[type=file]:-moz-placeholder, [data-form-builder-static] input[type=date]:-moz-placeholder, [data-form-builder-static] select:-moz-placeholder, [data-form-builder-static] textarea:-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.7);
}

[data-form-builder] input[type=text]::-moz-placeholder, [data-form-builder] input[type=password]::-moz-placeholder, [data-form-builder] input[type=email]::-moz-placeholder, [data-form-builder] input[type=tel]::-moz-placeholder, [data-form-builder] input[type=number]::-moz-placeholder, [data-form-builder] input[type=search]::-moz-placeholder, [data-form-builder] input[type=url]::-moz-placeholder, [data-form-builder] input[type=file]::-moz-placeholder, [data-form-builder] input[type=date]::-moz-placeholder, [data-form-builder] select::-moz-placeholder, [data-form-builder] textarea::-moz-placeholder, [data-form-builder-static] input[type=text]::-moz-placeholder, [data-form-builder-static] input[type=password]::-moz-placeholder, [data-form-builder-static] input[type=email]::-moz-placeholder, [data-form-builder-static] input[type=tel]::-moz-placeholder, [data-form-builder-static] input[type=number]::-moz-placeholder, [data-form-builder-static] input[type=search]::-moz-placeholder, [data-form-builder-static] input[type=url]::-moz-placeholder, [data-form-builder-static] input[type=file]::-moz-placeholder, [data-form-builder-static] input[type=date]::-moz-placeholder, [data-form-builder-static] select::-moz-placeholder, [data-form-builder-static] textarea::-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.7);
}

[data-form-builder] input[type=text]:-ms-input-placeholder, [data-form-builder] input[type=password]:-ms-input-placeholder, [data-form-builder] input[type=email]:-ms-input-placeholder, [data-form-builder] input[type=tel]:-ms-input-placeholder, [data-form-builder] input[type=number]:-ms-input-placeholder, [data-form-builder] input[type=search]:-ms-input-placeholder, [data-form-builder] input[type=url]:-ms-input-placeholder, [data-form-builder] input[type=file]:-ms-input-placeholder, [data-form-builder] input[type=date]:-ms-input-placeholder, [data-form-builder] select:-ms-input-placeholder, [data-form-builder] textarea:-ms-input-placeholder, [data-form-builder-static] input[type=text]:-ms-input-placeholder, [data-form-builder-static] input[type=password]:-ms-input-placeholder, [data-form-builder-static] input[type=email]:-ms-input-placeholder, [data-form-builder-static] input[type=tel]:-ms-input-placeholder, [data-form-builder-static] input[type=number]:-ms-input-placeholder, [data-form-builder-static] input[type=search]:-ms-input-placeholder, [data-form-builder-static] input[type=url]:-ms-input-placeholder, [data-form-builder-static] input[type=file]:-ms-input-placeholder, [data-form-builder-static] input[type=date]:-ms-input-placeholder, [data-form-builder-static] select:-ms-input-placeholder, [data-form-builder-static] textarea:-ms-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.7);
}

.theme-motorrad [data-form-builder] input[type=text],
.theme-motorrad [data-form-builder] input[type=password],
.theme-motorrad [data-form-builder] input[type=email],
.theme-motorrad [data-form-builder] input[type=tel],
.theme-motorrad [data-form-builder] input[type=number],
.theme-motorrad [data-form-builder] input[type=search],
.theme-motorrad [data-form-builder] input[type=url],
.theme-motorrad [data-form-builder] input[type=file],
.theme-motorrad [data-form-builder] input[type=date],
.theme-motorrad [data-form-builder] select,
.theme-motorrad [data-form-builder] textarea,
.theme-motorrad [data-form-builder-static] input[type=text],
.theme-motorrad [data-form-builder-static] input[type=password],
.theme-motorrad [data-form-builder-static] input[type=email],
.theme-motorrad [data-form-builder-static] input[type=tel],
.theme-motorrad [data-form-builder-static] input[type=number],
.theme-motorrad [data-form-builder-static] input[type=search],
.theme-motorrad [data-form-builder-static] input[type=url],
.theme-motorrad [data-form-builder-static] input[type=file],
.theme-motorrad [data-form-builder-static] input[type=date],
.theme-motorrad [data-form-builder-static] select,
.theme-motorrad [data-form-builder-static] textarea {
  background-color: #f1f1f1;
  border: 0;
}
[data-form-builder] input[type=text]:focus::-webkit-input-placeholder, [data-form-builder] input[type=password]:focus::-webkit-input-placeholder, [data-form-builder] input[type=email]:focus::-webkit-input-placeholder, [data-form-builder] input[type=tel]:focus::-webkit-input-placeholder, [data-form-builder] input[type=number]:focus::-webkit-input-placeholder, [data-form-builder] input[type=search]:focus::-webkit-input-placeholder, [data-form-builder] input[type=url]:focus::-webkit-input-placeholder, [data-form-builder] input[type=file]:focus::-webkit-input-placeholder, [data-form-builder] input[type=date]:focus::-webkit-input-placeholder, [data-form-builder] select:focus::-webkit-input-placeholder, [data-form-builder] textarea:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=text]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=password]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=email]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=tel]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=number]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=search]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=url]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=file]:focus::-webkit-input-placeholder, [data-form-builder-static] input[type=date]:focus::-webkit-input-placeholder, [data-form-builder-static] select:focus::-webkit-input-placeholder, [data-form-builder-static] textarea:focus::-webkit-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 1) !important;
}

[data-form-builder] input[type=text]:focus:-moz-placeholder, [data-form-builder] input[type=password]:focus:-moz-placeholder, [data-form-builder] input[type=email]:focus:-moz-placeholder, [data-form-builder] input[type=tel]:focus:-moz-placeholder, [data-form-builder] input[type=number]:focus:-moz-placeholder, [data-form-builder] input[type=search]:focus:-moz-placeholder, [data-form-builder] input[type=url]:focus:-moz-placeholder, [data-form-builder] input[type=file]:focus:-moz-placeholder, [data-form-builder] input[type=date]:focus:-moz-placeholder, [data-form-builder] select:focus:-moz-placeholder, [data-form-builder] textarea:focus:-moz-placeholder, [data-form-builder-static] input[type=text]:focus:-moz-placeholder, [data-form-builder-static] input[type=password]:focus:-moz-placeholder, [data-form-builder-static] input[type=email]:focus:-moz-placeholder, [data-form-builder-static] input[type=tel]:focus:-moz-placeholder, [data-form-builder-static] input[type=number]:focus:-moz-placeholder, [data-form-builder-static] input[type=search]:focus:-moz-placeholder, [data-form-builder-static] input[type=url]:focus:-moz-placeholder, [data-form-builder-static] input[type=file]:focus:-moz-placeholder, [data-form-builder-static] input[type=date]:focus:-moz-placeholder, [data-form-builder-static] select:focus:-moz-placeholder, [data-form-builder-static] textarea:focus:-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 1) !important;
}

[data-form-builder] input[type=text]:focus::-moz-placeholder, [data-form-builder] input[type=password]:focus::-moz-placeholder, [data-form-builder] input[type=email]:focus::-moz-placeholder, [data-form-builder] input[type=tel]:focus::-moz-placeholder, [data-form-builder] input[type=number]:focus::-moz-placeholder, [data-form-builder] input[type=search]:focus::-moz-placeholder, [data-form-builder] input[type=url]:focus::-moz-placeholder, [data-form-builder] input[type=file]:focus::-moz-placeholder, [data-form-builder] input[type=date]:focus::-moz-placeholder, [data-form-builder] select:focus::-moz-placeholder, [data-form-builder] textarea:focus::-moz-placeholder, [data-form-builder-static] input[type=text]:focus::-moz-placeholder, [data-form-builder-static] input[type=password]:focus::-moz-placeholder, [data-form-builder-static] input[type=email]:focus::-moz-placeholder, [data-form-builder-static] input[type=tel]:focus::-moz-placeholder, [data-form-builder-static] input[type=number]:focus::-moz-placeholder, [data-form-builder-static] input[type=search]:focus::-moz-placeholder, [data-form-builder-static] input[type=url]:focus::-moz-placeholder, [data-form-builder-static] input[type=file]:focus::-moz-placeholder, [data-form-builder-static] input[type=date]:focus::-moz-placeholder, [data-form-builder-static] select:focus::-moz-placeholder, [data-form-builder-static] textarea:focus::-moz-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 1) !important;
}

[data-form-builder] input[type=text]:focus:-ms-input-placeholder, [data-form-builder] input[type=password]:focus:-ms-input-placeholder, [data-form-builder] input[type=email]:focus:-ms-input-placeholder, [data-form-builder] input[type=tel]:focus:-ms-input-placeholder, [data-form-builder] input[type=number]:focus:-ms-input-placeholder, [data-form-builder] input[type=search]:focus:-ms-input-placeholder, [data-form-builder] input[type=url]:focus:-ms-input-placeholder, [data-form-builder] input[type=file]:focus:-ms-input-placeholder, [data-form-builder] input[type=date]:focus:-ms-input-placeholder, [data-form-builder] select:focus:-ms-input-placeholder, [data-form-builder] textarea:focus:-ms-input-placeholder, [data-form-builder-static] input[type=text]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=password]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=email]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=tel]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=number]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=search]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=url]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=file]:focus:-ms-input-placeholder, [data-form-builder-static] input[type=date]:focus:-ms-input-placeholder, [data-form-builder-static] select:focus:-ms-input-placeholder, [data-form-builder-static] textarea:focus:-ms-input-placeholder {
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 1) !important;
}

[data-form-builder] input[type=text]:focus + .form__label,
[data-form-builder] input[type=password]:focus + .form__label,
[data-form-builder] input[type=email]:focus + .form__label,
[data-form-builder] input[type=tel]:focus + .form__label,
[data-form-builder] input[type=number]:focus + .form__label,
[data-form-builder] input[type=search]:focus + .form__label,
[data-form-builder] input[type=url]:focus + .form__label,
[data-form-builder] input[type=file]:focus + .form__label,
[data-form-builder] input[type=date]:focus + .form__label,
[data-form-builder] select:focus + .form__label,
[data-form-builder] textarea:focus + .form__label,
[data-form-builder-static] input[type=text]:focus + .form__label,
[data-form-builder-static] input[type=password]:focus + .form__label,
[data-form-builder-static] input[type=email]:focus + .form__label,
[data-form-builder-static] input[type=tel]:focus + .form__label,
[data-form-builder-static] input[type=number]:focus + .form__label,
[data-form-builder-static] input[type=search]:focus + .form__label,
[data-form-builder-static] input[type=url]:focus + .form__label,
[data-form-builder-static] input[type=file]:focus + .form__label,
[data-form-builder-static] input[type=date]:focus + .form__label,
[data-form-builder-static] select:focus + .form__label,
[data-form-builder-static] textarea:focus + .form__label {
  color: var(--form-label-color-focus, rgb(var(--form-color-primary-rgb, 28, 105, 212)));
}
.theme-mini [data-form-builder] input[type=text]:focus,
.theme-mini [data-form-builder] input[type=password]:focus,
.theme-mini [data-form-builder] input[type=email]:focus,
.theme-mini [data-form-builder] input[type=tel]:focus,
.theme-mini [data-form-builder] input[type=number]:focus,
.theme-mini [data-form-builder] input[type=search]:focus,
.theme-mini [data-form-builder] input[type=url]:focus,
.theme-mini [data-form-builder] input[type=file]:focus,
.theme-mini [data-form-builder] input[type=date]:focus,
.theme-mini [data-form-builder] select:focus,
.theme-mini [data-form-builder] textarea:focus,
.theme-mini [data-form-builder-static] input[type=text]:focus,
.theme-mini [data-form-builder-static] input[type=password]:focus,
.theme-mini [data-form-builder-static] input[type=email]:focus,
.theme-mini [data-form-builder-static] input[type=tel]:focus,
.theme-mini [data-form-builder-static] input[type=number]:focus,
.theme-mini [data-form-builder-static] input[type=search]:focus,
.theme-mini [data-form-builder-static] input[type=url]:focus,
.theme-mini [data-form-builder-static] input[type=file]:focus,
.theme-mini [data-form-builder-static] input[type=date]:focus,
.theme-mini [data-form-builder-static] select:focus,
.theme-mini [data-form-builder-static] textarea:focus {
  border-color: #017ea4;
  border-width: 2px;
}
[data-form-builder] input[type=text].form__input--amount,
[data-form-builder] input[type=password].form__input--amount,
[data-form-builder] input[type=email].form__input--amount,
[data-form-builder] input[type=tel].form__input--amount,
[data-form-builder] input[type=number].form__input--amount,
[data-form-builder] input[type=search].form__input--amount,
[data-form-builder] input[type=url].form__input--amount,
[data-form-builder] input[type=file].form__input--amount,
[data-form-builder] input[type=date].form__input--amount,
[data-form-builder] select.form__input--amount,
[data-form-builder] textarea.form__input--amount,
[data-form-builder-static] input[type=text].form__input--amount,
[data-form-builder-static] input[type=password].form__input--amount,
[data-form-builder-static] input[type=email].form__input--amount,
[data-form-builder-static] input[type=tel].form__input--amount,
[data-form-builder-static] input[type=number].form__input--amount,
[data-form-builder-static] input[type=search].form__input--amount,
[data-form-builder-static] input[type=url].form__input--amount,
[data-form-builder-static] input[type=file].form__input--amount,
[data-form-builder-static] input[type=date].form__input--amount,
[data-form-builder-static] select.form__input--amount,
[data-form-builder-static] textarea.form__input--amount {
  padding-left: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='currentColor'%3E%3Cpath d='M576-144q-109 0-196-62.5T258-372H144v-72h98q-1-8-1.5-17t-.5-18q0-9 .5-18.5T242-516h-98v-72h114q35-103 122-165.5T576-816q68 0 130 26t110 75l-51 51q-38-38-86.5-59T576-744q-78 0-143.5 42T335-588h241v72H314q-1 8-1.5 17t-.5 18q0 9 .5 18.5T314-444h262v72H335q32 72 97.5 114T576-216q54 0 102.5-21t86.5-59l51 51q-48 49-110 75t-130 26Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 8px center;
}
[data-form-builder] input[type=text][disabled], [data-form-builder] input[type=text][readonly],
[data-form-builder] input[type=password][disabled],
[data-form-builder] input[type=password][readonly],
[data-form-builder] input[type=email][disabled],
[data-form-builder] input[type=email][readonly],
[data-form-builder] input[type=tel][disabled],
[data-form-builder] input[type=tel][readonly],
[data-form-builder] input[type=number][disabled],
[data-form-builder] input[type=number][readonly],
[data-form-builder] input[type=search][disabled],
[data-form-builder] input[type=search][readonly],
[data-form-builder] input[type=url][disabled],
[data-form-builder] input[type=url][readonly],
[data-form-builder] input[type=file][disabled],
[data-form-builder] input[type=file][readonly],
[data-form-builder] input[type=date][disabled],
[data-form-builder] input[type=date][readonly],
[data-form-builder] select[disabled],
[data-form-builder] select[readonly],
[data-form-builder] textarea[disabled],
[data-form-builder] textarea[readonly],
[data-form-builder-static] input[type=text][disabled],
[data-form-builder-static] input[type=text][readonly],
[data-form-builder-static] input[type=password][disabled],
[data-form-builder-static] input[type=password][readonly],
[data-form-builder-static] input[type=email][disabled],
[data-form-builder-static] input[type=email][readonly],
[data-form-builder-static] input[type=tel][disabled],
[data-form-builder-static] input[type=tel][readonly],
[data-form-builder-static] input[type=number][disabled],
[data-form-builder-static] input[type=number][readonly],
[data-form-builder-static] input[type=search][disabled],
[data-form-builder-static] input[type=search][readonly],
[data-form-builder-static] input[type=url][disabled],
[data-form-builder-static] input[type=url][readonly],
[data-form-builder-static] input[type=file][disabled],
[data-form-builder-static] input[type=file][readonly],
[data-form-builder-static] input[type=date][disabled],
[data-form-builder-static] input[type=date][readonly],
[data-form-builder-static] select[disabled],
[data-form-builder-static] select[readonly],
[data-form-builder-static] textarea[disabled],
[data-form-builder-static] textarea[readonly] {
  background-color: rgba(var(--form-bg-disabled-rgb, 28, 105, 212), 0.1);
  color: rgb(var(--form-border-disabled-rgb, 28, 105, 212));
  border-color: rgb(var(--form-border-disabled-rgb, 28, 105, 212));
}
[data-form-builder],
[data-form-builder-static] {
  /* Change the white to any color */
}
[data-form-builder] input:-webkit-autofill,
[data-form-builder] input:-webkit-autofill:hover,
[data-form-builder] input:-webkit-autofill:focus,
[data-form-builder] input:-webkit-autofill:active,
[data-form-builder-static] input:-webkit-autofill,
[data-form-builder-static] input:-webkit-autofill:hover,
[data-form-builder-static] input:-webkit-autofill:focus,
[data-form-builder-static] input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
[data-form-builder],
[data-form-builder-static] {
  /*Change text in autofill textbox*/
}
[data-form-builder] input:-webkit-autofill,
[data-form-builder-static] input:-webkit-autofill {
  -webkit-text-fill-color: var(--secondary-500) !important;
}
[data-form-builder] select,
[data-form-builder-static] select {
  appearance: base-select;
  display: inline-flex;
  align-items: center;
  min-width: fit-content;
  white-space: nowrap;
  background-image: none;
}
.theme-motorrad [data-form-builder] select,
.theme-motorrad [data-form-builder-static] select {
  border: 2px solid #0062ff;
}
.theme-mini [data-form-builder] select,
.theme-mini [data-form-builder-static] select {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
[data-form-builder] select::picker(select),
[data-form-builder-static] select::picker(select) {
  appearance: base-select;
}
[data-form-builder] select::picker-icon,
[data-form-builder-static] select::picker-icon {
  color: #fff;
  font-size: 0;
  transition: 0.4s rotate;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 9.5L12 15.5L18 9.5' stroke='%23BABABA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
[data-form-builder] select:open::picker-icon,
[data-form-builder-static] select:open::picker-icon {
  rotate: 180deg;
}
.theme-bmw [data-form-builder] select:open,
.theme-bmw [data-form-builder-static] select:open {
  border: 1px solid rgb(var(--form-border-default-rgb, 28, 105, 212));
  box-shadow: none;
}
[data-form-builder] select option,
[data-form-builder-static] select option {
  border: 0;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #e7e7e7;
}
[data-form-builder] select option:hover,
[data-form-builder-static] select option:hover {
  background-color: rgba(24, 122, 217, 0.1);
}
[data-form-builder] select option:checked,
[data-form-builder-static] select option:checked {
  background-color: #187ad9;
  color: #fff;
}
[data-form-builder] select option:not(:checked)::checkmark,
[data-form-builder-static] select option:not(:checked)::checkmark {
  display: none;
}
[data-form-builder] select[multiple],
[data-form-builder-static] select[multiple] {
  overflow-block: hidden;
}
[data-form-builder] textarea,
[data-form-builder-static] textarea {
  min-height: 130px;
  resize: none;
}
[data-form-builder] .radio-item-description,
[data-form-builder-static] .radio-item-description {
  opacity: 0.8;
}
[data-form-builder] .wizard__indicator-list,
[data-form-builder-static] .wizard__indicator-list {
  gap: 0;
  padding-bottom: 0;
}
[data-form-builder] .wizard__indicator-item,
[data-form-builder-static] .wizard__indicator-item {
  flex-direction: column;
  position: relative;
}
[data-form-builder] .wizard__indicator-item:after,
[data-form-builder-static] .wizard__indicator-item:after {
  content: "";
  background-color: #cecece;
  height: 4px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 0;
}
[data-form-builder] .wizard__indicator-item:first-child:after,
[data-form-builder-static] .wizard__indicator-item:first-child:after {
  width: 50%;
}
[data-form-builder] .wizard__indicator-item:last-child:after,
[data-form-builder-static] .wizard__indicator-item:last-child:after {
  width: 50%;
  left: 0;
  right: auto;
}
[data-form-builder] .wizard__indicator-item__divider,
[data-form-builder-static] .wizard__indicator-item__divider {
  background-color: #cecece !important;
  height: 4px !important;
  flex: 1;
  transform: translateY(-15px);
}
[data-form-builder] .wizard__indicator-item__status,
[data-form-builder-static] .wizard__indicator-item__status {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px;
  background-color: #cecece;
  border: 0 !important;
  position: relative;
  z-index: 2;
}
[data-form-builder] .wizard__indicator-item__status span,
[data-form-builder-static] .wizard__indicator-item__status span {
  font-size: 16px !important;
  color: #fff;
}
[data-form-builder] .wizard__indicator-item.is-active .wizard__indicator-item__status,
[data-form-builder-static] .wizard__indicator-item.is-active .wizard__indicator-item__status {
  background-color: rgb(var(--form-color-primary-rgb, 28, 105, 212));
}
[data-form-builder] .wizard__indicator-item.is-active .wizard__indicator-item__status span,
[data-form-builder-static] .wizard__indicator-item.is-active .wizard__indicator-item__status span {
  color: #fff;
}
[data-form-builder] .wizard__indicator-item.is-active:after,
[data-form-builder-static] .wizard__indicator-item.is-active:after {
  background: linear-gradient(90deg, rgb(47, 106, 194) 0%, rgb(47, 106, 194) 50%, rgb(206, 206, 206) 50%, rgb(206, 206, 206) 100%);
}
[data-form-builder] .wizard__indicator-item:first-child:not(.is-completed).is-active:after,
[data-form-builder-static] .wizard__indicator-item:first-child:not(.is-completed).is-active:after {
  background: unset;
  background-color: rgb(206, 206, 206);
}
[data-form-builder] .wizard__indicator-item.is-completed .wizard__indicator-item__status,
[data-form-builder-static] .wizard__indicator-item.is-completed .wizard__indicator-item__status {
  background-color: rgb(var(--form-color-primary-rgb, 28, 105, 212)) !important;
}
[data-form-builder] .wizard__indicator-item.is-completed .wizard__indicator-item__status span,
[data-form-builder-static] .wizard__indicator-item.is-completed .wizard__indicator-item__status span {
  color: #fff;
}
[data-form-builder] .wizard__indicator-item.is-completed:after,
[data-form-builder-static] .wizard__indicator-item.is-completed:after {
  background-color: rgb(var(--form-color-primary-rgb, 28, 105, 212)) !important;
}
[data-form-builder] .wizard__indicator-item.is-completed + .wizard__indicator-item__divider,
[data-form-builder-static] .wizard__indicator-item.is-completed + .wizard__indicator-item__divider {
  background-color: rgb(var(--form-color-primary-rgb, 28, 105, 212)) !important;
}
[data-form-builder] .toggle-password,
[data-form-builder-static] .toggle-password {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
[data-form-builder] .toggle-password:before,
[data-form-builder-static] .toggle-password:before {
  content: "visibility";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
[data-form-builder] .toggle-password,
[data-form-builder-static] .toggle-password {
  right: 12px;
  top: 28px;
  cursor: pointer;
  color: rgba(var(--form-color-text-rgb, 0, 0, 0), 0.7);
}
[data-form-builder] .toggle-password.visible,
[data-form-builder-static] .toggle-password.visible {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
[data-form-builder] .toggle-password.visible:before,
[data-form-builder-static] .toggle-password.visible:before {
  content: "visibility_off";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
[data-form-builder] .fwpress-button--file,
[data-form-builder-static] .fwpress-button--file {
  background-color: var(--file-button-background-color, #000);
  color: var(--file-button-text-color, #fff);
}
[data-form-builder] .fwpress-button--file:hover,
[data-form-builder-static] .fwpress-button--file:hover {
  color: var(--file-button-text-color-hover, #fff);
  background-color: var(--file-button-background-color-hover, #000);
}
.theme-bmwgroup [data-form-builder] .fwpress-button--file, .theme-motorrad [data-form-builder] .fwpress-button--file,
.theme-bmwgroup [data-form-builder-static] .fwpress-button--file,
.theme-motorrad [data-form-builder-static] .fwpress-button--file {
  text-transform: uppercase;
}
[data-form-builder] .file-preview__list a,
[data-form-builder-static] .file-preview__list a {
  color: rgba(var(--form-color-text-rgb), #000);
}

.wizard__step__buttons .fwpress-button:only-child {
  margin-left: auto;
}

.fwpress-toast--success {
  background-color: var(--brand-donker-groen);
}

.fwpress-toast--error {
  background-color: var(--brand-error);
}

.theme-bmw .tippy-content {
  font-weight: normal;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  [data-form-builder] .wizard__indicator-list .wizard__indicator-item:not(.is-active) {
    flex: 1;
  }
  [data-form-builder] .wizard__indicator-list .wizard__indicator-item:not(.is-active) .wizard__indicator-item__label {
    opacity: 0;
    overflow: hidden;
    width: 1px;
  }
}
@media screen and (max-width: 600px) {
  [data-form-builder] .form__label, [data-form-builder-static] .form__label {
    font-size: 18px;
  }
}
.form--login .form__element {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.form--login .form__element.form__element--error {
  color: var(--bs-danger);
}
.form--login .form__element .form__input {
  order: 2;
}
.form--login .form__element .form__label {
  order: 1;
  text-box: trim-both cap alphabetic;
}
.form--login .form__row--password .toggle-password {
  top: unset;
  bottom: 12px;
}
.form--login .form__label__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  order: 3;
}
.form--login .form__label__wrapper .forgot-password {
  text-align: right;
  text-decoration: none;
  color: #4685ef;
  font-weight: 700;
  order: 2;
  text-box: trim-both cap alphabetic;
}
.form--login .form__label__wrapper .form__label {
  order: 1;
}
.form--login input[type=text],
.form--login input[type=password] input[type=email] {
  border: 1px solid #000;
}

#password-strength {
  width: 100%;
  display: block;
}

.password-criteria {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
.password-criteria__item {
  display: flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.password-criteria__item:before {
  content: "check_box_outline_blank";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.password-criteria__item {
  font-size: 14px;
}
.password-criteria__item--completed {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.password-criteria__item--completed:before {
  content: "check_box";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.password-criteria__item--completed {
  color: var(--bs-green);
}

.notification {
  border-radius: 4px;
  overflow: hidden;
  padding: var(--wp--preset--spacing--x-small);
  background-color: #f0fafc;
  color: #004471;
}
.notification--success {
  background-color: #eefbf2;
  color: #11582e;
}
.notification--success .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.notification--success .notification__icon:before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification--warning {
  background-color: #fff9eb;
  color: #906a17;
}
.notification--warning .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.notification--warning .notification__icon:before {
  content: "warning";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification--error {
  background-color: #fdf1f5;
  color: #be0019;
}
.notification--error .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.notification--error .notification__icon:before {
  content: "cancel";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification__inner {
  display: flex;
}
.notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.notification__icon:before {
  content: "info";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification__icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 9px;
}
.notification__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.notification__content .text-component p {
  padding-bottom: 0;
  color: inherit;
}
.notification__content .text-component p:before, .notification__content .text-component p:after {
  display: none;
}
.notification__close {
  flex-grow: 0;
  flex-shrink: 0;
}

.component--notification {
  margin-bottom: var(--wp--preset--spacing--small);
}
.content .components > .row > .col .component--notification {
  margin-bottom: 0;
}

.content .components > .row {
  row-gap: inherit;
}
.content .components > .row > .col {
  display: flex;
  flex-direction: column;
}
.content.content--bordertop {
  border-top: 3px solid rgba(28, 105, 212, 0.1);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
}

.components {
  display: flex;
  flex-direction: column;
}

/* Optioneel: fallback waardes voor als WP presets niet geladen zijn */
.components--gap-xx-small {
  gap: 16px;
}

.components--gap-x-small {
  gap: 32px;
}

.components--gap-small {
  gap: 40px;
}

.components--gap-48 {
  gap: 48px;
}

.components--gap-medium {
  gap: 50px;
}

.components--gap-56 {
  gap: 56px;
}

.components--gap-large {
  gap: 80px;
}

.components--gap-x-large {
  gap: 120px;
}

.tabs-teaser-container > .container {
  padding-left: 0;
  padding-right: 0;
}
.tabs-teaser-container .tabs .tabs__top {
  border-radius: 3px;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.0784313725), 0 0 0.0625rem 0 rgba(0, 0, 0, 0.2784313725);
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}
.tabs-teaser-container .tabs .tab__title {
  box-shadow: unset !important;
  background-color: #f6f6f6;
  color: #666;
  height: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.tabs-teaser-container .tabs .tab__title.active {
  background-color: #fff;
}
.tabs-teaser-container .header {
  overflow: visible;
  margin-bottom: 60px;
}
.tabs-teaser-container .header .header__slide {
  aspect-ratio: 1900/600;
}
.tabs-teaser-container .header__content {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 24px;
  max-width: 400px;
  color: #222222;
  transform: translateY(48px);
}
.tabs-teaser-container .header__content h1, .tabs-teaser-container .header__content h2, .tabs-teaser-container .header__content h3, .tabs-teaser-container .header__content h4, .tabs-teaser-container .header__content p {
  color: #222222;
}
.tabs-teaser-container .header__content h4 {
  padding-bottom: 12px !important;
}
.tabs-teaser-container .header__content p {
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .components--gap-56 {
    gap: 40px;
  }
  .components--gap-large {
    gap: 60px;
  }
  .components--gap-x-large {
    gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  .components--gap-large {
    gap: 60px;
  }
  .components--gap-x-large {
    gap: 80px;
  }
}
.fwpress-cards {
  --card-gap-y: 36px;
  --card-gap-x: 36px;
  --card-columns: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--card-gap-y) var(--card-gap-x);
  padding-bottom: var(--wp--preset--spacing--small);
}
.fwpress-cards--news {
  gap: var(--card-gap-y) var(--card-gap-x);
}
.fwpress-cards--news .fwpress-card__header--empty {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid var(--wp--preset--color--primary-color-20);
  background-color: var(--wp--preset--color--secondary);
}
.fwpress-cards--columns--1 {
  --card-columns: 1;
}
.fwpress-cards--columns--2 {
  --card-columns: 2;
}
.fwpress-cards--columns--3 {
  --card-columns: 3;
}
.fwpress-cards--columns--4 {
  --card-columns: 4;
}
.fwpress-cards--news {
  --card-gap-y: 18px;
  --card-gap-x: 0px;
}
.fwpress-cards--news--recent:has(:hover:not(.fwpress-card:nth-child(1))) .fwpress-card:nth-child(1) {
  border-color: transparent;
  box-shadow: unset;
}
.fwpress-cards--news--recent .fwpress-card {
  box-shadow: unset;
  border: 1px solid transparent;
}
.fwpress-cards--news--recent .fwpress-card:nth-child(1) {
  box-shadow: 0px 4px 6px 0px rgba(47, 19, 81, 0.25);
  border: 1px solid var(--wp--preset--color--primary-color-20);
}
.fwpress-cards--news--recent .fwpress-card:hover {
  box-shadow: 0px 4px 6px 0px rgba(47, 19, 81, 0.25);
  border: 1px solid var(--wp--preset--color--primary-color-20);
  transform-origin: center;
  z-index: 1;
  position: relative;
}
.fwpress-cards--news--recent .fwpress-card:hover .fwpress-card__image img {
  transform: scale(1.1);
}
.fwpress-cards--news--recent .fwpress-card:hover .fwpress-card__title {
  color: var(--wp--preset--color--secondary);
}
.fwpress-cards--news--recent .fwpress-card .fwpress-card__image img {
  transition: 1s;
  transform: scale(1);
}
.fwpress-cards--news--recent .fwpress-card .fwpress-card__header,
.fwpress-cards--news--recent .fwpress-card .fwpress-card__body {
  pointer-events: none;
}
.fwpress-cards--news--all {
  --card-columns: 4;
}
.fwpress-cards--news--all .fwpress-card {
  box-shadow: unset;
  border: 1px solid transparent;
}
.fwpress-cards--news--all .fwpress-card:hover {
  box-shadow: 0px 4px 6px 0px rgba(47, 19, 81, 0.25);
  border: 1px solid var(--wp--preset--color--primary-color-20);
  transform-origin: center;
  z-index: 1;
  position: relative;
}
.fwpress-cards--news--all .fwpress-card:hover .fwpress-card__image img {
  transform: scale(1.1);
}
.fwpress-cards--news--all .fwpress-card:hover .fwpress-card__title {
  color: var(--wp--preset--color--secondary);
}
.fwpress-cards--news--all .fwpress-card .fwpress-card__image img {
  transition: 1s;
  transform: scale(1);
}
.fwpress-cards--news--all .fwpress-card .fwpress-card__header,
.fwpress-cards--news--all .fwpress-card .fwpress-card__body {
  pointer-events: none;
}
.fwpress-cards--news .fwpress-card {
  padding: var(--wp--preset--spacing--x-small);
  border-radius: 9px;
}
.fwpress-cards--news .fwpress-card .fwpress-card__image {
  aspect-ratio: 288/212;
  border-radius: 9px;
}
.fwpress-cards--authors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
  gap: 36px;
}
.fwpress-cards--authors .wp-block-image img {
  width: 80px;
  height: 80px;
}
.fwpress-cards--authors .wp-block-custom-buttons {
  margin-top: auto;
}
.fwpress-cards--authors h3 {
  padding-bottom: var(--wp--preset--spacing--x-small);
}
.fwpress-cards--authors .fwpress-card {
  width: 100%;
}
.fwpress-cards--authors .fwpress-card:hover .fwpress-button--outline {
  border-color: var(--wp--preset--color--primary);
  background-color: #d5d0dc;
}
.fwpress-cards.fwpress-cards--banners--list {
  --card-columns: 1;
}
.fwpress-cards.fwpress-cards--banners--list .fwpress-card {
  flex-direction: row;
  text-align: left;
}
.fwpress-cards.fwpress-cards--banners--list .fwpress-card__content {
  padding-left: var(--wp--preset--spacing--small);
  align-self: center;
}
.fwpress-cards.fwpress-cards--banners--list .fwpress-card__content p + .buttons {
  margin-top: -18px;
}
.fwpress-cards.fwpress-cards--banners--list .author-icon {
  margin-left: unset;
  margin-right: unset;
  margin-bottom: 0;
}

.fwpress-card {
  background-color: #fff;
  width: calc(100% / var(--card-columns) - var(--card-gap-x) + var(--card-gap-x) / var(--card-columns));
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  border-radius: 9px;
  box-shadow: 0px 0px 19px 0px rgba(47, 19, 81, 0.1);
  padding: var(--wp--preset--spacing--small);
}
.acf-block-preview .fwpress-card {
  pointer-events: none;
}
.fwpress-card * {
  text-wrap: balance;
}
.fwpress-card *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.fwpress-card.has-background.has-primary-background-color h1, .fwpress-card.has-background.has-primary-background-color h2, .fwpress-card.has-background.has-primary-background-color h3, .fwpress-card.has-background.has-primary-background-color h4, .fwpress-card.has-background.has-primary-background-color p {
  color: #fff;
}
.fwpress-card--horizontal {
  flex-direction: row;
}
.fwpress-card--horizontal .fwpress-card__header {
  width: 25%;
}
.fwpress-card--horizontal .fwpress-card__body {
  width: 75%;
}
.fwpress-card--hidden {
  display: none;
}
.fwpress-card__header {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.fwpress-card__header__categories {
  position: absolute;
  top: var(--wp--preset--spacing--x-small);
  left: var(--wp--preset--spacing--x-small);
  z-index: 1;
}
.fwpress-card__header__categories .tags .tag {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border: 0;
}
.fwpress-card__header--empty {
  background-color: #d5d0dc;
  aspect-ratio: 4/3;
  border-radius: 9px;
}
.fwpress-card__image {
  aspect-ratio: 4/3;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--wp--preset--color--primary-color-20);
  overflow: hidden;
}
.fwpress-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  transition: 0.5s;
}
.fwpress-card__date {
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  border: 1px solid var(--wp--preset--color--primary-color-20);
  border-radius: 14px;
  font-size: 14px;
  color: var(--wp--preset--color--primary-color-80);
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.fwpress-card__date__wrapper {
  display: flex;
  justify-content: space-between;
}
.fwpress-card__date__arrow:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  width: 28px;
  height: 28px;
  font-size: 28px;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--primary);
}
.fwpress-card__body {
  padding-top: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--x-small);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex-grow: 1;
}
.fwpress-card__body > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fwpress-card__title {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fwpress-card__excerpt {
  color: var(--wp--preset--color--darker-grey);
}
.fwpress-card__content {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  text-wrap: pretty;
}
.fwpress-card__content__arrow {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.961' height='13.681' viewBox='0 0 15.961 13.681'%3E%3Cpath id='Icon_metro-arrow-right' data-name='Icon metro-arrow-right' d='M14.426,19.131l5.7-5.7a1.14,1.14,0,0,0,0-1.612l-5.7-5.7A1.14,1.14,0,0,0,12.813,7.73l3.754,3.754H5.639a1.14,1.14,0,0,0,0,2.28H16.567l-3.754,3.754a1.14,1.14,0,1,0,1.612,1.612Z' transform='translate(-4.499 -5.784)' fill='%2383D0F5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 6px;
  position: relative;
}
.fwpress-card.hidden {
  display: none;
}
.fwpress-card--profile {
  padding: 0;
  overflow: hidden;
}
.fwpress-card--profile .fwpress-card__header {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: 0px 0px 19px 0px rgba(47, 19, 81, 0.1);
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  border: 1px solid var(--wp--preset--color--primary-color-10);
}
.fwpress-card--profile .fwpress-card__image {
  aspect-ratio: 1/1;
  border: 1px solid var(--wp--preset--color--primary-color-10);
}
.fwpress-card--profile .fwpress-card__image.fwpress-card__image--empty {
  background-color: var(--wp--preset--color--primary-color-5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwpress-card--profile .fwpress-card__image.fwpress-card__image--empty img {
  position: unset;
  width: 96px;
  height: 96px;
}
.fwpress-card--profile .fwpress-card__body {
  padding: var(--wp--preset--spacing--small) !important;
}
.fwpress-card--profile .fwpress-card__body .fwpress-card__image {
  display: none;
}
.fwpress-card--profile .profile__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: var(--wp--preset--spacing--small);
  gap: 9px;
}
.fwpress-card--profile .profile__name {
  font-weight: 600;
  text-box: trim-both cap alphabetic;
  font-size: 18px;
  margin-bottom: 5px;
}
.fwpress-card--profile .profile__jobtitle {
  color: var(--wp--preset--color--primary);
  text-box: trim-both cap alphabetic;
}
.fwpress-card--profile .buttons {
  margin-top: auto;
}
.fwpress-card--profile .departments {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.fwpress-card--profile .departments .profile__jobtitle {
  font-size: 14px;
  color: var(--wp--preset--color--primary-color-60);
}
.fwpress-card--text {
  box-shadow: unset;
  margin-bottom: var(--wp--preset--spacing--small);
  padding: var(--wp--preset--spacing--small) !important;
  overflow: hidden;
}
.fwpress-card--text--image {
  padding: 0 !important;
  flex-direction: row;
}
.fwpress-card--text--image .fwpress-card__image {
  flex: 1;
}
.fwpress-card--text--image .fwpress-card__content {
  flex: 1;
  padding: var(--wp--preset--spacing--small) !important;
}

.title-with-filter {
  display: flex;
  gap: var(--wp--preset--spacing--small);
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--wp--preset--spacing--medium);
}
.title-with-filter h2, .title-with-filter h3 {
  padding-bottom: 0;
}

.author-icon {
  width: 80px;
  height: 80px;
  margin-bottom: var(--wp--preset--spacing--small);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.cards {
  display: grid;
  gap: var(--wp--preset--spacing--x-small);
  grid-auto-rows: auto;
  width: 100%;
  min-width: 100%;
}
.cards--vertical {
  grid-template-columns: 1fr;
}
.cards--medewerkers {
  --cards:2;
  --gap:18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cards--medewerkers .card {
  width: calc(100% / var(--cards) - (var(--cards) - 1) / var(--cards) * var(--gap));
}

.card {
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #f1f1f4;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  width: 100%;
}
.card--gap-0 {
  gap: 0;
}
.card--primary {
  background-color: var(--wp--preset--color--primary-light);
  border: 0;
}
.card__header {
  border-bottom: 1px solid #f1f1f4;
  padding: var(--wp--preset--spacing--x-small);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  display: flex;
  gap: 9px;
  align-items: center;
}
.card__header__title {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.card__header__title .company__logo {
  width: 60px;
  height: 60px;
}
.card__content {
  padding: var(--wp--preset--spacing--x-small);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
}
.card__content:has(.card--contactpersoon) {
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
}
.card__content .data-list {
  margin-left: calc(var(--wp--preset--spacing--small) * -1);
  margin-right: calc(var(--wp--preset--spacing--small) * -1);
  width: calc(100% + var(--wp--preset--spacing--small) * 2);
}
.card__content .data-list tr td:nth-child(1) {
  padding-left: var(--wp--preset--spacing--small);
}
.card__content__components {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.card__footer {
  padding: var(--wp--preset--spacing--x-small);
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  border-top: 1px solid #f1f1f4;
}
.card--contactpersoon {
  box-shadow: none;
  position: relative;
}
.card--contactpersoon .card__content {
  padding: var(--wp--preset--spacing--x-small);
}
.card--contactpersoon .has-avatar {
  margin-bottom: 9px;
}
.card--contactpersoon .card__function {
  padding-left: 24px;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 9px;
  margin-top: -9px;
}

ul.contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.has-avatar {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.has-avatar:before {
  content: "account_circle";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.has-avatar + ul.contact li {
  padding-left: 24px;
}

.companies {
  --gap: 18px;
  display: flex;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  --items: 2;
}
.companies .company {
  width: calc(100% / var(--items) - (var(--items) - 1) / var(--items) * var(--gap));
}

.company {
  background-color: #fff;
  padding: var(--wp--preset--spacing--x-small);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  transition: 0.15s;
}
.company:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.company__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.company__header {
  display: flex;
  gap: 18px;
  align-items: center;
}
.company__logo {
  width: 72px;
  height: 72px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
  border: 1px solid rgba(28, 105, 212, 0.2);
}
.company__logo img,
.company__logo svg {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  object-fit: contain;
  object-position: center;
}
.company__name {
  font-size: 18px;
  font-weight: 300;
  text-wrap: balance;
}
.company__locationname {
  font-size: 14px;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .fwpress-cards--columns--4.fwpress-cards--profiles {
    --card-columns:3;
  }
}
@media screen and (max-width: 767px) {
  .fwpress-cards,
  .fwpress-cards--columns--4.fwpress-cards--profiles {
    --card-columns-news: 2;
    --card-columns: 2;
    --card-gap-y: 24px;
  }
}
@media screen and (max-width: 480px) {
  .fwpress-cards,
  .fwpress-cards--columns--4.fwpress-cards--profiles {
    --card-columns-news: 1;
    --card-columns: 1;
  }
  .fwpress-card--profile {
    flex-direction: row;
  }
  .fwpress-card--profile > .fwpress-card__header {
    display: none;
  }
  .fwpress-card--profile .fwpress-card__body {
    flex: 1;
    text-align: left;
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 18px !important;
  }
  .fwpress-card--profile .fwpress-card__body .profile__info {
    align-items: flex-start;
    grid-area: 1/2/2/3;
    padding-bottom: 0;
    align-self: center;
  }
  .fwpress-card--profile .fwpress-card__body .buttons {
    justify-content: flex-start !important;
    grid-area: 2/1/3/3;
    padding-left: 60px;
  }
  .fwpress-card--profile .fwpress-card__body .buttons .fwpress-button--icon {
    width: 36px;
    height: 36px;
  }
  .fwpress-card--profile .fwpress-card__body .fwpress-card__image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    grid-area: 1/1/2/2;
  }
  .fwpress-card--text--image {
    flex-direction: column;
  }
  .fwpress-card--text--image > * {
    width: 100%;
  }
  .fwpress-card--profile .departments {
    align-items: flex-start;
  }
  .fwpress-cards--news--all .fwpress-card {
    border: 1px solid var(--wp--preset--color--primary-color-20);
  }
}
.banners {
  display: flex;
  flex-wrap: wrap;
}
.banners.banners--layout-1 {
  flex-direction: column;
}
.theme-motorrad .banners.banners--layout-1 {
  gap: var(--wp--preset--spacing--x-large);
}
.theme-mini .banners.banners--layout-1 {
  gap: var(--wp--preset--spacing--large);
}
.theme-mini .banners.banners--layout-1 .banner__content {
  padding: 0;
}
.theme-bmwgroup .banners.banners--layout-1 {
  gap: var(--wp--preset--spacing--x-large);
}
.theme-bmw .banners.banners--layout-1 {
  gap: var(--wp--preset--spacing--x-large);
}
.banners.banners--layout-1 .banner {
  display: flex;
  align-items: center;
}
.theme-motorrad .banners.banners--layout-1 .banner {
  display: flex;
  flex-wrap: wrap;
  --columns: 2;
  --gap-x: 40px;
  gap: 40px var(--gap-x);
  flex-direction: row;
}
.theme-motorrad .banners.banners--layout-1 .banner > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.theme-bmwgroup .banners.banners--layout-1 .banner {
  gap: 8.33%;
}
.theme-mini .banners.banners--layout-1 .banner {
  display: flex;
  flex-wrap: wrap;
  --columns: 2;
  --gap-x: 40px;
  gap: 40px var(--gap-x);
  flex-direction: row;
}
.theme-mini .banners.banners--layout-1 .banner > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.banners.banners--layout-1 .banner.banner--align-top {
  align-items: flex-start;
}
.theme-bmw .banners.banners--layout-1 .banner > .banner__image,
.theme-bmw .banners.banners--layout-1 .banner > [data-type="acf/banner-image"] {
  width: 58.33%;
}
.theme-bmw .banners.banners--layout-1 .banner > .banner__image .image img,
.theme-bmw .banners.banners--layout-1 .banner > [data-type="acf/banner-image"] .image img {
  aspect-ratio: 988/658;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image .image,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"] .image {
  aspect-ratio: unset;
}
.theme-mini .banners.banners--layout-1 .banner > .banner__image .image img,
.theme-mini .banners.banners--layout-1 .banner > [data-type="acf/banner-image"] .image img {
  aspect-ratio: 16/9;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--25,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--25 {
  width: 25%;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--33,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--33 {
  width: 33.33%;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--33 .image img,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--33 .image img {
  aspect-ratio: 3/4;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--50,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--50 {
  width: 50%;
}
.theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--66,
.theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--66 {
  width: 66.66%;
}
.theme-bmw .banners.banners--layout-1 .banner > .banner__content,
.theme-bmw .banners.banners--layout-1 .banner > [data-type="acf/banner-content"] {
  width: 41.66%;
}
.theme-mini .banners.banners--layout-1 .banner > .banner__content,
.theme-mini .banners.banners--layout-1 .banner > [data-type="acf/banner-content"] {
  background-color: transparent !important;
}
@media screen and (min-width: 1024px) {
  .theme-bmwgroup .banners.banners--layout-1 .banner > .banner__content,
  .theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-content"] {
    flex: 1;
  }
}
.theme-bmwgroup .banners.banners--layout-1 .banner:has(.banner__content + .banner__image) .banner__content, .theme-bmw .banners.banners--layout-1 .banner:has(.banner__content + .banner__image) .banner__content, .theme-bmwgroup .banners.banners--layout-1 .banner:has([data-type="acf/banner-content"] + [data-type="acf/banner-image"]) .banner__content, .theme-bmw .banners.banners--layout-1 .banner:has([data-type="acf/banner-content"] + [data-type="acf/banner-image"]) .banner__content {
  padding-right: 40px;
}
.theme-bmwgroup .banners.banners--layout-1 .banner:has(.banner__image + .banner__content) .banner__content, .theme-bmw .banners.banners--layout-1 .banner:has(.banner__image + .banner__content) .banner__content, .theme-bmwgroup .banners.banners--layout-1 .banner:has([data-type="acf/banner-image"] + [data-type="acf/banner-content"]) .banner__content, .theme-bmw .banners.banners--layout-1 .banner:has([data-type="acf/banner-image"] + [data-type="acf/banner-content"]) .banner__content {
  padding-left: 40px;
}
.banners.banners--layout-2 {
  --gap-x: 24px;
  flex-direction: column;
  row-gap: 24px;
}
.banners.banners--layout-2:not(.banners--slider) {
  display: flex;
  flex-wrap: wrap;
  --columns: 1;
  --gap-x: 24px;
  gap: 24px var(--gap-x);
  flex-direction: row;
}
.banners.banners--layout-2:not(.banners--slider) > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.banners.banners--layout-2.banners--slider .slick-slide {
  margin: 0 12px;
}
.banners.banners--layout-2.banners--slider {
  /* the parent */
}
.banners.banners--layout-2.banners--slider .slick-list {
  margin: 0 -12px;
}
.theme-mini .banners.banners--layout-2 {
  justify-content: center;
}
.banners.banners--layout-2 .banner__image .image {
  position: relative;
}
.banners.banners--layout-2 .banner__image .image img {
  object-fit: cover;
}
.banners.banners--layout-2.banners--items-2 {
  --columns: 2;
}
.banners.banners--layout-2.banners--items-2 .banner__image .image img {
  aspect-ratio: 16/9;
}
.theme-bmw .banners.banners--layout-2.banners--items-2.banners--image-height--alt .banner__image .image img {
  aspect-ratio: 3/1;
}
.banners.banners--layout-2.banners--items-3 {
  --columns: 3;
}
.theme-bmwgroup .banners.banners--layout-2.banners--items-3 .banner__image .image {
  aspect-ratio: 4/3;
}
.banners.banners--layout-2.banners--items-3 .banner__image .image img {
  aspect-ratio: 3/2;
}
.theme-motorrad .banners.banners--layout-2.banners--items-3 .banner__image .image img {
  aspect-ratio: 16/9;
}
.theme-motorrad .banners.banners--layout-2.banners--items-3 .banner__image .image img {
  aspect-ratio: 16/9;
}
.banners.banners--layout-2.banners--items-3 .banner__image.banner__image--contain .image {
  justify-content: center;
  align-items: center;
  display: flex;
}
.banners.banners--layout-2.banners--items-4 {
  --columns: 4;
}
.banners.banners--layout-2.banners--items-5 {
  --columns: 5;
}
.banners.banners--layout-2.banners--items-6 {
  --columns: 6;
}
.theme-bmw .banners.banners--layout-2.banners--layout-2.banners--items-3 h3, .theme-bmw .banners.banners--layout-2.banners--layout-2.banners--items-4 h3, .theme-bmw .banners.banners--layout-2.banners--layout-2.banners--items-5 h3, .theme-bmw .banners.banners--layout-2.banners--layout-2.banners--items-6 h3 {
  font-size: 23px;
}
.theme-mini .banners.banners--layout-2.banners--layout-2.banners--items-3 h3, .theme-mini .banners.banners--layout-2.banners--layout-2.banners--items-4 h3, .theme-mini .banners.banners--layout-2.banners--layout-2.banners--items-5 h3, .theme-mini .banners.banners--layout-2.banners--layout-2.banners--items-6 h3 {
  font-size: 24px;
}
.banners.banners--layout-2 .banner {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
.theme-mini .banners.banners--layout-2 .banner {
  gap: 0;
}
.theme-motorrad .banners.banners--layout-2 .banner {
  border-bottom: 5px solid #919191;
  padding-bottom: 40px;
}
.banners.banners--layout-2 .banner .fwpress-buttons {
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.banners.banners--layout-2 .banner.banner--block_8faa7d21b3fb509067adaa0139f69937 .fwpress-buttons {
  margin-top: unset;
}
.banners__counter {
  display: none;
}
.theme-bmw .banners .slick-next,
.theme-bmw .banners .slick-prev {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0.375rem 1.25rem 0px, rgba(0, 0, 0, 0.24) 0px 0px 0.0625rem 0px;
  width: 48px;
  height: 48px;
  font-weight: 100;
  align-items: center;
  justify-content: center;
}
.theme-bmw .banners .slick-next:before,
.theme-bmw .banners .slick-prev:before {
  opacity: 1;
  font-size: 40px;
  font-weight: 100;
}
.theme-bmw .banners .slick-next {
  right: -48px;
}
.theme-bmw .banners .slick-prev {
  left: -48px;
}

.banner__content {
  display: flex;
  flex-direction: column;
}
.theme-mini .banners.banners--layout-2 .banner__content {
  background-color: #f7f7f7;
  padding: 24px;
}
.theme-bmwgroup .banner__content h2 {
  font-size: 24px;
  font-weight: 700;
}
.banner__image {
  display: block;
}
.theme-bmwgroup .banner__image {
  background: radial-gradient(372.84% 141.42% at 0 0, #10162c 0, #173b68 100%);
}
.banner__image--contain .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__image--contain .image img {
  aspect-ratio: unset;
  object-fit: contain !important;
  height: auto;
}
.banner__image .image {
  position: relative;
  display: block;
}
.banner__image .image img {
  object-fit: cover;
}
.banner__link {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  width: 56px;
  height: 56px;
  padding-left: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 9px 1px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M10.8431 7.01477H24.9853L24.9852 21.157L22.9853 23.157V10.429L8.42885 24.9854L7.01465 23.5712L21.571 9.01477H8.84305L10.8431 7.01477Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Earrow-up-right_rg_48%3C/title%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner.banner--link {
  cursor: pointer;
}
.banner.banner--link .banner__link {
  display: flex;
  transition: 0.3s;
}
.banner.banner--link .banner__image img {
  transition: 0.5s;
}
.banner.banner--link:hover .banner__image img {
  transform: scale(1.05);
}
.banner.banner--link:hover .banner__link {
  background-color: #a8a8a7;
}
.theme-bmwgroup .banner.banner--link:hover h2, .theme-bmwgroup .banner.banner--link:hover h3 {
  color: #04829a;
}
.banner.banner--icon {
  text-align: center;
}
.theme-bmw .banner.banner--icon .banner__title {
  font-size: 23px;
}
.theme-bmw .banner.banner--icon p {
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .banners.banners--layout-2.banners--items-5 {
    --columns:4;
  }
}
@media screen and (max-width: 1024px) {
  .banners.banners--layout-2.banners--items-5,
  .banners.banners--layout-2.banners--items-4 {
    --columns:3;
  }
}
@media screen and (max-width: 1023px) {
  .banners.banners--layout-1 .banner {
    flex-direction: column;
  }
  .banners.banners--layout-1 .banner > * {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .banners.banners--layout-1 .banner .banner__image {
    order: 1;
  }
  .banners.banners--layout-1 .banner .banner__image .image {
    aspect-ratio: 16/9 !important;
  }
  .banners.banners--layout-1 .banner .banner__image .image img {
    aspect-ratio: 16/9 !important;
  }
  .banners.banners--layout-1 .banner .banner__content {
    order: 2;
  }
  .theme-bmwgroup .banners.banners--layout-1 .banner .banner__content {
    padding-left: 0 !important;
  }
  .theme-bmwgroup .banners.banners--layout-1 .banner {
    gap: 0;
  }
  .banners .banner__image .image {
    aspect-ratio: 16/9 !important;
  }
  .theme-mini .banners.banners--layout-1 .banner .banner__content {
    order: 2;
    padding-bottom: 0;
  }
  .theme-bmwgroup .banners.banners--layout-1 .banner > .banner__image.banner__image--33 .image img, .theme-bmwgroup .theme-bmwgroup .banners.banners--layout-1 .banner > [data-type="acf/banner-image"].banner__image--33 .image img {
    aspect-ratio: 4/3;
  }
  .theme-bmwgroup .banners.banners--layout-1 .banner .banner__image {
    margin-bottom: 24px;
  }
  .theme-bmw .banners .banner {
    gap: 24px !important;
  }
  .theme-bmw .banners.banners--layout-1 .banner .banner__content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .theme-bmw .banners.banners--layout-2.banners--items-2.banners--image-height--alt .banner__image .image img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .banners.banners--layout-2.banners--items-5,
  .banners.banners--layout-2.banners--items-4,
  .banners.banners--layout-2.banners--items-3 {
    --columns:2;
  }
}
@media screen and (max-width: 575px) {
  .banners.banners--layout-2 {
    --columns: 1 !important;
    justify-content: center;
  }
  .banners.banners--layout-2 .banner--icon {
    max-width: 375px;
  }
}
html.iframe {
  background-color: #fff !important;
}

.overlay {
  position: fixed !important;
  z-index: 99999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.15s;
  transition: 0.35s;
  pointer-events: none;
  opacity: 0;
}
.overlay--visible, .overlay:has(.acf-error) {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.overlay--visible .overlay__inner, .overlay:has(.acf-error) .overlay__inner {
  transform: translateX(0);
  cursor: auto;
}
.overlay--secondary {
  z-index: 1000;
}
.overlay--tertiary {
  z-index: 1001;
}
.overlay--documents .overlay__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
}
.overlay--documents .filter {
  margin: 0;
}
.overlay--filters .filters {
  margin-left: -18px;
  margin-right: -18px;
}
.overlay--filters .overlay__inner {
  max-width: 396px;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown {
  border-bottom: 1px solid #e5e7eb;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown .filter-dropdown__label {
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  height: 48px;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown:nth-child(1) {
  border-top: 1px solid #e5e7eb;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options {
  position: relative;
  width: 100%;
  pointer-events: all;
  display: none;
  border-radius: unset;
  box-shadow: unset;
  border: 0;
  padding-top: 0;
  padding-bottom: var(--wp--preset--spacing--x-small);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options.filter-dropdown__options--active, .overlay--filters .overlay__inner .filters__inner .filter-dropdown__options:has(input:checked) {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options__search {
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.overlay--narrow .overlay__inner {
  max-width: 480px;
}
.overlay--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay--center.overlay--visible .overlay__inner {
  opacity: 1;
  pointer-events: auto;
}
.overlay--acf .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.overlay--acf .acf-field.acf-accordion {
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  flex-direction: column;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  margin-top: 0;
  margin-bottom: 0;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title {
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title:hover {
  background-color: #fff;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title label:after {
  position: absolute;
  height: 45px;
  left: 0;
  right: 0;
  top: -12px;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content {
  padding-left: 18px;
  padding-right: 18px;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields {
  border-top: 0;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields .acf-field {
  padding-top: 9px;
  padding-bottom: 9px;
}
.overlay--loading .overlay__inner > * {
  opacity: 0;
  pointer-events: none;
}
.overlay--loading .overlay__inner:after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' display='block' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='13' fill='none' stroke='%2336a9e1' stroke-dasharray='61.261 22.42' stroke-width='2'%3E%3CanimateTransform attributeName='transform' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
}
.overlay.loaded .overlay__center {
  background-image: none;
}
.overlay__inner {
  width: 100%;
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--small);
  background-color: #fff;
  margin-left: auto;
  max-width: 1000px;
  overflow-y: auto;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  transform: translateX(100%);
  transition: transform linear 0.25s;
  transition-delay: 0s;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.overlay__inner::-webkit-scrollbar {
  width: 5px;
}
.overlay__inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.overlay__inner::-webkit-scrollbar-thumb {
  background: #ecf3fe;
}
.overlay--center .overlay__inner {
  height: auto;
  max-height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  border: 1px solid #ecf3fe;
  box-shadow: 0px 0px 36px 0px rgba(70, 136, 241, 0.1);
  margin-left: auto;
  margin-right: auto;
  transition: opacity ease 0.2s;
  transform: none;
  opacity: 0;
  pointer-events: none;
}
.overlay--center .overlay__inner .acf-postbox {
  display: block !important;
}
.overlay__divider {
  margin-left: calc(var(--wp--preset--spacing--small) * -1);
  margin-right: calc(var(--wp--preset--spacing--small) * -1);
  display: flex;
  height: 1px;
  background-color: #ecf3fe;
}
.overlay__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -18px !important;
  padding-top: 36px;
  padding-bottom: 36px;
}
.overlay__buttons .button {
  margin-left: 9px;
  margin-right: 9px;
  width: calc(25% - 18px);
  margin-bottom: 18px;
}
.overlay__top, .overlay__center, .overlay__footer {
  margin-right: auto;
}
.overlay__top:not(:empty) {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  padding-top: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--x-small);
  align-items: center;
}
.overlay__top:not(:empty) .close-link + .tabs {
  margin-top: 9px;
}
.overlay__top:not(:empty) .tabs {
  align-self: flex-start;
  border-bottom: 0;
  margin-bottom: -18px;
}
.overlay__top:not(:empty) > * {
  padding: 0 !important;
  margin: 0 !important;
}
.overlay__top:not(:empty) .filters__title {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.overlay__top:not(:empty) .filters__title:after {
  content: "close";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.overlay__top:not(:empty) .filters__title {
  font-weight: 400;
  width: 100%;
  align-items: center;
}
.overlay__top:not(:empty) .filters__title:before, .overlay__top:not(:empty) .filters__title:after {
  margin-bottom: unset;
  margin-top: unset;
}
.overlay__top:not(:empty) .filters__title:after {
  margin-left: auto;
}
.overlay__top--info {
  background-color: #e5eaf2 !important;
}
.overlay__top--success {
  background-color: #eff7ea !important;
}
.overlay__top--success h1 {
  color: #95c11f;
}
.overlay__center {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.overlay__center .postbox-header {
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}
.overlay__footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  margin-left: -36px;
  margin-right: -36px;
  padding-left: 36px;
  padding-right: 36px;
  border-top: 1px solid #ecf3fe;
  margin-top: auto;
}
.overlay__footer--spacing {
  padding: 36px;
}
.overlay__close {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.overlay__close:after {
  content: "close";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.overlay__close:before {
  opacity: 0.6;
}
.overlay__close:hover:before {
  opacity: 1;
}
.overlay__components {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  gap: var(--wp--preset--spacing--small);
}
.overlay__component {
  display: flex;
  width: 100%;
  min-width: 100%;
}
.overlay__component__title {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.overlay__component__title h3,
.overlay__component__title h4 {
  padding-top: 4px;
}

[data-overlay] {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .overlay__buttons .button {
    width: calc(50% - 18px);
  }
  .overlay__inner {
    padding: 24px;
    max-width: 100%;
    overflow-x: hidden;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template:not(.page-template-fwpress_documents_template) .content .filters__title {
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary-color-20);
    color: var(--wp--preset--color--primary);
    justify-content: center;
    gap: 0;
    align-items: center;
  }
  .page-template:not(.page-template-fwpress_documents_template) .content .filters__title:before {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .overlay__center {
    width: 100%;
  }
  .overlay__footer {
    position: relative;
  }
}
@media screen and (max-width: 374px) {
  .overlay__buttons .button {
    width: calc(100% - 18px);
  }
}
@media screen and (max-height: 600px) {
  .overlay__footer {
    position: relative;
  }
}
.wp-block-table table {
  border: 0;
  width: 100%;
}
.wp-block-table table thead {
  border: 0;
}
.wp-block-table table thead tr th {
  border: 0;
  text-align: left;
  font-weight: bold;
  font-size: var(--wp--preset--font-size--bodycopy);
  color: var(--wp--preset--color--primary);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  border-bottom: 1px solid #b4b4b4;
  padding-top: 0;
  padding-bottom: 12px;
  vertical-align: top;
}
.theme-motorrad .wp-block-table table thead tr th {
  border-bottom: 1px solid #000;
}
.wp-block-table table thead tr th:nth-child(1) {
  padding-left: 0;
}
.wp-block-table table tbody {
  border: 0;
}
.wp-block-table table tbody tr td {
  border: 0;
  font-size: var(--wp--preset--font-size--bodycopy);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  border-bottom: 1px solid #b4b4b4;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.theme-motorrad .wp-block-table table tbody tr td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.wp-block-table table tbody tr td:nth-child(1) {
  padding-left: 0;
}

.table {
  border-spacing: 0;
}
.table--auto {
  table-layout: auto;
}
.table.data-list tbody {
  width: 100%;
}
.table.data-list tr {
  width: 100%;
}
.table.data-list tr td {
  padding: 9px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 0;
  vertical-align: top;
}
.table.data-list tr:nth-child(even) td {
  background-color: rgba(34, 34, 34, 0.02);
}

.theme-bmw .wp-block-table table thead tr th {
  font-weight: bold;
  background-color: #f2f2f2;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  border-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  text-align: left;
}
.theme-bmw .wp-block-table table thead tr th + td,
.theme-bmw .wp-block-table table thead tr th + th {
  padding-left: 12px;
}
.theme-bmw .wp-block-table table thead tr th + td:last-child,
.theme-bmw .wp-block-table table thead tr th + th:last-child {
  padding-right: 12px;
}
.theme-bmw .wp-block-table table tbody td,
.theme-bmw .wp-block-table table tbody th {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
.theme-bmw .wp-block-table table tbody td + td,
.theme-bmw .wp-block-table table tbody td + th,
.theme-bmw .wp-block-table table tbody th + td,
.theme-bmw .wp-block-table table tbody th + th {
  padding-left: 12px;
}
.theme-bmw .wp-block-table table tbody td + td:last-child,
.theme-bmw .wp-block-table table tbody td + th:last-child,
.theme-bmw .wp-block-table table tbody th + td:last-child,
.theme-bmw .wp-block-table table tbody th + th:last-child {
  padding-right: 12px;
}

@media screen and (max-width: 767px) {
  .simple-data-table tbody tr,
  .simple-data-table thead tr {
    display: flex;
    flex-direction: column;
  }
  .simple-data-table tbody tr th,
  .simple-data-table tbody tr td,
  .simple-data-table thead tr th,
  .simple-data-table thead tr td {
    padding-left: 0 !important;
  }
  .simple-data-table tbody tr th + th,
  .simple-data-table tbody tr th + td,
  .simple-data-table tbody tr td + th,
  .simple-data-table tbody tr td + td,
  .simple-data-table thead tr th + th,
  .simple-data-table thead tr th + td,
  .simple-data-table thead tr td + th,
  .simple-data-table thead tr td + td {
    padding-left: 0 !important;
    width: 100%;
  }
  .simple-data-table tbody tr th:first-child,
  .simple-data-table tbody tr td:first-child,
  .simple-data-table thead tr th:first-child,
  .simple-data-table thead tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .simple-data-table tbody tr th:last-child,
  .simple-data-table tbody tr td:last-child,
  .simple-data-table thead tr th:last-child,
  .simple-data-table thead tr td:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .simple-data-table tbody th:empty,
  .simple-data-table thead th:empty {
    display: none;
  }
}
.fwpress-table {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fwpress-table__table {
  background: transparent;
}
.fwpress-table__table thead tr th {
  border: 0;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}
.theme-motorrad .fwpress-table__table thead tr th:nth-child(1) {
  padding-left: 0;
}
.theme-bmw .fwpress-table__table thead tr th {
  background-color: #F2F2F2;
  font-weight: bold;
}
.fwpress-table__table tbody tr th {
  background-color: transparent;
  border: 0;
  text-align: left;
}
.theme-motorrad .fwpress-table__table tbody tr th:nth-child(1) {
  padding-left: 0;
}
.fwpress-table__table tbody tr td {
  border: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.theme-motorrad .fwpress-table__table tbody tr td {
  border: 0;
  background-color: transparent;
}
.theme-motorrad .fwpress-table__table tbody tr td:nth-child(1) {
  padding-left: 0;
}
.fwpress-table__table.fwpress-table__table--default thead tr th {
  border: 0;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}
.fwpress-table__table.fwpress-table__table--default thead tr th:nth-child(1) {
  padding-left: 0;
}
.theme-bmw .fwpress-table__table.fwpress-table__table--default thead tr th {
  background-color: #F2F2F2;
  font-weight: bold;
}
.fwpress-table__table.fwpress-table__table--default tbody tr th {
  background-color: transparent;
  border: 0;
  text-align: left;
}
.fwpress-table__table.fwpress-table__table--default tbody tr td {
  border: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.theme-motorrad .fwpress-table__table.fwpress-table__table--default tbody tr td {
  border: 0;
  background-color: transparent;
}
.fwpress-table__table.fwpress-table__table--default tbody tr td:nth-child(1) {
  padding-left: 0;
}
.fwpress-table__table.fwpress-table__table--comparison tr th:nth-of-type(1) {
  width: 320px !important;
  max-width: 320px !important;
  min-width: 320px !important;
}
.fwpress-table__table.fwpress-table__table--bordered tbody tr td {
  border-bottom: 1px solid #d5d9de;
}

@media screen and (max-width: 991px) {
  .fwpress-table {
    width: 100% !important;
    overflow-x: auto;
  }
  .fwpress-table__table.fwpress-table__table--comparison {
    width: fit-content;
  }
  .fwpress-table__table.fwpress-table__table--comparison thead tr {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
  }
  .fwpress-table__table.fwpress-table__table--comparison thead tr:has(th:nth-of-type(3)) {
    width: calc(100% + 320px);
  }
  .fwpress-table__table.fwpress-table__table--comparison thead tr th:nth-of-type(1) {
    margin-left: -320px !important;
    width: 320px !important;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    background-color: transparent !important;
  }
  .theme-motorrad .fwpress-table__table.fwpress-table__table--comparison thead tr th:nth-child(1) {
    padding-left: 0;
  }
  .fwpress-table__table.fwpress-table__table--comparison tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
  }
  .fwpress-table__table.fwpress-table__table--comparison tbody tr:has(td:nth-of-type(2)) {
    width: calc(100% + 320px);
  }
  .fwpress-table__table.fwpress-table__table--comparison tbody tr th {
    position: sticky !important;
    left: 0;
    width: 320px !important;
    background-color: transparent !important;
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .fwpress-table__table.fwpress-table__table--comparison tbody tr td {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding-top: 42px !important;
  }
  .fwpress-table__table.fwpress-table__table--comparison tbody tr td:nth-of-type(1) {
    margin-left: -320px !important;
  }
  .theme-motorrad .fwpress-table__table.fwpress-table__table--comparison tbody tr td:nth-of-type(1) {
    padding-left: 0;
  }
}
.search-results {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
  flex-direction: column;
}
.search-results__form {
  background-color: var(--wp--preset--color--motorrad-grey);
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
}
.search-results__form .search-form {
  display: flex;
  gap: 0;
  position: relative;
}
.search-results__form .search-form__button {
  position: absolute;
  right: 16px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M14 3C10.6941 3 7.91856 4.01722 5.96789 5.96789C4.01722 7.91856 3 10.6941 3 14C3 17.3059 4.01722 20.0814 5.96789 22.0321C7.91856 23.9828 10.6941 25 14 25C16.9049 25 19.4002 24.2146 21.2863 22.7006L27.2929 28.7073L28.7071 27.293L22.7005 21.2864C24.2146 19.4004 25 16.905 25 14C25 10.6941 23.9828 7.91856 22.0321 5.96789C20.0814 4.01722 17.3059 3 14 3ZM5 14C5 11.1059 5.88278 8.88144 7.38211 7.38211C8.88144 5.88278 11.1059 5 14 5C16.8941 5 19.1186 5.88278 20.6179 7.38211C22.1172 8.88144 23 11.1059 23 14C23 16.8941 22.1172 19.1186 20.6179 20.6179C19.1186 22.1172 16.8941 23 14 23C11.1059 23 8.88144 22.1172 7.38211 20.6179C5.88278 19.1186 5 16.8941 5 14Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Esearch_rg_48%3C/title%3E%3C/svg%3E") !important;
  background-size: contain;
  width: 24px;
  height: 24px;
  appearance: none;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.search-results__form input {
  appearance: none;
  border: 0;
  background-color: #fff;
  height: 48px;
  flex: 1;
  padding: 16px;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
}
.search-results__items {
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
}
.search-results__list {
  display: flex;
  flex-direction: column;
}
.search-results__list__item {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results__list__item__title {
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}
.search-results__list__item__excerpt {
  font-size: 16px;
}
.search-results__list__item .breadcrumbs {
  font-size: 14px;
}

.no-results-found {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--wp--preset--color--primary-color-10);
  border-radius: 9px;
  padding: var(--wp--preset--spacing--small);
  text-wrap: balance;
}
.no-results-found__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.no-results-found__icon:before {
  content: "search_off";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.no-results-found__icon {
  color: var(--wp--preset--color--secondary);
  margin-bottom: var(--wp--preset--spacing--small);
}

html:has(.search-overlay--active) {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(40px);
  background-color: rgba(16, 22, 44, 0.8509803922);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: 0.4s;
}
.search-overlay--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.search-overlay__top {
  height: var(--topbar-height);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-overlay__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-overlay__form__input input {
  background-color: transparent;
  height: 64px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  appearance: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
  transition: 1s;
  outline: 0;
  border-radius: 0;
  padding: 16px;
  font-size: 18px;
  font-family: inherit;
}
.search-overlay__form__input input:hover, .search-overlay__form__input input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.search-overlay__form__input input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.search-overlay__form__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-overlay__form__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-overlay__form__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-overlay__form__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-overlay__form__suggestions {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.search-overlay__form__suggestion {
  appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}
.search-overlay__form__suggestion:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.close-search-overlay {
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cpath d='M15.753 17.4143L24.0459 25.7072L25.4601 24.293L17.1672 16.0001L25.4601 7.70718L24.0459 6.29297L15.753 14.5859L7.46012 6.29297L6.0459 7.70718L14.3388 16.0001L6.0459 24.293L7.46012 25.7072L15.753 17.4143Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Eclose_rg_48%3C/title%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.search-highlight {
  font-weight: bold;
}

.wp-block-embed {
  margin-bottom: var(--wp--preset--spacing--small);
}
.content .components > .row > .col .wp-block-embed {
  margin-bottom: 0;
}
.wp-block-embed + .text-component {
  margin-top: -12px;
}

.image {
  position: relative;
}
.image img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.aspect-ratio-16-9 img {
  aspect-ratio: 16/9;
}

.wp-block-image {
  margin-bottom: 24px;
}

.header {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header__slider__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
}
.header__slider__wrapper .container {
  position: relative;
  height: 100%;
}
.header__slider__wrapper .container .row {
  height: 100%;
}
.header__slider__wrapper .col-12 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
.header__slider__controls {
  position: absolute;
  width: 100px;
  background-color: #000;
  display: flex;
  bottom: 36px;
  color: #fff;
  border-radius: 3px;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  padding-left: 4px;
  padding-right: 4px;
  pointer-events: auto;
}
.header__slider__controls__prev, .header__slider__controls__next {
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 0.7;
}
.header__slider__controls__prev:hover, .header__slider__controls__next:hover {
  opacity: 1;
}
.header__slider__controls__prev {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.header__slider__controls__prev:before {
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.header__slider__controls__next {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.header__slider__controls__next:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.header__slider__controls__total {
  font-size: 13px;
  flex: 1;
  display: flex;
  gap: 6px;
}
.header__slider__controls__total span:first-child {
  font-weight: bold;
}
.header__slider__indicator {
  height: 4px;
  background-color: #140b1f;
  position: relative;
}
.header__slider__indicator span {
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #fff;
}
.header__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: auto 2560/1120;
  flex-grow: 0 !important;
  max-width: 100%;
}
.theme-bmwgroup .header--default .header__slide {
  aspect-ratio: 21/9;
}
.theme-mini .header--default .header__slide {
  aspect-ratio: auto 1920/550;
  max-height: 550px;
  height: 550px;
}
.theme-mini .header--auto .header__slide {
  aspect-ratio: unset;
  min-height: 300px;
}
.theme-mini .header--auto .header__slide .row.align-items-start .header__content {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .theme-motorrad .header--default .header__slide {
    aspect-ratio: auto 1920/550;
    max-height: 550px;
    height: 550px;
  }
}
.header--auto .header__slide {
  height: auto;
  aspect-ratio: unset !important;
  min-height: 300px;
}
.header--news .header__slide {
  aspect-ratio: 20/7;
}
.theme-bmw .header--auto .header__slide {
  aspect-ratio: 2560/853;
}
.header--full .header__slide {
  height: calc(100dvh - var(--topbar-height));
}
.theme-mini .header--full .header__slide {
  max-height: 680px;
  aspect-ratio: unset;
}
.header__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #10162c;
}
.header__image img,
.header__image video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  display: block;
}
.header__content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header__content h1, .header__content h2, .header__content h3, .header__content h4, .header__content p {
  color: #fff;
}
.header__content p {
  max-width: 650px;
}
.header__content .has-max-32-font-size {
  margin-bottom: 12px;
}
.header__badge {
  position: absolute;
  right: var(--wp--preset--spacing--max-54);
  top: calc(var(--topbar-height) + 16px);
  width: 98px;
  height: 126px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.header__badge--badge-private-lease {
  background-image: url("/wp-content/themes/fwpress/assets/images/header/badge-keurmerk-private-lease.png");
}
.theme-mini .header__badge {
  top: 0;
}
.header__geld_banner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #000;
  border: 2px solid #000;
}
.header__geld_banner:after {
  content: "";
  background-image: url("/wp-content/themes/fwpress/assets/images/header/let-op-geld-lenen-kost-geld.jpg");
  width: 100%;
  aspect-ratio: 715/80;
  max-width: 715px;
  height: auto;
  background-size: contain;
}
.header--content--top {
  justify-content: flex-start;
}
.header--content--middle {
  justify-content: center;
}
.header--overlay--dark .header__image:after, .header--overlay--light .header__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 168px;
}
.theme-bmwgroup .header--overlay--dark .header__image:after, .theme-bmwgroup .header--overlay--light .header__image:after {
  top: auto;
  bottom: 0;
  height: 33%;
  height: 50%;
  opacity: 0.8;
}
.theme-bmw .header--overlay--dark .header__image:after, .theme-bmw .header--overlay--light .header__image:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  opacity: 0.9;
}
.theme-mini .header--overlay--dark .header__image:after, .theme-mini .header--overlay--light .header__image:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.65) 33%, rgba(0, 0, 0, 0) 100%);
}
.theme-bmwgroup .header--overlay--dark.header--auto .header__image:after, .theme-bmwgroup .header--overlay--light.header--auto .header__image:after {
  height: 50%;
}
.header--overlay--dark .header__image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 99%);
}
.theme-bmwgroup .header--overlay--dark .header__image:after {
  background: linear-gradient(0, #140b1f 18.4%, rgba(20, 11, 31, 0.95) 30.45%, rgba(20, 11, 31, 0.9) 41.58%, rgba(20, 11, 31, 0.84) 49.99%, rgba(20, 11, 31, 0.77) 58.89%, rgba(20, 11, 31, 0.7) 61.55%, rgba(20, 11, 31, 0.63) 63.68%, rgba(20, 11, 31, 0.55) 65.45%, rgba(20, 11, 31, 0.47) 67.01%, rgba(20, 11, 31, 0.4) 68.55%, rgba(20, 11, 31, 0.32) 70.24%, rgba(20, 11, 31, 0.25) 72.24%, rgba(20, 11, 31, 0.18) 74.72%, rgba(20, 11, 31, 0.11) 77.86%, rgba(20, 11, 31, 0.05) 81.82%, rgba(20, 11, 31, 0) 86.78%);
  background-blend-mode: multiply;
}
@media screen and (min-width: 992px) {
  .theme-mini .header--overlay--dark .fwpress-button--secondary {
    background-color: #fff;
    color: #000;
  }
}
.header--overlay--light .header__image:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 99%);
}
.header .container--content {
  position: relative;
}
.header .container--content > .row {
  height: 100%;
  left: 0;
}
.header .container--content:has(.acf-innerblocks-container:empty) {
  display: none;
}
.header:has(.frame-overlay) .container--content {
  height: 100%;
}
.header .fwpress-link {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .theme-motorrad .header .fwpress-button--primary {
    background-color: #fff;
    color: #16171a;
  }
}
.theme-motorrad .header .fwpress-button--primary:hover {
  color: #fff;
  background-color: #0062ff;
}
.theme-bmw .header .fwpress-button--outline {
  box-shadow: inset 0 0 0 1px #fff;
  border: 0;
  color: #fff;
}
.theme-bmw .header .fwpress-button--outline:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.header .text-component h1, .header .text-component h2, .header .text-component h3, .header .text-component h4 {
  padding-bottom: 0;
}
.header .text-component h1:not(:last-child), .header .text-component h2:not(:last-child) {
  padding-bottom: 20px;
}
.header .text-component .fwpress-buttons {
  margin-top: 24px;
}

.theme-mini .container--content {
  padding-top: 0;
  padding-bottom: 0;
}
.theme-mini .header .header__slide {
  padding-top: 54px;
  padding-bottom: 54px;
  aspect-ratio: unset;
}
.theme-mini .header .container--content > .row.align-items-center .header__content {
  padding-bottom: 60px;
}
.theme-mini .header:has(.frame-overlay) .header__content {
  max-width: 33%;
}
.theme-mini .frame-overlay {
  --frame-color: #00c8c8;
  --frame-weight: 10px;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.theme-mini .frame-overlay .frame-line {
  position: absolute;
  background-color: var(--frame-color);
  opacity: 1;
  transition: none;
}
.theme-mini .header__content {
  padding-top: 0;
  padding-bottom: 0;
}
.theme-mini .header__content .text-component > *:first-child {
  width: fit-content;
  max-width: 100%;
}

.inner-wrapper--first-header > :nth-child(1 of .header):not(.mini-nl-header) .container--content {
  padding-top: var(--topbar-height);
}

@keyframes frame-draw-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes frame-draw-y {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 1280px) {
  .header__badge {
    right: 45px;
  }
}
@media screen and (max-width: 1180px) {
  .theme-mini .header__content {
    max-width: 66%;
  }
}
@media screen and (max-width: 991px) {
  .header--full .header__slide {
    height: unset;
  }
  .header {
    min-height: unset;
    aspect-ratio: unset;
    max-height: unset;
    height: unset;
  }
  .header__image {
    position: relative;
    height: unset;
  }
  .header .header__slide {
    aspect-ratio: unset !important;
  }
  .header__content {
    padding: 15px 0px;
    padding-bottom: 15px;
    text-align: center;
  }
  .header__content h1,
  .header__content h2,
  .header__content h3,
  .header__content h4,
  .header__content p {
    color: #262626;
  }
  .header__content:before {
    display: none;
  }
  .header__content h4 {
    overflow: unset;
    text-overflow: unset;
    display: block;
  }
  .header__content .fwpress-buttons {
    justify-content: center;
  }
  .theme-motorrad .header .header__slide {
    aspect-ratio: unset;
  }
  .theme-motorrad .header .container--content {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }
  .theme-motorrad .header .container--content .header__content {
    text-align: left;
  }
  .theme-motorrad .header .container--content .header__content h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .theme-motorrad .header .container--content .header__content h1 br {
    display: none;
  }
  .theme-motorrad .header .container--content .header__content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .theme-motorrad .header .container--content .header__content h3 br {
    display: none;
  }
  .theme-motorrad .header .container--content .fwpress-button--primary {
    background-color: #fff;
    color: #16171a;
  }
  .theme-motorrad .header:has(.slick-slider) .container--content {
    background-color: #16171a !important;
  }
  .theme-motorrad .header:has(.slick-slider) .container--content h1, .theme-motorrad .header:has(.slick-slider) .container--content h2, .theme-motorrad .header:has(.slick-slider) .container--content h3, .theme-motorrad .header:has(.slick-slider) .container--content h4, .theme-motorrad .header:has(.slick-slider) .container--content p {
    color: #fff;
  }
  .theme-motorrad .header .header__slider__wrapper {
    background-color: #16171a !important;
    position: relative;
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .theme-motorrad .header .header__slider__wrapper .header__slider__controls {
    position: relative;
    top: 0;
    background-color: #fff;
    color: #000;
  }
  .theme-mini .frame-overlay {
    display: none;
  }
  .theme-bmw .header .header__image {
    aspect-ratio: 4/3;
  }
  .theme-bmw .header .header__image:after {
    display: none !important;
  }
  .theme-bmw .header .container--content {
    background-color: #000000 !important;
    padding-top: 0 !important;
    padding-bottom: 24px;
  }
  .theme-bmw .header .container--content h1, .theme-bmw .header .container--content h2, .theme-bmw .header .container--content h3, .theme-bmw .header .container--content h4, .theme-bmw .header .container--content p {
    color: #fff;
  }
  .theme-bmw .header .container--content:before {
    height: 40px;
    top: -40px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.53) 31%, rgb(0, 0, 0) 59%, rgb(0, 0, 0) 100%);
  }
  .theme-bmw .header .container--content .header__content h1 {
    font-size: 33px;
  }
  .theme-bmw .header .container--content .header__content h1 br {
    display: none;
  }
  .theme-bmw .header .container--content .header__content h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  .theme-bmw .header .container--content .header__content h3 br {
    display: none;
  }
  .theme-bmw .header .header__slider__wrapper,
  .theme-bmw .header .header__slider__indicator {
    display: none;
  }
  .theme-bmwgroup .header .header__image {
    aspect-ratio: 4/3;
  }
  .theme-bmwgroup .header .header__image:after {
    display: none !important;
  }
  .theme-bmwgroup .header .container--content {
    background: rgba(16, 22, 44, 0.85);
    padding-top: 32px !important;
    padding-bottom: 32px;
  }
  .theme-bmwgroup .header .container--content h1, .theme-bmwgroup .header .container--content h2, .theme-bmwgroup .header .container--content h3, .theme-bmwgroup .header .container--content h4, .theme-bmwgroup .header .container--content p {
    color: #fff;
  }
  .theme-bmwgroup .header .container--content .header__content {
    text-align: left;
  }
  .theme-bmwgroup .header .container--content .header__content h1 {
    font-size: 28px;
  }
  .theme-bmwgroup .header .container--content .header__content h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  .theme-bmwgroup .header .container--content .fwpress-buttons {
    justify-content: flex-start;
    margin-top: 0;
  }
  .theme-bmwgroup .header .header__slider__wrapper,
  .theme-bmwgroup .header .header__slider__indicator {
    display: none;
  }
  .theme-mini .container--content {
    padding-top: 0 !important;
  }
  .theme-mini .header__content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .theme-mini .header__content .text-component {
    align-items: center;
    text-align: center;
  }
  .theme-mini .header.header--full .header__slide {
    height: unset;
  }
  .theme-mini .header .header__slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .theme-mini .header--default .header__slide {
    height: unset;
  }
  .theme-mini .header:has(.frame-overlay) .header__content {
    max-width: 100%;
  }
  .theme-mini .inner-wrapper--first-header > :nth-child(1 of .header) .container--content .header__content {
    padding-bottom: 0;
  }
  .header__slider__wrapper {
    display: none !important;
  }
  .header__badge {
    transform: scale(0.75);
    transform-origin: right top;
  }
}
@media screen and (max-width: 767px) {
  .header .fwpress-buttons {
    width: 100%;
  }
  .header__badge {
    transform: scale(0.5);
    right: 20px;
  }
}
.box {
  display: flex;
  padding: 18px;
  flex-direction: column;
  gap: 18px;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background-color: #fff;
}
.box__header {
  display: flex;
  width: 100%;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.box__title h3,
.box__title h4 {
  color: #222;
}
.box__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.data-table {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.2);
}
.data-table__header {
  display: flex;
  width: 100%;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.data-table__title {
  flex: 1;
}
.data-table__title h3,
.data-table__title h4 {
  color: #222;
}
.data-table__buttons {
  flex-shrink: 0;
  width: fit-content;
  display: flex;
  border-radius: 4px;
  border: 1px solid #a7a7a7;
  overflow: hidden;
}
.data-table__button {
  padding-left: 18px;
  padding-right: 18px;
  height: 36px;
  background-color: #fff;
  color: rgba(34, 34, 34, 0.6);
  align-items: center;
  border-right: 1px solid #a7a7a7;
  display: inline-flex;
  cursor: pointer;
}
.data-table__button:last-child {
  border-right: 0;
}
.data-table__button--active {
  color: #fff;
  background-color: #a7a7a7;
}
.data-table__items {
  display: flex;
  flex-direction: column;
}
.data-table__items.loading {
  min-height: 195px;
  max-height: 400px;
  overflow: hidden;
}
.data-table__item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  transition: background-color ease 0.15s;
}
.data-table__item:has([onclick]):hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.data-table__item:last-child {
  border-bottom: 0;
}
.data-table__item__row {
  display: flex;
  gap: 0 18px;
  padding: 18px;
}
.data-table__item__column--title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.data-table__item__column--last {
  margin-left: auto;
}

.data-list__label {
  color: rgba(34, 34, 34, 0.6);
}

.loading {
  position: relative;
  transition: none !important;
}
.loading:before {
  content: "Laden";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(42px);
  position: absolute;
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
}
.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3CradialGradient id='a3' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'%3E%3Cstop offset='0' stop-color='%230095DB'%3E%3C/stop%3E%3Cstop offset='.3' stop-color='%230095DB' stop-opacity='.9'%3E%3C/stop%3E%3Cstop offset='.6' stop-color='%230095DB' stop-opacity='.6'%3E%3C/stop%3E%3Cstop offset='.8' stop-color='%230095DB' stop-opacity='.3'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%230095DB' stop-opacity='0'%3E%3C/stop%3E%3C/radialGradient%3E%3Ccircle transform-origin='center' fill='none' stroke='url(%23a3)' stroke-width='15' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='spline' dur='2' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle transform-origin='center' fill='none' opacity='.2' stroke='%230095DB' stroke-width='15' stroke-linecap='round' cx='100' cy='100' r='70'%3E%3C/circle%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: none !important;
}

@media screen and (max-width: 675px) {
  .data-table__header {
    flex-wrap: wrap;
  }
  .data-table__item__row {
    flex-wrap: wrap;
    gap: 18px;
  }
  .data-table__item__column--title {
    flex-wrap: wrap;
    gap: 18px 9px;
  }
  .data-table__item__column--last {
    margin-left: unset;
    width: 100%;
  }
  .company__logo {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 500px) {
  .data-table__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@font-face {
  font-family: "bmw_next_icons_light";
  src: url("/wp-content/themes/fwpress/assets/fonts/bmw_next_icons_light.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/bmw_next_icons_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon {
  font-family: "bmw_next_icons_light" !important;
}

.divider {
  display: flex;
  gap: 18px;
}
.divider:before, .divider:after {
  content: "";
  background-color: rgba(34, 34, 34, 0.2);
  height: 2px;
  width: 18px;
  position: relative;
  top: 7px;
  flex-shrink: 0;
  flex-basis: 18px;
}
.divider--left {
  justify-content: flex-start;
}
.divider--left:after {
  flex-grow: 1;
}
.divider--center {
  justify-content: center;
}
.divider--center:before, .divider--center:after {
  flex-grow: 1;
  flex-shrink: 1;
}
.divider--right {
  justify-content: flex-end;
}
.divider--right:before {
  flex-grow: 1;
}
.divider__text {
  flex-grow: 1;
  flex-shrink: 1;
}
.divider > * {
  padding-bottom: 0 !important;
}

ul.wp-block-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
.theme-motorrad ul.wp-block-list {
  font-weight: 400;
  gap: 9px;
}
.theme-bmwgroup ul.wp-block-list {
  font-weight: 400;
  gap: 9px;
}
ul.wp-block-list li {
  display: list-item !important;
  font-weight: 300;
  line-height: 1.5;
}
.theme-motorrad ul.wp-block-list li {
  font-weight: 400;
}
.theme-bmwgroup ul.wp-block-list li {
  font-weight: 400;
}
ul.wp-block-list li ul:not([class]) {
  margin-left: 18px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-bottom: 0 !important;
  list-style-type: circle;
  padding-left: 0 !important;
}
ul.wp-block-list li .wp-block-list {
  margin-left: 18px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-bottom: 0 !important;
  list-style-type: circle;
}

ol.wp-block-list {
  list-style-position: outside;
  margin-left: 16px;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
.theme-motorrad ol.wp-block-list {
  font-weight: 400;
  gap: 9px;
}
.theme-bmwgroup ol.wp-block-list {
  font-weight: 400;
  gap: 9px;
}
ol.wp-block-list li {
  display: list-item !important;
  font-weight: 300;
  line-height: 1.5;
}
.theme-motorrad ol.wp-block-list li {
  font-weight: 400;
}
.theme-bmwgroup ol.wp-block-list li {
  font-weight: 400;
}

.checklist,
ul.wp-block-list.checklist {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
.checklist li,
ul.wp-block-list.checklist li {
  display: flex !important;
  list-style: none !important;
  align-items: flex-start;
  gap: 6px;
}
.checklist li:first-child,
ul.wp-block-list.checklist li:first-child {
  margin-top: 0;
}
.checklist li:last-child,
ul.wp-block-list.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li:before,
ul.wp-block-list.checklist li:before {
  content: "done";
  font-family: "Material Symbols Outlined" !important;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: inherit;
  position: relative;
  flex-shrink: 0;
}

.wp-block-list a {
  color: #262626;
  font-weight: bold;
  text-decoration: underline;
}
.wp-block-list a:hover {
  color: #1c69d4;
}
.wp-block-list + .fwpress-buttons {
  padding-top: 0 !important;
}

*:has(+ .wp-block-list) {
  margin-bottom: 24px;
}

.block-list-alt {
  list-style: none !important;
  counter-reset: item 0;
  list-style-type: none !important;
}
.block-list-alt li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  counter-increment: item;
  padding-left: 32px;
  position: relative;
  list-style: none;
}
.block-list-alt li:first-child {
  border-top: 1px solid #e6e6e6;
}
.block-list-alt li:before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  top: 12px;
}

.toggles {
  display: flex;
  flex-direction: column;
}

.toggle {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: inherit;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
}
.toggle:hover {
  position: relative;
  z-index: 1;
}
.theme-mini .toggle:has(.toggle__top:hover) {
  border-bottom: 2px solid #017ea4;
}
.toggle__top {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.toggle__top:hover .toggle__title p {
  color: #1c69d4;
}
.theme-mini .toggle__top:hover .toggle__title p {
  color: #017ea4;
}
.theme-bmwgroup .toggle__top:hover .toggle__title p {
  color: #04829a;
}
.toggle__top:hover .toggle__controls:before {
  color: #1c69d4;
}
.theme-mini .toggle__top:hover .toggle__controls:before {
  color: #017ea4;
}
.theme-bmwgroup .toggle__top:hover .toggle__controls:before {
  color: #04829a;
}
.toggle__controls {
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.toggle__controls:before {
  content: "\e9a5";
  font-size: 24px;
  font-weight: 400;
  color: #262626;
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  transition: transform 0.5s ease-in-out;
}
.toggle--active .toggle__controls::before {
  transform: rotate(-180deg);
}
.toggle__title {
  flex: 1;
  padding: 8px;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.toggle__title * {
  padding: 0;
}
.toggle__title p {
  display: flex;
  color: #262626;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.theme-bmw .toggle__title p {
  font-weight: 300;
  font-size: 25px;
}
.theme-mini .toggle__title p {
  font-size: 18px;
}
.theme-mini .toggle__title {
  min-height: 60px;
}
.toggle__content {
  padding: 12px 8px 48px 8px;
  display: none;
}
.toggle__content .text-component > *:last-child {
  padding: 0;
}
.toggle--active .toggle__content {
  display: block;
}
.theme-bmw .toggle__content *:not(.wp-block-list) + h4 {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .col.areoi-element:has(.toggles) {
    width: 100%;
    flex-basis: 100%;
  }
}
.tabs {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tabs__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  overflow-y: auto;
  cursor: grab;
  overflow: auto;
  scrollbar-width: none;
}
.theme-motorrad .tabs__top {
  justify-content: center;
}
.tabs__top.is-dragging {
  cursor: grabbing;
}
.tabs__top.mask--left {
  mask: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 96px);
  visibility: visible;
}
.theme-motorrad .tabs__top.mask--left {
  justify-content: flex-start;
}
.tabs__top.mask--right {
  mask: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 96px);
  visibility: visible;
}
.theme-motorrad .tabs__top.mask--right {
  justify-content: flex-start;
}
.tabs__top.mask--left.mask--right {
  mask: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 96px) right, linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 96px) left;
  mask-repeat: no-repeat;
  mask-size: 51% 100%;
  visibility: visible;
}
.theme-motorrad .tabs__top.mask--left.mask--right {
  justify-content: flex-start;
}
.tabs__top .slick-list {
  width: auto;
  padding: 0px !important;
}
.tabs__top .slick-list .slick-track .slick-slide {
  display: flex;
}
.tabs__top .slick-list .slick-track .slick-slide > div {
  width: 100%;
  display: flex;
}
.tabs__top .slick-list .slick-track .slick-slide.slick-current .tab__title {
  border-bottom: 4px solid #4d4d4d;
}
.tabs__top .slick-list .slick-track .slick-slide.slick-current .tab__title p {
  color: #262626;
}
.tabs .slick-prev:before {
  color: #4d4d4d;
  opacity: 1;
}
.tabs .slick-prev:hover:before {
  color: #262626;
}
.tabs .slick-next:before {
  color: #4d4d4d;
  opacity: 1;
}
.tabs .slick-next:hover:before {
  color: #262626;
}

.tab__title {
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
  margin: 0 7.5px;
  margin: 0;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}
.theme-motorrad .tab__title {
  padding: 15px 20px 15px 20px;
  border: solid 2px #f2f2f2;
  box-shadow: unset;
  flex-direction: column;
}
.theme-motorrad .tab__title:after {
  font-weight: bold;
  display: block;
  content: attr(data-text);
  height: 1px;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.tab__title p {
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #666666;
  white-space: nowrap;
  font-size: 15px;
}
.theme-motorrad .tab__title p {
  font-weight: 400;
  color: #16171a;
  font-size: 16px;
  line-height: 1.5;
}
.tab__title:hover {
  box-shadow: inset 0 -4px 0 0 #1c69d4;
}
.theme-motorrad .tab__title:hover {
  box-shadow: unset !important;
}
.tab__title:hover p {
  color: #1c69d4;
}
.theme-motorrad .tab__title:hover p {
  color: #16171a;
  font-weight: bold;
}
.tab__title.active {
  box-shadow: inset 0 -4px 0 0 #262626;
}
.theme-motorrad .tab__title.active {
  background-color: var(--wp--preset--color--motorrad-grey);
  box-shadow: unset !important;
}
.theme-motorrad .tab__title.active p {
  text-decoration: underline;
  font-weight: bold;
}
.tab__title.active p {
  color: #262626;
}
.tab__top {
  display: none;
}
.tab__base {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: var(--wp--preset--spacing--small);
}
.theme-motorrad .tab__base {
  background-color: var(--wp--preset--color--motorrad-grey);
  padding-bottom: var(--wp--preset--spacing--small);
}
.tab__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.theme-motorrad .tab__content {
  background-color: var(--wp--preset--color--motorrad-grey);
}
.tab__content .text-component {
  width: 100%;
}
.tab__content .banners {
  display: block;
}

@media screen and (max-width: 520px) {
  .tabs .slick-prev {
    left: -18px;
  }
  .tabs .slick-next {
    right: -18px;
  }
  .tabs .slick-prev,
  .tabs .slick-next {
    width: 20px;
    height: 20px;
    top: 30vw;
  }
  .tabs .slick-prev:before,
  .tabs .slick-next:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .tabs .banners .banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.quote {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: var(--wp--preset--spacing--small);
  min-height: var(--wp--preset--spacing--small);
  justify-content: center;
}
.quote.has-background {
  padding: var(--wp--preset--spacing--x-small);
  border-radius: 4px;
}
.quote.has-background.has-primary-background-color .quote__quote,
.quote.has-background.has-primary-background-color .quote__byline {
  color: #fff;
}
.quote.has-background.has-brown-background-color .quote__quote,
.quote.has-background.has-brown-background-color .quote__byline {
  color: #fff;
}
.quote.has-background.has-brown-background-color .quote__quote:before,
.quote.has-background.has-brown-background-color .quote__byline:before {
  color: #fff;
}
.quote__quote {
  font-size: var(--wp--preset--font-size--large-paragraph);
  font-style: italic;
  font-weight: 400;
}
.quote__quote:before {
  content: "format_quote";
  display: inline;
  font-size: 24px;
  color: var(--wp--preset--color--primary);
  line-height: 18px;
  font-family: "Material Symbols Outlined";
  position: relative;
  margin-right: 4px;
  font-size: 18px;
}
.quote__byline {
  display: flex;
  gap: 12px;
  align-items: center;
}
.quote__byline__content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.quote__image {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.quote__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.quote__name {
  font-weight: bold;
  text-box: trim-both cap alphabetic;
}
.quote__function {
  opacity: 0.8;
  text-box: trim-both cap alphabetic;
  font-size: 14px;
}

.advantage {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 25px;
}
.advantage__content {
  width: 50%;
  padding-top: 30px;
}
.advantage__list {
  width: calc(50% - 15px);
  margin-left: 15px;
  border-left: 2px solid #bbb;
  padding-bottom: 105px;
  padding-top: 60px;
}
.advantage__list h2 {
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 15px solid #bbb;
  margin-left: -15px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
  padding-bottom: 0px;
}
.advantage__list ul.list {
  margin-top: -25.5px;
  margin-bottom: -15px;
  padding-left: 30px;
  list-style: none;
}
.advantage__list ul.list li {
  width: 100%;
  color: #262626;
  margin: 0px;
  border-bottom: 1px solid #bbb;
  padding-top: 16px;
  padding-bottom: 12px;
  display: table;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.advantage__list ul.list li .numer__number {
  padding-right: 15px;
  color: #4d4d4d;
  display: table-cell;
}
.advantage__list ul.list li .numer__text {
  display: table-cell;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .advantage {
    flex-wrap: wrap;
  }
  .advantage__content {
    width: 100%;
    padding-bottom: 60px;
  }
  .advantage__list {
    width: 100%;
  }
  .advantage__list h2 {
    font-size: 29px;
    line-height: 41px;
    margin-bottom: 15px;
  }
}
.usps {
  width: 100%;
  display: flex;
  justify-content: center;
}
.usps .usp {
  width: 25%;
}
.usps .usp__image {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 12px;
}
.usps .usp__image .image {
  aspect-ratio: 1/1;
}
.usps .usp__image .image img {
  width: 64px;
  height: 64px;
  display: block;
  aspect-ratio: 1/1;
}
.usps .usp__image .image .icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px;
}
.usps .usp__image .image .icon:before {
  display: none !important;
}
.usps .usp__content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 12px 0px 12px;
}
.usps .usp__content h3 {
  width: 100%;
  text-align: center;
}
.usps .usp__content p:empty {
  display: none;
}
.usps .usp__content .fwpress-buttons {
  padding-bottom: 0px;
}
.usps .wp-block-acf-usp-image-content {
  width: 25%;
}
.usps .wp-block-acf-usp-image-content .usp {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .usps .usp__image .image .icon {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .usps {
    flex-direction: column;
  }
  .usps .usp {
    width: 100%;
    margin-bottom: 24px;
  }
}
.slider {
  margin-bottom: var(--wp--preset--spacing--small);
  display: flex;
}
.slider .slick-slide > div {
  display: flex;
}
.slider .slick-list {
  border-radius: 9px;
}

.slide {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  display: flex;
}
.slide--empty {
  background-color: #a8e3ff;
}
.slide__image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide__image img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}
.slide__content {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #a8e3ff;
  border-top-right-radius: 9px;
  padding: var(--wp--preset--spacing--small);
  width: 66.66%;
}

@media screen and (max-width: 600px) {
  .slide .slide__image {
    border-radius: 0;
  }
  .slide .slide__content {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}
.dealers {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  border-top: 1px solid #e6e6e6;
}
.dealers__buttons {
  --button-height: 36px;
}
.dealers__buttons .fwpress-button {
  gap: 9px;
  align-items: center;
  border-radius: 0;
  font-size: 15px;
  padding-left: 18px;
  padding-right: 18px;
  min-width: unset;
}
.dealers__buttons .fwpress-button .fwpress-button__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.dealers__buttons .fwpress-button .fwpress-button__icon:before {
  font-family: var(--icon-font-bmw);
  content: "plus";
  font-size: 20px;
  color: currentColor;
  width: 20px;
  height: 20px;
}
.dealers__buttons .fwpress-button.selected {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
.dealers__buttons .fwpress-button.selected .fwpress-button__icon {
  transform: rotate(45deg);
}
.dealers__container {
  display: flex;
  border-radius: 9px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.dealers__info {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #fff;
  padding: 24px;
  width: 33.33%;
}
.dealers__info .text-component--dealergroup {
  display: none;
}
.dealers--active .dealers__info .text-component--empty {
  display: none;
}
.dealers__locator {
  margin-bottom: 36px;
  position: relative;
}
.dealers__locator input {
  height: 52px;
  border: 1px solid rgb(187, 187, 187) !important;
  border-radius: 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 72px !important;
  padding-left: 18px;
}
.dealers__locator input::-webkit-input-placeholder {
  font-style: normal !important;
  color: #666 !important;
}

.dealers__locator input:-moz-placeholder {
  font-style: normal !important;
  color: #666 !important;
}

.dealers__locator input::-moz-placeholder {
  font-style: normal !important;
  color: #666 !important;
}

.dealers__locator input:-ms-input-placeholder {
  font-style: normal !important;
  color: #666 !important;
}

.dealers__locator__navigator {
  width: 52px;
  height: 52px;
  background: transparent;
  border: none;
  cursor: pointer;
  animation: auto ease 0s 1 normal none running none;
  pointer-events: all;
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02IDhDNy4xMDQ1NyA4IDggNy4xMDQ1NyA4IDZDOCA0Ljg5NTQzIDcuMTA0NTcgNCA2IDRDNC44OTU0MyA0IDQgNC44OTU0MyA0IDZDNCA3LjEwNDU3IDQuODk1NDMgOCA2IDhaIiBmaWxsPSIjNjY2NjY2Ii8+CiAgICA8cGF0aCBkPSJNMTIgNS4zMzMzM0gxMC42MTMzQzEwLjMyMDcgMy4yOTEzMyA4LjcwODY3IDEuNjc5MzMgNi42NjY2NyAxLjM4NjY3VjBINS4zMzMzM1YxLjM4NjY3QzMuMjkxMzMgMS42NzkzMyAxLjY3OTMzIDMuMjkxMzMgMS4zODY2NyA1LjMzMzMzSDBWNi42NjY2N0gxLjM4NjY3QzEuNjc5MzMgOC43MDg2NyAzLjI5MTMzIDEwLjMyMDcgNS4zMzMzMyAxMC42MTMzVjEySDYuNjY2NjdWMTAuNjEzM0M4LjcwODY3IDEwLjMyMDcgMTAuMzIwNyA4LjcwODY3IDEwLjYxMzMgNi42NjY2N0gxMlY1LjMzMzMzWk02IDkuMzMzMzNDNC4xNjIgOS4zMzMzMyAyLjY2NjY3IDcuODM4IDIuNjY2NjcgNkMyLjY2NjY3IDQuMTYyIDQuMTYyIDIuNjY2NjcgNiAyLjY2NjY3QzcuODM4IDIuNjY2NjcgOS4zMzMzMyA0LjE2MiA5LjMzMzMzIDZDOS4zMzMzMyA3LjgzOCA3LjgzOCA5LjMzMzMzIDYgOS4zMzMzM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9zdmc+Cg==) center center/auto 16px no-repeat;
  right: 0;
  top: 0;
  position: absolute;
}
.dealers__locator__suggestions {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.dealers__locator__suggestions__item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid rgb(242, 242, 242);
}
.dealers__locator__suggestions__item:hover, .dealers__locator__suggestions__item.highlighted {
  background-color: rgb(242, 242, 242);
}
.dealers__locator__empty {
  display: block;
  width: 20px;
  height: 52px;
  line-height: 52px;
  transform: rotate(45deg);
  background-color: transparent;
  outline: 0;
  border: 0;
  appearance: none;
  position: absolute;
  right: 42px;
  top: 0;
  padding: 0;
  display: none;
  cursor: pointer;
}
.dealers__locator__empty:before {
  font-family: var(--icon-font-bmw);
  content: "plus";
  font-size: 20px;
  color: #666;
  font-weight: bold;
}
.dealers__map {
  width: 66.66%;
  aspect-ratio: 1/1;
  flex-grow: 0;
  flex-shrink: 0;
}
.dealers__map .mapboxgl-control-container {
  display: none;
}
.dealers__locations {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 36px;
  flex-direction: column;
}
.dealers__locations li {
  display: flex;
  gap: 9px;
  font-weight: 300;
}
.dealers__locations li:before {
  content: "-";
  flex-grow: 0;
  flex-shrink: 0;
}

#map {
  font-family: "BMWTypeNext";
}

.custom-marker {
  background-image: url(assets/images/mapbox/marker.png);
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mapboxgl-popup-content {
  padding: 24px;
  border-radius: 9px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 300px;
}

@media screen and (max-width: 991px) {
  .dealers__buttons {
    padding-bottom: 0;
  }
  .dealers__container {
    flex-direction: column;
  }
  .dealers__container > * {
    width: 100%;
  }
}
.post-type-archive-nieuws.theme-bmwgroup h1 {
  font-size: 38px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
.post-type-archive-nieuws.theme-bmwgroup h1 b, .post-type-archive-nieuws.theme-bmwgroup h1 strong {
  font-weight: 700;
}
.post-type-archive-nieuws.theme-bmwgroup h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
}
.post-type-archive-nieuws.theme-bmwgroup h2 b, .post-type-archive-nieuws.theme-bmwgroup h2 strong {
  font-weight: 700;
}
.post-type-archive-nieuws .news__filters {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid rgba(16, 22, 44, 0.3019607843);
  min-height: 100%;
  position: sticky;
}
@media screen and (min-width: 992px) {
  .post-type-archive-nieuws .news__filters {
    position: sticky;
    top: 104px;
  }
}
.post-type-archive-nieuws .news__filters__title {
  font-weight: 300;
  font-size: 14px;
  text-box: trim-both cap alphabetic;
}
.post-type-archive-nieuws .news__filters .news__filter {
  display: inline-flex;
  width: fit-content;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  border: 1px solid #262626;
  background-color: #fff;
  appearance: none;
  outline: 0;
  text-decoration: none;
  gap: 4px;
  padding-left: 12px;
  padding-right: 12px;
  height: 38px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.post-type-archive-nieuws .news__filters .news__filter.is-active {
  color: #fff;
  background-color: #173b68;
}
.post-type-archive-nieuws .news__filters .news__filter:not(.is-active):hover {
  background-color: rgba(16, 22, 44, 0.1019607843);
}
.post-type-archive-nieuws .news__filters .news__filter .news__filter__label {
  line-height: 1;
}
.post-type-archive-nieuws .news__filters .news__filter .material-symbols-outlined {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.news__item {
  color: inherit;
}
.news__item:hover .banner__image img {
  transform: scale(1.1);
  transition: transform 750ms ease-in-out;
}
.news__item .banner__image {
  position: relative;
  aspect-ratio: 4/3;
}
.news__item .banner__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.news__item .banner__image .news__item__image__inner {
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
.news__item__content {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news__item__content__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news__item__date, .news__item__category, .news__item__reading-time {
  color: #09bacf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-box: trim-both cap alphabetic;
}
.news__item__content__top__divider {
  color: #09bacf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.news__item__reading-time {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.news__item__reading-time .material-symbols-outlined {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.news__item__title {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
}
.news__item__buttons {
  margin-top: 0;
  padding-top: 0;
}

.single-nieuws {
  text-wrap: unset;
}
.single-nieuws.theme-bmwgroup h1 {
  font-size: 38px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-nieuws.theme-bmwgroup h1 b, .single-nieuws.theme-bmwgroup h1 strong {
  font-weight: 700;
}
.single-nieuws.theme-bmwgroup h1:first-line {
  font-weight: 700;
}
.single-nieuws.theme-bmwgroup h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-nieuws.theme-bmwgroup h2 b, .single-nieuws.theme-bmwgroup h2 strong {
  font-weight: 700;
}
.single-nieuws.theme-bmwgroup h2:first-line {
  font-weight: 700;
}
.single-nieuws.theme-bmwgroup p {
  max-width: 1100px;
}
.single-nieuws .text-component ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  line-height: 1.5;
  font-weight: 400;
  gap: 9px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.single-nieuws .text-component ul li {
  display: list-item !important;
}

.related-news__label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  display: flex;
  width: 100%;
}
.slick-initialized .slick-slide > div {
  width: 100%;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}
.slick-prev:before,
.slick-next:before {
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.slick-prev,
.slick-next {
  width: 36px;
  height: 36px;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 18px);
  padding: 0;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 0.6;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -36px;
}

.slick-next {
  right: -36px;
}
.slick-next:before {
  content: "chevron_right";
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  list-style: none;
  gap: 9px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000;
  opacity: 0.6;
  font-size: 0;
  color: transparent;
  border: 0;
  outline: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #000;
  opacity: 1;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
  --shadow-color: rgba(#222,0.3);
  box-shadow: 0 0.5px 0.6px var(--shadow-color), 0 1.7px 1.9px -0.8px var(--shadow-color), 0 4.3px 4.8px -1.7px var(--shadow-color), -0.1px 10.6px 11.9px -2.5px var(--shadow-color);
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #1c69d4;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #1c69d4;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #1c69d4;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #1c69d4;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #1c69d4;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #1c69d4;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #0653b6;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #1c69d4;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #1c69d4;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #1c69d4)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

.theme-bmwgroup {
  font-family: "BMWGroupTNProTT";
  font-size: 18px;
  line-height: 1.8;
  color: #262626;
}
.theme-bmwgroup h1, .theme-bmwgroup h2, .theme-bmwgroup h3, .theme-bmwgroup h4, .theme-bmwgroup h5, .theme-bmwgroup h6 {
  font-family: "BMWGroupTNProTT";
  text-box: trim-both cap alphabetic;
  margin: 0;
}
.theme-bmwgroup h1 {
  font-size: 43px;
  padding-bottom: 43px;
  line-height: 1.3;
}
.theme-bmwgroup h2 {
  font-size: 35px;
  padding-bottom: 35px;
  line-height: 1.4;
}
.theme-bmwgroup h3 {
  font-size: 28px;
  padding-bottom: 28px;
  line-height: 1.4;
}
.theme-bmwgroup h4 {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.theme-bmwgroup .has-content-title-font-size {
  text-transform: uppercase;
  font-weight: 700;
}
.theme-bmwgroup .has-small-font-size {
  padding-bottom: 8px;
}
.theme-bmwgroup .has-bmw-group-turqoise-color {
  color: #04829a !important;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color:before, .theme-bmwgroup .has-bmw-group-pattern-background-color:after {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 400px;
  height: 520px;
  border-radius: 50%;
  content: "";
  filter: blur(20px);
  opacity: 0.2;
  mix-blend-mode: normal;
  animation: 44s -27s background-move infinite ease-in-out alternate;
  z-index: 0;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color:before {
  background-color: #173b68;
  animation-duration: 54s;
  animation-delay: -27s;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color:after {
  background-color: #4b277b;
  animation-duration: 63s;
  animation-delay: -32s;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color .fwpress-link--primary,
.theme-bmwgroup .has-bmw-group-pattern-background-color .fwpress-button--outline {
  color: #fff;
}
.theme-bmwgroup .has-bmw-group-pattern-background-color .content-wrapper {
  position: relative;
  z-index: 1;
}
.theme-bmwgroup .has-bmw-group-darkblue-gradient-background-color {
  background: radial-gradient(ellipse at top left, rgba(16, 22, 44, 0.9) 0%, rgba(23, 59, 104, 0.9) 100%);
  background-size: 100% 360%;
}
@keyframes background-move {
  from {
    transform: rotate(0) scale(0.7) translate(-50vw, 10vh);
  }
  to {
    transform: rotate(360deg) scale(2) translate(20vw, -10vh);
  }
}

@font-face {
  font-family: "bmw_next_icons";
  src: url("/wp-content/themes/fwpress/assets/fonts/fontello.eot?70680669");
  src: url("/wp-content/themes/fwpress/assets/fonts/fontello.eot?70680669#iefix") format("embedded-opentype"), url("/wp-content/themes/fwpress/assets/fonts/fontello.woff2?70680669") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/fontello.woff?70680669") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/fontello.ttf?70680669") format("truetype"), url("/wp-content/themes/fwpress/assets/fonts/fontello.svg?70680669#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bmw-icon-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.bmw-icon-wrapper.left {
  justify-content: flex-start;
}
.bmw-icon-wrapper.center {
  justify-content: center;
}
.bmw-icon-wrapper.right {
  justify-content: flex-end;
}

.bmw-icon {
  width: 48px;
  height: 48px;
  font-size: 48px;
  width: 64px;
  height: 64px;
  font-size: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[class^=bmw-icon-]:before, [class*=" bmw-icon-"]:before {
  font-family: "bmw_next_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: inherit;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: inherit;
}

.bmw-icon-brain:before {
  content: "\e800";
} /* '' */
.bmw-icon-graph_chart_arrow:before {
  content: "\e801";
} /* '' */
.bmw-icon-graph_normal_distribution:before {
  content: "\e802";
} /* '' */
.bmw-icon-employee_badge:before {
  content: "\e803";
} /* '' */
.bmw-icon-esg:before {
  content: "\e804";
} /* '' */
.bmw-icon-earth_and_plant:before {
  content: "\e805";
} /* '' */
.bmw-icon-bmw_and_paragraph:before {
  content: "\e806";
} /* '' */
.bmw-icon-line_up_arrow_on_hand:before {
  content: "\e807";
} /* '' */
.bmw-icon-360_sustainability:before {
  content: "\e808";
} /* '' */
.bmw-icon-butterfly_and_plant:before {
  content: "\e809";
} /* '' */
.bmw-icon-magnifying_glass_and_plant:before {
  content: "\e80a";
} /* '' */
.bmw-icon-bird_on_hand:before {
  content: "\e80b";
} /* '' */
.bmw-icon-frog_on_hand:before {
  content: "\e80c";
} /* '' */
.bmw-icon-bee_on_hand:before {
  content: "\e80d";
} /* '' */
.bmw-icon-nesting_box:before {
  content: "\e80e";
} /* '' */
.bmw-icon-honeycombs_and_drop:before {
  content: "\e80f";
} /* '' */
.bmw-icon-honeycombs_and_bee:before {
  content: "\e810";
} /* '' */
.bmw-icon-apple_on_hand:before {
  content: "\e811";
} /* '' */
.bmw-icon-flowering_meadow:before {
  content: "\e812";
} /* '' */
.bmw-icon-plant_with_roots:before {
  content: "\e813";
} /* '' */
.bmw-icon-hand_and_seeds:before {
  content: "\e814";
} /* '' */
.bmw-icon-tree:before {
  content: "\e815";
} /* '' */
.bmw-icon-lawn_mower:before {
  content: "\e816";
} /* '' */
.bmw-icon-house_and_plant:before {
  content: "\e817";
} /* '' */
.bmw-icon-waste_volume:before {
  content: "\e818";
} /* '' */
.bmw-icon-raised_garden_bed:before {
  content: "\e819";
} /* '' */
.bmw-icon-magnifying_glass_and_bee:before {
  content: "\e81a";
} /* '' */
.bmw-icon-earth_and_thermometer:before {
  content: "\e81b";
} /* '' */
.bmw-icon-earth_and_hourglass:before {
  content: "\e81c";
} /* '' */
.bmw-icon-arrows_three_clockwise:before {
  content: "\e81d";
} /* '' */
.bmw-icon-plant_on_hand:before {
  content: "\e81e";
} /* '' */
.bmw-icon-flask_with_euro_symbol:before {
  content: "\e81f";
} /* '' */
.bmw-icon-paper_with_paragraph_and_electricity:before {
  content: "\e820";
} /* '' */
.bmw-icon-eu_energy_label:before {
  content: "\e821";
} /* '' */
.bmw-icon-drop_on_hand:before {
  content: "\e822";
} /* '' */
.bmw-icon-house_and_radiator:before {
  content: "\e823";
} /* '' */
.bmw-icon-wind_turbine:before {
  content: "\e824";
} /* '' */
.bmw-icon-water_wheel_electricity:before {
  content: "\e825";
} /* '' */
.bmw-icon-sun_and_solar_panel:before {
  content: "\e826";
} /* '' */
.bmw-icon-paper_and_plug:before {
  content: "\e827";
} /* '' */
.bmw-icon-paper_and_recycling_symbol:before {
  content: "\e828";
} /* '' */
.bmw-icon-battery_and_roof:before {
  content: "\e829";
} /* '' */
.bmw-icon-leaf_and_plug:before {
  content: "\e82a";
} /* '' */
.bmw-icon-leaf_and_h2:before {
  content: "\e82b";
} /* '' */
.bmw-icon-pipeline_and_plant:before {
  content: "\e82c";
} /* '' */
.bmw-icon-footprint_and_co2:before {
  content: "\e82d";
} /* '' */
.bmw-icon-chart_co2:before {
  content: "\e82e";
} /* '' */
.bmw-icon-co2_and_arrow_down:before {
  content: "\e82f";
} /* '' */
.bmw-icon-combined_heat_and_power:before {
  content: "\e830";
} /* '' */
.bmw-icon-hydrogen_production:before {
  content: "\e831";
} /* '' */
.bmw-icon-hydrogen_storage:before {
  content: "\e832";
} /* '' */
.bmw-icon-hydrogen_pipeline:before {
  content: "\e833";
} /* '' */
.bmw-icon-hydrogen_burner:before {
  content: "\e834";
} /* '' */
.bmw-icon-forklift_hydrogen:before {
  content: "\e835";
} /* '' */
.bmw-icon-truck_hydrogen:before {
  content: "\e836";
} /* '' */
.bmw-icon-special_vehicle_hydrogen:before {
  content: "\e837";
} /* '' */
.bmw-icon-heartbeat_on_hand:before {
  content: "\e838";
} /* '' */
.bmw-icon-graduation_cap_on_hand:before {
  content: "\e839";
} /* '' */
.bmw-icon-family_and_heart:before {
  content: "\e83a";
} /* '' */
.bmw-icon-group_of_diverse_people:before {
  content: "\e83b";
} /* '' */
.bmw-icon-group_of_people_and_wheelchair:before {
  content: "\e83c";
} /* '' */
.bmw-icon-tree_and_bench:before {
  content: "\e83d";
} /* '' */
.bmw-icon-gear_in_hand:before {
  content: "\e83e";
} /* '' */
.bmw-icon-pointing_teacher_and_audience:before {
  content: "\e83f";
} /* '' */
.bmw-icon-heartbeat:before {
  content: "\e840";
} /* '' */
.bmw-icon-person_sitting_at_desk:before {
  content: "\e841";
} /* '' */
.bmw-icon-barbell:before {
  content: "\e842";
} /* '' */
.bmw-icon-head_and_book:before {
  content: "\e843";
} /* '' */
.bmw-icon-group_on_hand:before {
  content: "\e844";
} /* '' */
.bmw-icon-sign_language:before {
  content: "\e845";
} /* '' */
.bmw-icon-bmw_and_heart:before {
  content: "\e846";
} /* '' */
.bmw-icon-briefcase_and_clock:before {
  content: "\e847";
} /* '' */
.bmw-icon-secondary_raw_materials:before {
  content: "\e848";
} /* '' */
.bmw-icon-arrows_circular_and_lightning:before {
  content: "\e849";
} /* '' */
.bmw-icon-globe_and_plug:before {
  content: "\e84a";
} /* '' */
.bmw-icon-mine_cart_and_plant:before {
  content: "\e84b";
} /* '' */
.bmw-icon-leather_and_plant:before {
  content: "\e84c";
} /* '' */
.bmw-icon-leather_slash:before {
  content: "\e84d";
} /* '' */
.bmw-icon-bee:before {
  content: "\e84e";
} /* '' */
.bmw-icon-steel_beam_and_plant:before {
  content: "\e84f";
} /* '' */
.bmw-icon-recycled_aluminium:before {
  content: "\e850";
} /* '' */
.bmw-icon-circular_arrows_and_plant:before {
  content: "\e851";
} /* '' */
.bmw-icon-sustainability_logo:before {
  content: "\e852";
} /* '' */
.bmw-icon-diamond:before {
  content: "\e853";
} /* '' */
.bmw-icon-card_hand_checkmark:before {
  content: "\e854";
} /* '' */
.bmw-icon-gauge_plug_limit:before {
  content: "\e855";
} /* '' */
.bmw-icon-battery_cell_loading:before {
  content: "\e856";
} /* '' */
.bmw-icon-lightning_bolt:before {
  content: "\e857";
} /* '' */
.bmw-icon-plug_crossed_out:before {
  content: "\e858";
} /* '' */
.bmw-icon-charging_wallbox:before {
  content: "\e859";
} /* '' */
.bmw-icon-battery_cell_0:before {
  content: "\e85a";
} /* '' */
.bmw-icon-battery_cell_5:before {
  content: "\e85b";
} /* '' */
.bmw-icon-battery_cell_25:before {
  content: "\e85c";
} /* '' */
.bmw-icon-battery_cell_50:before {
  content: "\e85d";
} /* '' */
.bmw-icon-battery_cell_75:before {
  content: "\e85e";
} /* '' */
.bmw-icon-battery_cell_100:before {
  content: "\e85f";
} /* '' */
.bmw-icon-battery_cell_warning:before {
  content: "\e860";
} /* '' */
.bmw-icon-usb_logo:before {
  content: "\e861";
} /* '' */
.bmw-icon-usb_stick:before {
  content: "\e862";
} /* '' */
.bmw-icon-automate_my_habits:before {
  content: "\e863";
} /* '' */
.bmw-icon-globe_and_navigation_arrow:before {
  content: "\e864";
} /* '' */
.bmw-icon-car_with_rhombuses:before {
  content: "\e865";
} /* '' */
.bmw-icon-wallbox_and_card:before {
  content: "\e866";
} /* '' */
.bmw-icon-i4x4:before {
  content: "\e867";
} /* '' */
.bmw-icon-error_sign:before {
  content: "\e868";
} /* '' */
.bmw-icon-speech_bubble_face:before {
  content: "\e869";
} /* '' */
.bmw-icon-speech_bubble_robot:before {
  content: "\e86a";
} /* '' */
.bmw-icon-person_it:before {
  content: "\e86b";
} /* '' */
.bmw-icon-people_group_and_br:before {
  content: "\e86c";
} /* '' */
.bmw-icon-vehicle_check_bev:before {
  content: "\e86d";
} /* '' */
.bmw-icon-gear_oil_service:before {
  content: "\e86e";
} /* '' */
.bmw-icon-compare_filled:before {
  content: "\e86f";
} /* '' */
.bmw-icon-car_and_wrench:before {
  content: "\e870";
} /* '' */
.bmw-icon-engine_shower:before {
  content: "\e871";
} /* '' */
.bmw-icon-engine_check:before {
  content: "\e872";
} /* '' */
.bmw-icon-engine_reconditioning:before {
  content: "\e873";
} /* '' */
.bmw-icon-notebook_with_checkmarks:before {
  content: "\e874";
} /* '' */
.bmw-icon-information_desk:before {
  content: "\e875";
} /* '' */
.bmw-icon-paper_bag:before {
  content: "\e876";
} /* '' */
.bmw-icon-people_group_on_circle:before {
  content: "\e877";
} /* '' */
.bmw-icon-exit_door:before {
  content: "\e878";
} /* '' */
.bmw-icon-creative_space:before {
  content: "\e879";
} /* '' */
.bmw-icon-wc:before {
  content: "\e87a";
} /* '' */
.bmw-icon-wc_female:before {
  content: "\e87b";
} /* '' */
.bmw-icon-wc_male:before {
  content: "\e87c";
} /* '' */
.bmw-icon-wc_unisex:before {
  content: "\e87d";
} /* '' */
.bmw-icon-wc_disabled:before {
  content: "\e87e";
} /* '' */
.bmw-icon-wc_unisex_and_disabled:before {
  content: "\e87f";
} /* '' */
.bmw-icon-lift_for_disabled:before {
  content: "\e880";
} /* '' */
.bmw-icon-cloakroom:before {
  content: "\e881";
} /* '' */
.bmw-icon-lift:before {
  content: "\e882";
} /* '' */
.bmw-icon-entrance:before {
  content: "\e883";
} /* '' */
.bmw-icon-exit:before {
  content: "\e884";
} /* '' */
.bmw-icon-baby_changing_room:before {
  content: "\e885";
} /* '' */
.bmw-icon-wallbox_warning:before {
  content: "\e886";
} /* '' */
.bmw-icon-wallbox_pause:before {
  content: "\e887";
} /* '' */
.bmw-icon-leaf:before {
  content: "\e888";
} /* '' */
.bmw-icon-microphone_and_headphone:before {
  content: "\e889";
} /* '' */
.bmw-icon-shield_with_ip:before {
  content: "\e88a";
} /* '' */
.bmw-icon-light_bulb_radiating:before {
  content: "\e88b";
} /* '' */
.bmw-icon-gear_and_bulb:before {
  content: "\e88c";
} /* '' */
.bmw-icon-document_with_light_bulb:before {
  content: "\e88d";
} /* '' */
.bmw-icon-document_with_light_bulb_and_seal:before {
  content: "\e88e";
} /* '' */
.bmw-icon-document_with_tm_and_seal:before {
  content: "\e88f";
} /* '' */
.bmw-icon-globe_with_com:before {
  content: "\e890";
} /* '' */
.bmw-icon-rear_vehicle_side_window_with_seal:before {
  content: "\e891";
} /* '' */
.bmw-icon-shield_with_ip_on_hand:before {
  content: "\e892";
} /* '' */
.bmw-icon-monitor_with_magnifying_glass:before {
  content: "\e893";
} /* '' */
.bmw-icon-factory_building:before {
  content: "\e894";
} /* '' */
.bmw-icon-factory_building_and_leafs:before {
  content: "\e895";
} /* '' */
.bmw-icon-factory_building_and_sun:before {
  content: "\e896";
} /* '' */
.bmw-icon-factory_building_and_wind_turbine:before {
  content: "\e897";
} /* '' */
.bmw-icon-robot_arm:before {
  content: "\e898";
} /* '' */
.bmw-icon-truck:before {
  content: "\e899";
} /* '' */
.bmw-icon-car_transporter:before {
  content: "\e89a";
} /* '' */
.bmw-icon-airplane:before {
  content: "\e89b";
} /* '' */
.bmw-icon-container_ship:before {
  content: "\e89c";
} /* '' */
.bmw-icon-road_worker:before {
  content: "\e89d";
} /* '' */
.bmw-icon-shovel_excavator:before {
  content: "\e89e";
} /* '' */
.bmw-icon-road_barrier:before {
  content: "\e89f";
} /* '' */
.bmw-icon-construction_crane:before {
  content: "\e8a0";
} /* '' */
.bmw-icon-ifactory_logo:before {
  content: "\e8a1";
} /* '' */
.bmw-icon-train_front:before {
  content: "\e8a2";
} /* '' */
.bmw-icon-goods_wagon:before {
  content: "\e8a3";
} /* '' */
.bmw-icon-vehicle_transport_wagon:before {
  content: "\e8a4";
} /* '' */
.bmw-icon-driving_assistant_plus:before {
  content: "\e8a5";
} /* '' */
.bmw-icon-parking_payments:before {
  content: "\e8a6";
} /* '' */
.bmw-icon-fueling_payments:before {
  content: "\e8a7";
} /* '' */
.bmw-icon-film_strip:before {
  content: "\e8a8";
} /* '' */
.bmw-icon-navigation_arrow_in_circle:before {
  content: "\e8a9";
} /* '' */
.bmw-icon-controller_and_brackets:before {
  content: "\e8aa";
} /* '' */
.bmw-icon-cigarette:before {
  content: "\e8ab";
} /* '' */
.bmw-icon-stroller:before {
  content: "\e8ac";
} /* '' */
.bmw-icon-ticket_with_code:before {
  content: "\e8ad";
} /* '' */
.bmw-icon-ticket:before {
  content: "\e8ae";
} /* '' */
.bmw-icon-ticket_and_card:before {
  content: "\e8af";
} /* '' */
.bmw-icon-cigarette_crossed_out:before {
  content: "\e8b0";
} /* '' */
.bmw-icon-snack_and_drink_crossed_out:before {
  content: "\e8b1";
} /* '' */
.bmw-icon-backpack_crossed_out:before {
  content: "\e8b2";
} /* '' */
.bmw-icon-hand_crossed_out:before {
  content: "\e8b3";
} /* '' */
.bmw-icon-stairs_upwards:before {
  content: "\e8b4";
} /* '' */
.bmw-icon-stairs_upwards_arrow:before {
  content: "\e8b5";
} /* '' */
.bmw-icon-stairs_downwards_arrow:before {
  content: "\e8b6";
} /* '' */
.bmw-icon-wheelchair_ramp:before {
  content: "\e8b7";
} /* '' */
.bmw-icon-escalator_upwards_arrow:before {
  content: "\e8b8";
} /* '' */
.bmw-icon-escalator_downwards_arrow:before {
  content: "\e8b9";
} /* '' */
.bmw-icon-error_warning_sign:before {
  content: "\e8ba";
} /* '' */
.bmw-icon-ipa_plus:before {
  content: "\e8bb";
} /* '' */
.bmw-icon-door_and_lock:before {
  content: "\e8bc";
} /* '' */
.bmw-icon-camera_change:before {
  content: "\e8bd";
} /* '' */
.bmw-icon-microplastic:before {
  content: "\e8be";
} /* '' */
.bmw-icon-microplastic_crossed_out:before {
  content: "\e8bf";
} /* '' */
.bmw-icon-interior_seat_and_dashboard_side:before {
  content: "\e8c0";
} /* '' */
.bmw-icon-stars:before {
  content: "\e8c1";
} /* '' */
.bmw-icon-leather:before {
  content: "\e8c2";
} /* '' */
.bmw-icon-flask:before {
  content: "\e8c3";
} /* '' */
.bmw-icon-share_ios:before {
  content: "\e8c4";
} /* '' */
.bmw-icon-car_side_right:before {
  content: "\e8c5";
} /* '' */
.bmw-icon-vin:before {
  content: "\e8c6";
} /* '' */
.bmw-icon-license_plate:before {
  content: "\e8c7";
} /* '' */
.bmw-icon-monitor_pointing_hand:before {
  content: "\e8c8";
} /* '' */
.bmw-icon-magnifying_glass_person:before {
  content: "\e8c9";
} /* '' */
.bmw-icon-magnifying_glass_person_check_mark:before {
  content: "\e8ca";
} /* '' */
.bmw-icon-speech_bubble_with_person:before {
  content: "\e8cb";
} /* '' */
.bmw-icon-mobile_phone_pointing_hand:before {
  content: "\e8cc";
} /* '' */
.bmw-icon-feedback_score:before {
  content: "\e8cd";
} /* '' */
.bmw-icon-monitor_car_shopping_cart:before {
  content: "\e8ce";
} /* '' */
.bmw-icon-monitor_car_pointing_hand:before {
  content: "\e8cf";
} /* '' */
.bmw-icon-car_front_checkmark:before {
  content: "\e8d0";
} /* '' */
.bmw-icon-monitor_leaf_pointing_hand:before {
  content: "\e8d1";
} /* '' */
.bmw-icon-snow_chains:before {
  content: "\e8d2";
} /* '' */
.bmw-icon-accident_service:before {
  content: "\e8d3";
} /* '' */
.bmw-icon-air_conditioning_service:before {
  content: "\e8d4";
} /* '' */
.bmw-icon-air_filter_service:before {
  content: "\e8d5";
} /* '' */
.bmw-icon-analysis_of_warning_messages:before {
  content: "\e8d6";
} /* '' */
.bmw-icon-battery_service:before {
  content: "\e8d7";
} /* '' */
.bmw-icon-body_works:before {
  content: "\e8d8";
} /* '' */
.bmw-icon-brake_discs:before {
  content: "\e8d9";
} /* '' */
.bmw-icon-brake_liquid_service:before {
  content: "\e8da";
} /* '' */
.bmw-icon-brake_pads:before {
  content: "\e8db";
} /* '' */
.bmw-icon-breakdown_service:before {
  content: "\e8dc";
} /* '' */
.bmw-icon-in_car_communication:before {
  content: "\e8dd";
} /* '' */
.bmw-icon-car_wash:before {
  content: "\e8de";
} /* '' */
.bmw-icon-clutch:before {
  content: "\e8df";
} /* '' */
.bmw-icon-coolant:before {
  content: "\e8e0";
} /* '' */
.bmw-icon-cosmetic_repair:before {
  content: "\e8e1";
} /* '' */
.bmw-icon-door_hinge:before {
  content: "\e8e2";
} /* '' */
.bmw-icon-drive_belt:before {
  content: "\e8e3";
} /* '' */
.bmw-icon-electrical_repair:before {
  content: "\e8e4";
} /* '' */
.bmw-icon-emission_inspection:before {
  content: "\e8e5";
} /* '' */
.bmw-icon-extended_warraty:before {
  content: "\e8e6";
} /* '' */
.bmw-icon-fuel_additive:before {
  content: "\e8e7";
} /* '' */
.bmw-icon-fuel_filter_service:before {
  content: "\e8e8";
} /* '' */
.bmw-icon-gas_pressure_spring_front_door:before {
  content: "\e8e9";
} /* '' */
.bmw-icon-glas_repair:before {
  content: "\e8ea";
} /* '' */
.bmw-icon-holiday_check:before {
  content: "\e8eb";
} /* '' */
.bmw-icon-inspection:before {
  content: "\e8ec";
} /* '' */
.bmw-icon-light_check:before {
  content: "\e8ed";
} /* '' */
.bmw-icon-maintenance:before {
  content: "\e8ee";
} /* '' */
.bmw-icon-mechanical_repair:before {
  content: "\e8ef";
} /* '' */
.bmw-icon-micro_filter_service:before {
  content: "\e8f0";
} /* '' */
.bmw-icon-mot:before {
  content: "\e8f1";
} /* '' */
.bmw-icon-oil_filter_service:before {
  content: "\e8f2";
} /* '' */
.bmw-icon-oil_inclusive:before {
  content: "\e8f3";
} /* '' */
.bmw-icon-oil_service:before {
  content: "\e8f4";
} /* '' */
.bmw-icon-online_appointment_scheduling:before {
  content: "\e8f5";
} /* '' */
.bmw-icon-original_bmw_parts:before {
  content: "\e8f6";
} /* '' */
.bmw-icon-paint_works:before {
  content: "\e8f7";
} /* '' */
.bmw-icon-particle_filter:before {
  content: "\e8f8";
} /* '' */
.bmw-icon-phone_credit_card:before {
  content: "\e8f9";
} /* '' */
.bmw-icon-pick_up_and_delivery:before {
  content: "\e8fa";
} /* '' */
.bmw-icon-recycling:before {
  content: "\e8fb";
} /* '' */
.bmw-icon-replacement_vehicle:before {
  content: "\e8fc";
} /* '' */
.bmw-icon-rim:before {
  content: "\e8fd";
} /* '' */
.bmw-icon-run-flat_tyre:before {
  content: "\e8fe";
} /* '' */
.bmw-icon-running-in_check:before {
  content: "\e8ff";
} /* '' */
.bmw-icon-self_service_kiosk:before {
  content: "\e900";
} /* '' */
.bmw-icon-service_inclusive:before {
  content: "\e901";
} /* '' */
.bmw-icon-service_inclusive_plus:before {
  content: "\e902";
} /* '' */
.bmw-icon-service_video_consultation:before {
  content: "\e903";
} /* '' */
.bmw-icon-shock_absorber:before {
  content: "\e904";
} /* '' */
.bmw-icon-software_update:before {
  content: "\e905";
} /* '' */
.bmw-icon-spark_plug_service:before {
  content: "\e906";
} /* '' */
.bmw-icon-spray_bottle:before {
  content: "\e907";
} /* '' */
.bmw-icon-summer_check:before {
  content: "\e908";
} /* '' */
.bmw-icon-teleservice_accident_assistance_call:before {
  content: "\e909";
} /* '' */
.bmw-icon-teleservice_battery_guard:before {
  content: "\e90a";
} /* '' */
.bmw-icon-teleservice_call:before {
  content: "\e90b";
} /* '' */
.bmw-icon-tire_storage:before {
  content: "\e90c";
} /* '' */
.bmw-icon-transfer_box_oil:before {
  content: "\e90d";
} /* '' */
.bmw-icon-transmission_oil:before {
  content: "\e90e";
} /* '' */
.bmw-icon-transmission_oil_front_axle:before {
  content: "\e90f";
} /* '' */
.bmw-icon-transmission_oil_rear_axle:before {
  content: "\e910";
} /* '' */
.bmw-icon-tyre_pressure_monitoring_system:before {
  content: "\e911";
} /* '' */
.bmw-icon-vehicle_check:before {
  content: "\e912";
} /* '' */
.bmw-icon-vehicle_check_plus:before {
  content: "\e913";
} /* '' */
.bmw-icon-warranty:before {
  content: "\e914";
} /* '' */
.bmw-icon-wear_and_tear:before {
  content: "\e915";
} /* '' */
.bmw-icon-wheel:before {
  content: "\e916";
} /* '' */
.bmw-icon-wheels_and_tyre_service:before {
  content: "\e917";
} /* '' */
.bmw-icon-winter_check:before {
  content: "\e918";
} /* '' */
.bmw-icon-wiper_blades:before {
  content: "\e919";
} /* '' */
.bmw-icon-monitor_coins_pointing_hand:before {
  content: "\e91a";
} /* '' */
.bmw-icon-magnifying_glass_plug_person_check_mark:before {
  content: "\e91b";
} /* '' */
.bmw-icon-magnifying_glass_diamond_person_check_mark:before {
  content: "\e91c";
} /* '' */
.bmw-icon-document_pen_signature:before {
  content: "\e91d";
} /* '' */
.bmw-icon-key_with_pendant_hand:before {
  content: "\e91e";
} /* '' */
.bmw-icon-paper_lightning_bolt_text:before {
  content: "\e91f";
} /* '' */
.bmw-icon-dog:before {
  content: "\e920";
} /* '' */
.bmw-icon-dog_crossed_out:before {
  content: "\e921";
} /* '' */
.bmw-icon-snack_and_drink:before {
  content: "\e922";
} /* '' */
.bmw-icon-backpack:before {
  content: "\e923";
} /* '' */
.bmw-icon-telephone_and_mail:before {
  content: "\e924";
} /* '' */
.bmw-icon-snowflake:before {
  content: "\e94a";
} /* '' */
.bmw-icon-steering_wheel:before {
  content: "\e94b";
} /* '' */
.bmw-icon-car_front_double:before {
  content: "\e94c";
} /* '' */
.bmw-icon-street:before {
  content: "\e94d";
} /* '' */
.bmw-icon-transmission:before {
  content: "\e94e";
} /* '' */
.bmw-icon-attachment:before {
  content: "\e94f";
} /* '' */
.bmw-icon-calendar:before {
  content: "\e950";
} /* '' */
.bmw-icon-e-mail:before {
  content: "\e951";
} /* '' */
.bmw-icon-mail:before {
  content: "\e952";
} /* '' */
.bmw-icon-mobile_phone:before {
  content: "\e953";
} /* '' */
.bmw-icon-mobile_phone_crossed_out:before {
  content: "\e954";
} /* '' */
.bmw-icon-newsletter:before {
  content: "\e955";
} /* '' */
.bmw-icon-speech_bubble:before {
  content: "\e956";
} /* '' */
.bmw-icon-speech_bubble_answer:before {
  content: "\e957";
} /* '' */
.bmw-icon-speech_bubble_faq:before {
  content: "\e958";
} /* '' */
.bmw-icon-speech_bubble_question:before {
  content: "\e959";
} /* '' */
.bmw-icon-telephone:before {
  content: "\e95a";
} /* '' */
.bmw-icon-360_camera:before {
  content: "\e95b";
} /* '' */
.bmw-icon-active_cruise_control:before {
  content: "\e95c";
} /* '' */
.bmw-icon-active_protection:before {
  content: "\e95d";
} /* '' */
.bmw-icon-adaptive_suspension:before {
  content: "\e95e";
} /* '' */
.bmw-icon-bmw_assist:before {
  content: "\e95f";
} /* '' */
.bmw-icon-bmw_head-up_display:before {
  content: "\e960";
} /* '' */
.bmw-icon-bmw_online:before {
  content: "\e961";
} /* '' */
.bmw-icon-bmwi_remote_app:before {
  content: "\e962";
} /* '' */
.bmw-icon-bundle:before {
  content: "\e963";
} /* '' */
.bmw-icon-camera_flashing:before {
  content: "\e964";
} /* '' */
.bmw-icon-car_wifi_hotspot:before {
  content: "\e965";
} /* '' */
.bmw-icon-connected_charging:before {
  content: "\e966";
} /* '' */
.bmw-icon-connected_drive:before {
  content: "\e967";
} /* '' */
.bmw-icon-connected_drive_services:before {
  content: "\e968";
} /* '' */
.bmw-icon-connected_drive_store:before {
  content: "\e969";
} /* '' */
.bmw-icon-connected_mobilty:before {
  content: "\e96a";
} /* '' */
.bmw-icon-connected_music:before {
  content: "\e96b";
} /* '' */
.bmw-icon-connected_parking:before {
  content: "\e96c";
} /* '' */
.bmw-icon-connected_plus:before {
  content: "\e96d";
} /* '' */
.bmw-icon-edrive:before {
  content: "\e96e";
} /* '' */
.bmw-icon-high-beam_assistant:before {
  content: "\e96f";
} /* '' */
.bmw-icon-iconic_sound:before {
  content: "\e970";
} /* '' */
.bmw-icon-intelligent_emergency_call:before {
  content: "\e971";
} /* '' */
.bmw-icon-internet:before {
  content: "\e972";
} /* '' */
.bmw-icon-lane_change_warning:before {
  content: "\e973";
} /* '' */
.bmw-icon-lane_departure_warning:before {
  content: "\e974";
} /* '' */
.bmw-icon-manual:before {
  content: "\e975";
} /* '' */
.bmw-icon-map_update:before {
  content: "\e976";
} /* '' */
.bmw-icon-map_update_package:before {
  content: "\e977";
} /* '' */
.bmw-icon-amazon_alexa_car_integration:before {
  content: "\e978";
} /* '' */
.bmw-icon-natural_language_assistant:before {
  content: "\e979";
} /* '' */
.bmw-icon-night_vision:before {
  content: "\e97a";
} /* '' */
.bmw-icon-on-street_parking_information:before {
  content: "\e97b";
} /* '' */
.bmw-icon-connected_entertainment:before {
  content: "\e97c";
} /* '' */
.bmw-icon-parking_assistant:before {
  content: "\e97d";
} /* '' */
.bmw-icon-park_distance_control:before {
  content: "\e97e";
} /* '' */
.bmw-icon-real_time_traffic_information:before {
  content: "\e97f";
} /* '' */
.bmw-icon-rear_view_camera:before {
  content: "\e980";
} /* '' */
.bmw-icon-remote_3d_view:before {
  content: "\e981";
} /* '' */
.bmw-icon-remote_app:before {
  content: "\e982";
} /* '' */
.bmw-icon-remote_services:before {
  content: "\e983";
} /* '' */
.bmw-icon-rmi_services:before {
  content: "\e984";
} /* '' */
.bmw-icon-scheduled_remote_engine_start:before {
  content: "\e985";
} /* '' */
.bmw-icon-services:before {
  content: "\e986";
} /* '' */
.bmw-icon-side_view:before {
  content: "\e987";
} /* '' */
.bmw-icon-smartphone_integration:before {
  content: "\e988";
} /* '' */
.bmw-icon-speed_limit_info_cn_kr:before {
  content: "\e989";
} /* '' */
.bmw-icon-speed_limit_info_ece:before {
  content: "\e98a";
} /* '' */
.bmw-icon-speed_limit_info_jp:before {
  content: "\e98b";
} /* '' */
.bmw-icon-speed_limit_info_us:before {
  content: "\e98c";
} /* '' */
.bmw-icon-tele_services:before {
  content: "\e98d";
} /* '' */
.bmw-icon-traffic_jam_assistant:before {
  content: "\e98e";
} /* '' */
.bmw-icon-8_speed_automatic_gearbox:before {
  content: "\e98f";
} /* '' */
.bmw-icon-aero_rims:before {
  content: "\e990";
} /* '' */
.bmw-icon-air_curtain:before {
  content: "\e991";
} /* '' */
.bmw-icon-air_vent_control:before {
  content: "\e992";
} /* '' */
.bmw-icon-auto_start_stop_function:before {
  content: "\e993";
} /* '' */
.bmw-icon-bmw_blueperformance:before {
  content: "\e994";
} /* '' */
.bmw-icon-bmw_edrive_technology:before {
  content: "\e995";
} /* '' */
.bmw-icon-bmw_efficient_dynamics_technologies:before {
  content: "\e996";
} /* '' */
.bmw-icon-bmw_twin_power_turbo:before {
  content: "\e997";
} /* '' */
.bmw-icon-boost_function:before {
  content: "\e998";
} /* '' */
.bmw-icon-eco_pro_mode_km:before {
  content: "\e999";
} /* '' */
.bmw-icon-eco_pro_mode_miles:before {
  content: "\e99a";
} /* '' */
.bmw-icon-electric_steering_assistance:before {
  content: "\e99b";
} /* '' */
.bmw-icon-feather:before {
  content: "\e99c";
} /* '' */
.bmw-icon-gear_change_indicator:before {
  content: "\e99d";
} /* '' */
.bmw-icon-look_ahead:before {
  content: "\e99e";
} /* '' */
.bmw-icon-look_ahead_assistant:before {
  content: "\e99f";
} /* '' */
.bmw-icon-regenerative_braking:before {
  content: "\e9a0";
} /* '' */
.bmw-icon-sailing:before {
  content: "\e9a1";
} /* '' */
.bmw-icon-tyres_with_reduced_rolling_resistance:before {
  content: "\e9a2";
} /* '' */
.bmw-icon-360_view:before {
  content: "\e9a3";
} /* '' */
.bmw-icon-anchor_navigation:before {
  content: "\e9a4";
} /* '' */
.bmw-icon-arrow_chevron_down:before {
  content: "\e9a5";
} /* '' */
.bmw-icon-arrow_chevron_left:before {
  content: "\e9a6";
} /* '' */
.bmw-icon-arrow_chevron_right:before {
  content: "\e9a7";
} /* '' */
.bmw-icon-arrow_chevron_up:before {
  content: "\e9a8";
} /* '' */
.bmw-icon-arrow_down:before {
  content: "\e9a9";
} /* '' */
.bmw-icon-arrow_flat_down:before {
  content: "\e9aa";
} /* '' */
.bmw-icon-arrow_down_left:before {
  content: "\e9ab";
} /* '' */
.bmw-icon-arrow_down_right:before {
  content: "\e9ac";
} /* '' */
.bmw-icon-arrow_left:before {
  content: "\e9ad";
} /* '' */
.bmw-icon-arrow_repeat:before {
  content: "\e9ae";
} /* '' */
.bmw-icon-arrow_right:before {
  content: "\e9af";
} /* '' */
.bmw-icon-arrow_up:before {
  content: "\e9b0";
} /* '' */
.bmw-icon-arrow_flat_up:before {
  content: "\e9b1";
} /* '' */
.bmw-icon-arrow_up_left:before {
  content: "\e9b2";
} /* '' */
.bmw-icon-arrow_up_right:before {
  content: "\e9b3";
} /* '' */
.bmw-icon-arrows_maximize:before {
  content: "\e9b4";
} /* '' */
.bmw-icon-arrows_minimize:before {
  content: "\e9b5";
} /* '' */
.bmw-icon-arrows_scroll:before {
  content: "\e9b6";
} /* '' */
.bmw-icon-barcode:before {
  content: "\e9b7";
} /* '' */
.bmw-icon-chapters:before {
  content: "\e9b8";
} /* '' */
.bmw-icon-checkmark:before {
  content: "\e9b9";
} /* '' */
.bmw-icon-checkmark_dashed:before {
  content: "\e9ba";
} /* '' */
.bmw-icon-squircle:before {
  content: "\e9bb";
} /* '' */
.bmw-icon-clock:before {
  content: "\e9bc";
} /* '' */
.bmw-icon-close:before {
  content: "\e9bd";
} /* '' */
.bmw-icon-compare:before {
  content: "\e9be";
} /* '' */
.bmw-icon-crosshair:before {
  content: "\e9bf";
} /* '' */
.bmw-icon-download:before {
  content: "\e9c0";
} /* '' */
.bmw-icon-document_download:before {
  content: "\e9c1";
} /* '' */
.bmw-icon-duplicate:before {
  content: "\e9c2";
} /* '' */
.bmw-icon-edit:before {
  content: "\e9c3";
} /* '' */
.bmw-icon-electricity:before {
  content: "\e9c4";
} /* '' */
.bmw-icon-embed:before {
  content: "\e9c5";
} /* '' */
.bmw-icon-external_link:before {
  content: "\e9c6";
} /* '' */
.bmw-icon-eye:before {
  content: "\e9c7";
} /* '' */
.bmw-icon-eye_crossed_out:before {
  content: "\e9c8";
} /* '' */
.bmw-icon-filter:before {
  content: "\e9c9";
} /* '' */
.bmw-icon-flag:before {
  content: "\e9ca";
} /* '' */
.bmw-icon-floppy_disk:before {
  content: "\e9cb";
} /* '' */
.bmw-icon-gallery:before {
  content: "\e9cc";
} /* '' */
.bmw-icon-graph_bars:before {
  content: "\e9cd";
} /* '' */
.bmw-icon-graph_chart:before {
  content: "\e9ce";
} /* '' */
.bmw-icon-graph_pie:before {
  content: "\e9cf";
} /* '' */
.bmw-icon-hand_pointing_up:before {
  content: "\e9d0";
} /* '' */
.bmw-icon-hand_swipe:before {
  content: "\e9d1";
} /* '' */
.bmw-icon-hand_touch:before {
  content: "\e9d2";
} /* '' */
.bmw-icon-heart:before {
  content: "\e9d3";
} /* '' */
.bmw-icon-help:before {
  content: "\e9d4";
} /* '' */
.bmw-icon-highlight:before {
  content: "\e9d5";
} /* '' */
.bmw-icon-home:before {
  content: "\e9d6";
} /* '' */
.bmw-icon-hourglass:before {
  content: "\e9d7";
} /* '' */
.bmw-icon-information:before {
  content: "\e9d8";
} /* '' */
.bmw-icon-internal_link:before {
  content: "\e9d9";
} /* '' */
.bmw-icon-location_pin:before {
  content: "\e9da";
} /* '' */
.bmw-icon-lock_locked:before {
  content: "\e9db";
} /* '' */
.bmw-icon-lock_unlocked:before {
  content: "\e9dc";
} /* '' */
.bmw-icon-login:before {
  content: "\e9dd";
} /* '' */
.bmw-icon-logout:before {
  content: "\e9de";
} /* '' */
.bmw-icon-map:before {
  content: "\e9df";
} /* '' */
.bmw-icon-menu:before {
  content: "\e9e0";
} /* '' */
.bmw-icon-minus:before {
  content: "\e9e1";
} /* '' */
.bmw-icon-moon:before {
  content: "\e9e2";
} /* '' */
.bmw-icon-move:before {
  content: "\e9e3";
} /* '' */
.bmw-icon-move_horizontally:before {
  content: "\e9e4";
} /* '' */
.bmw-icon-move_vertically:before {
  content: "\e9e5";
} /* '' */
.bmw-icon-navigation_arrow:before {
  content: "\e9e6";
} /* '' */
.bmw-icon-notepad:before {
  content: "\e9e7";
} /* '' */
.bmw-icon-open:before {
  content: "\e9e8";
} /* '' */
.bmw-icon-overview:before {
  content: "\e9e9";
} /* '' */
.bmw-icon-person:before {
  content: "\e9ea";
} /* '' */
.bmw-icon-pin:before {
  content: "\e9eb";
} /* '' */
.bmw-icon-pin_circle:before {
  content: "\e9ec";
} /* '' */
.bmw-icon-pin_square:before {
  content: "\e9ed";
} /* '' */
.bmw-icon-plus:before {
  content: "\e9ee";
} /* '' */
.bmw-icon-printer:before {
  content: "\e9ef";
} /* '' */
.bmw-icon-qr_code:before {
  content: "\e9f0";
} /* '' */
.bmw-icon-register:before {
  content: "\e9f1";
} /* '' */
.bmw-icon-replace:before {
  content: "\e9f2";
} /* '' */
.bmw-icon-search:before {
  content: "\e9f3";
} /* '' */
.bmw-icon-settings:before {
  content: "\e9f4";
} /* '' */
.bmw-icon-share:before {
  content: "\e9f5";
} /* '' */
.bmw-icon-share_social:before {
  content: "\e9f6";
} /* '' */
.bmw-icon-shuffle:before {
  content: "\e9f7";
} /* '' */
.bmw-icon-speech_bubbles:before {
  content: "\e9f8";
} /* '' */
.bmw-icon-star:before {
  content: "\e9f9";
} /* '' */
.bmw-icon-sun:before {
  content: "\e9fa";
} /* '' */
.bmw-icon-target_frame:before {
  content: "\e9fb";
} /* '' */
.bmw-icon-tiles:before {
  content: "\e9fc";
} /* '' */
.bmw-icon-tool:before {
  content: "\e9fd";
} /* '' */
.bmw-icon-trash_can:before {
  content: "\e9fe";
} /* '' */
.bmw-icon-trophy:before {
  content: "\e9ff";
} /* '' */
.bmw-icon-update:before {
  content: "\ea00";
} /* '' */
.bmw-icon-upload:before {
  content: "\ea01";
} /* '' */
.bmw-icon-warning_sign:before {
  content: "\ea02";
} /* '' */
.bmw-icon-wifi_wave:before {
  content: "\ea03";
} /* '' */
.bmw-icon-zoom_in:before {
  content: "\ea04";
} /* '' */
.bmw-icon-zoom_out:before {
  content: "\ea05";
} /* '' */
.bmw-icon-audio_stream:before {
  content: "\ea06";
} /* '' */
.bmw-icon-book:before {
  content: "\ea07";
} /* '' */
.bmw-icon-bulletlist:before {
  content: "\ea08";
} /* '' */
.bmw-icon-camera:before {
  content: "\ea09";
} /* '' */
.bmw-icon-document:before {
  content: "\ea0a";
} /* '' */
.bmw-icon-document_audio:before {
  content: "\ea0b";
} /* '' */
.bmw-icon-document_calendar:before {
  content: "\ea0c";
} /* '' */
.bmw-icon-document_chart:before {
  content: "\ea0d";
} /* '' */
.bmw-icon-document_image:before {
  content: "\ea0e";
} /* '' */
.bmw-icon-document_pdf:before {
  content: "\ea0f";
} /* '' */
.bmw-icon-document_presentation:before {
  content: "\ea10";
} /* '' */
.bmw-icon-document_text:before {
  content: "\ea11";
} /* '' */
.bmw-icon-document_text_lines:before {
  content: "\ea12";
} /* '' */
.bmw-icon-document_video:before {
  content: "\ea13";
} /* '' */
.bmw-icon-document_zip:before {
  content: "\ea14";
} /* '' */
.bmw-icon-image:before {
  content: "\ea15";
} /* '' */
.bmw-icon-outlook:before {
  content: "\ea16";
} /* '' */
.bmw-icon-video:before {
  content: "\ea17";
} /* '' */
.bmw-icon-video_stream:before {
  content: "\ea18";
} /* '' */
.bmw-icon-3d:before {
  content: "\ea19";
} /* '' */
.bmw-icon-audio:before {
  content: "\ea1a";
} /* '' */
.bmw-icon-controller:before {
  content: "\ea1b";
} /* '' */
.bmw-icon-fullscreen:before {
  content: "\ea1c";
} /* '' */
.bmw-icon-gyro:before {
  content: "\ea1d";
} /* '' */
.bmw-icon-media_fast_forward:before {
  content: "\ea1e";
} /* '' */
.bmw-icon-media_rewind:before {
  content: "\ea1f";
} /* '' */
.bmw-icon-media_to_end:before {
  content: "\ea20";
} /* '' */
.bmw-icon-media_to_start:before {
  content: "\ea21";
} /* '' */
.bmw-icon-more:before {
  content: "\ea22";
} /* '' */
.bmw-icon-pause:before {
  content: "\ea23";
} /* '' */
.bmw-icon-play:before {
  content: "\ea24";
} /* '' */
.bmw-icon-plus_note:before {
  content: "\ea25";
} /* '' */
.bmw-icon-quality_high:before {
  content: "\ea26";
} /* '' */
.bmw-icon-quality_low:before {
  content: "\ea27";
} /* '' */
.bmw-icon-quotation_marks:before {
  content: "\ea28";
} /* '' */
.bmw-icon-skip:before {
  content: "\ea29";
} /* '' */
.bmw-icon-speaker_muted:before {
  content: "\ea2a";
} /* '' */
.bmw-icon-speaker_waves:before {
  content: "\ea2b";
} /* '' */
.bmw-icon-stop:before {
  content: "\ea2c";
} /* '' */
.bmw-icon-subtitel_on:before {
  content: "\ea2d";
} /* '' */
.bmw-icon-subtitle_off:before {
  content: "\ea2e";
} /* '' */
.bmw-icon-video_off:before {
  content: "\ea2f";
} /* '' */
.bmw-icon-view:before {
  content: "\ea30";
} /* '' */
.bmw-icon-accessory_configurator:before {
  content: "\ea31";
} /* '' */
.bmw-icon-accessory_shop:before {
  content: "\ea32";
} /* '' */
.bmw-icon-accessory_showroom:before {
  content: "\ea33";
} /* '' */
.bmw-icon-agreement:before {
  content: "\ea34";
} /* '' */
.bmw-icon-anonymous:before {
  content: "\ea35";
} /* '' */
.bmw-icon-business_drive_calculator:before {
  content: "\ea36";
} /* '' */
.bmw-icon-buying_tool:before {
  content: "\ea37";
} /* '' */
.bmw-icon-cake:before {
  content: "\ea38";
} /* '' */
.bmw-icon-calculator:before {
  content: "\ea39";
} /* '' */
.bmw-icon-car_compare:before {
  content: "\ea3a";
} /* '' */
.bmw-icon-checklist_smiley:before {
  content: "\ea3b";
} /* '' */
.bmw-icon-person_star:before {
  content: "\ea3c";
} /* '' */
.bmw-icon-courses:before {
  content: "\ea3d";
} /* '' */
.bmw-icon-credit_card:before {
  content: "\ea3e";
} /* '' */
.bmw-icon-currency_euro:before {
  content: "\ea3f";
} /* '' */
.bmw-icon-dealer:before {
  content: "\ea40";
} /* '' */
.bmw-icon-dealer_location:before {
  content: "\ea41";
} /* '' */
.bmw-icon-download_completed:before {
  content: "\ea42";
} /* '' */
.bmw-icon-driving_license:before {
  content: "\ea43";
} /* '' */
.bmw-icon-fairs:before {
  content: "\ea44";
} /* '' */
.bmw-icon-feedback_1_very_bad:before {
  content: "\ea45";
} /* '' */
.bmw-icon-feedback_2_bad:before {
  content: "\ea46";
} /* '' */
.bmw-icon-feedback_3_neutral:before {
  content: "\ea47";
} /* '' */
.bmw-icon-feedback_4_good:before {
  content: "\ea48";
} /* '' */
.bmw-icon-feedback_5_very_good:before {
  content: "\ea49";
} /* '' */
.bmw-icon-goal:before {
  content: "\ea4a";
} /* '' */
.bmw-icon-graph_bars_plus:before {
  content: "\ea4b";
} /* '' */
.bmw-icon-id_card:before {
  content: "\ea4c";
} /* '' */
.bmw-icon-insurance_calculator:before {
  content: "\ea4d";
} /* '' */
.bmw-icon-intranet:before {
  content: "\ea4e";
} /* '' */
.bmw-icon-light_bulb:before {
  content: "\ea4f";
} /* '' */
.bmw-icon-minimum_age:before {
  content: "\ea50";
} /* '' */
.bmw-icon-need_analyzer:before {
  content: "\ea51";
} /* '' */
.bmw-icon-parts_catalouge:before {
  content: "\ea52";
} /* '' */
.bmw-icon-personal_data:before {
  content: "\ea53";
} /* '' */
.bmw-icon-personal_data_profile:before {
  content: "\ea54";
} /* '' */
.bmw-icon-personal_data_protection:before {
  content: "\ea55";
} /* '' */
.bmw-icon-personal_data_storage:before {
  content: "\ea56";
} /* '' */
.bmw-icon-personal_data_usage:before {
  content: "\ea57";
} /* '' */
.bmw-icon-private_leasing_calculator:before {
  content: "\ea58";
} /* '' */
.bmw-icon-protection_plus:before {
  content: "\ea59";
} /* '' */
.bmw-icon-request_for_accessoires:before {
  content: "\ea5a";
} /* '' */
.bmw-icon-request_for_contact:before {
  content: "\ea5b";
} /* '' */
.bmw-icon-request_for_offer:before {
  content: "\ea5c";
} /* '' */
.bmw-icon-request_for_service_appointment:before {
  content: "\ea5d";
} /* '' */
.bmw-icon-search_job_portal:before {
  content: "\ea5e";
} /* '' */
.bmw-icon-search_offer:before {
  content: "\ea5f";
} /* '' */
.bmw-icon-service_finder:before {
  content: "\ea60";
} /* '' */
.bmw-icon-shopping_cart:before {
  content: "\ea61";
} /* '' */
.bmw-icon-shopping_cart_user:before {
  content: "\ea62";
} /* '' */
.bmw-icon-shopping_reservation:before {
  content: "\ea63";
} /* '' */
.bmw-icon-technologies:before {
  content: "\ea64";
} /* '' */
.bmw-icon-technology_hub:before {
  content: "\ea65";
} /* '' */
.bmw-icon-thumbs_down:before {
  content: "\ea66";
} /* '' */
.bmw-icon-thumbs_up:before {
  content: "\ea67";
} /* '' */
.bmw-icon-trust:before {
  content: "\ea68";
} /* '' */
.bmw-icon-island:before {
  content: "\ea69";
} /* '' */
.bmw-icon-cup:before {
  content: "\ea6a";
} /* '' */
.bmw-icon-knife_and_fork:before {
  content: "\ea6b";
} /* '' */
.bmw-icon-bmw_four_cylinder:before {
  content: "\ea6c";
} /* '' */
.bmw-icon-wheelchair:before {
  content: "\ea6d";
} /* '' */
.bmw-icon-tent:before {
  content: "\ea6e";
} /* '' */
.bmw-icon-family:before {
  content: "\ea6f";
} /* '' */
.bmw-icon-rompers:before {
  content: "\ea70";
} /* '' */
.bmw-icon-hand_waving:before {
  content: "\ea71";
} /* '' */
.bmw-icon-palette:before {
  content: "\ea72";
} /* '' */
.bmw-icon-running:before {
  content: "\ea73";
} /* '' */
.bmw-icon-price_tag:before {
  content: "\ea74";
} /* '' */
.bmw-icon-building:before {
  content: "\ea75";
} /* '' */
.bmw-icon-tie:before {
  content: "\ea76";
} /* '' */
.bmw-icon-piggy_bank:before {
  content: "\ea77";
} /* '' */
.bmw-icon-protect_family:before {
  content: "\ea78";
} /* '' */
.bmw-icon-edit_sheet:before {
  content: "\ea79";
} /* '' */
.bmw-icon-yoga:before {
  content: "\ea7a";
} /* '' */
.bmw-icon-cyclist:before {
  content: "\ea7b";
} /* '' */
.bmw-icon-cocktail_glass:before {
  content: "\ea7c";
} /* '' */
.bmw-icon-stetoscope:before {
  content: "\ea7d";
} /* '' */
.bmw-icon-bycicle:before {
  content: "\ea7e";
} /* '' */
.bmw-icon-bus_front:before {
  content: "\ea7f";
} /* '' */
.bmw-icon-newsletter_car:before {
  content: "\ea80";
} /* '' */
.bmw-icon-subway_front:before {
  content: "\ea81";
} /* '' */
.bmw-icon-reading_book:before {
  content: "\ea82";
} /* '' */
.bmw-icon-person_office:before {
  content: "\ea83";
} /* '' */
.bmw-icon-protection_check:before {
  content: "\ea84";
} /* '' */
.bmw-icon-location_map:before {
  content: "\ea85";
} /* '' */
.bmw-icon-people_group:before {
  content: "\ea86";
} /* '' */
.bmw-icon-bell:before {
  content: "\ea87";
} /* '' */
.bmw-icon-newspaper:before {
  content: "\ea88";
} /* '' */
.bmw-icon-list_checkmarks:before {
  content: "\ea89";
} /* '' */
.bmw-icon-speech_bubble_text:before {
  content: "\ea8a";
} /* '' */
.bmw-icon-hierarchy:before {
  content: "\ea8b";
} /* '' */
.bmw-icon-light_low_beam:before {
  content: "\ea8c";
} /* '' */
.bmw-icon-light_high_beam:before {
  content: "\ea8d";
} /* '' */
.bmw-icon-seat_heating:before {
  content: "\ea8e";
} /* '' */
.bmw-icon-steering_wheel_heating:before {
  content: "\ea8f";
} /* '' */
.bmw-icon-shopping_bag:before {
  content: "\ea90";
} /* '' */
.bmw-icon-life_ring:before {
  content: "\ea91";
} /* '' */
.bmw-icon-head_with_gear:before {
  content: "\ea92";
} /* '' */
.bmw-icon-lifting_person:before {
  content: "\ea93";
} /* '' */
.bmw-icon-pylon:before {
  content: "\ea94";
} /* '' */
.bmw-icon-apple_and_bottle:before {
  content: "\ea95";
} /* '' */
.bmw-icon-piston_displacement:before {
  content: "\ea96";
} /* '' */
.bmw-icon-piston:before {
  content: "\ea97";
} /* '' */
.bmw-icon-stop_watch:before {
  content: "\ea98";
} /* '' */
.bmw-icon-engine_ice:before {
  content: "\ea99";
} /* '' */
.bmw-icon-engine_bee:before {
  content: "\ea9a";
} /* '' */
.bmw-icon-engine_mhev:before {
  content: "\ea9b";
} /* '' */
.bmw-icon-engine_phev:before {
  content: "\ea9c";
} /* '' */
.bmw-icon-drivetrain_awd:before {
  content: "\ea9d";
} /* '' */
.bmw-icon-drivetrain_fwd:before {
  content: "\ea9e";
} /* '' */
.bmw-icon-drivetrain_rwd:before {
  content: "\ea9f";
} /* '' */
.bmw-icon-trunk_capacity:before {
  content: "\eaa0";
} /* '' */
.bmw-icon-torque:before {
  content: "\eaa1";
} /* '' */
.bmw-icon-weight:before {
  content: "\eaa2";
} /* '' */
.bmw-icon-electric_motor_rotor:before {
  content: "\eaa3";
} /* '' */
.bmw-icon-propulsion_battery:before {
  content: "\eaa4";
} /* '' */
.bmw-icon-vmax:before {
  content: "\eaa5";
} /* '' */
.bmw-icon-transmission_automatic:before {
  content: "\eaa6";
} /* '' */
.bmw-icon-vehicle_dimension_length:before {
  content: "\eaa7";
} /* '' */
.bmw-icon-vehicle_dimension_width:before {
  content: "\eaa8";
} /* '' */
.bmw-icon-vehicle_dimension_height:before {
  content: "\eaa9";
} /* '' */
.bmw-icon-vehicle_wheel_distance:before {
  content: "\eaaa";
} /* '' */
.bmw-icon-trailer_load:before {
  content: "\eaab";
} /* '' */
.bmw-icon-energy_consumption:before {
  content: "\eaac";
} /* '' */
.bmw-icon-vmax_electric:before {
  content: "\eaad";
} /* '' */
.bmw-icon-key_car:before {
  content: "\eaae";
} /* '' */
.bmw-icon-surveillance_camera:before {
  content: "\eaaf";
} /* '' */
.bmw-icon-card_present:before {
  content: "\eab0";
} /* '' */
.bmw-icon-person_on_hand:before {
  content: "\eab1";
} /* '' */
.bmw-icon-connected_drive_upgrades:before {
  content: "\eab2";
} /* '' */
.bmw-icon-connected_booster_package:before {
  content: "\eab3";
} /* '' */
.bmw-icon-drive_recorder:before {
  content: "\eab4";
} /* '' */
.bmw-icon-m_suspension:before {
  content: "\eab5";
} /* '' */
.bmw-icon-welcome_light:before {
  content: "\eab6";
} /* '' */
.bmw-icon-apple_car_play:before {
  content: "\eab7";
} /* '' */
.bmw-icon-online_entertainment:before {
  content: "\eab8";
} /* '' */
.bmw-icon-take_card_out_of_car:before {
  content: "\eab9";
} /* '' */
.bmw-icon-parking_garage:before {
  content: "\eaba";
} /* '' */
.bmw-icon-arrow_elbow_down_left:before {
  content: "\eabb";
} /* '' */
.bmw-icon-arrow_elbow_down_right:before {
  content: "\eabc";
} /* '' */
.bmw-icon-arrow_elbow_left:before {
  content: "\eabd";
} /* '' */
.bmw-icon-arrow_elbow_left_down:before {
  content: "\eabe";
} /* '' */
.bmw-icon-arrow_elbow_left_up:before {
  content: "\eabf";
} /* '' */
.bmw-icon-arrow_elbow_right:before {
  content: "\eac0";
} /* '' */
.bmw-icon-arrow_elbow_right_down:before {
  content: "\eac1";
} /* '' */
.bmw-icon-arrow_elbow_right_up:before {
  content: "\eac2";
} /* '' */
.bmw-icon-arrow_elbow_up_left:before {
  content: "\eac3";
} /* '' */
.bmw-icon-arrow_elbow_up_right:before {
  content: "\eac4";
} /* '' */
.bmw-icon-arrow_u_down_left:before {
  content: "\eac5";
} /* '' */
.bmw-icon-arrow_u_down_right:before {
  content: "\eac6";
} /* '' */
.bmw-icon-arrow_u_left_down:before {
  content: "\eac7";
} /* '' */
.bmw-icon-arrow_u_left_up:before {
  content: "\eac8";
} /* '' */
.bmw-icon-arrow_u_right_down:before {
  content: "\eac9";
} /* '' */
.bmw-icon-arrow_u_right_up:before {
  content: "\eaca";
} /* '' */
.bmw-icon-arrow_u_up_right:before {
  content: "\eacb";
} /* '' */
.bmw-icon-locker:before {
  content: "\eacc";
} /* '' */
.bmw-icon-ereception:before {
  content: "\eacd";
} /* '' */
.bmw-icon-truck_station:before {
  content: "\eace";
} /* '' */
.bmw-icon-bus_stop:before {
  content: "\eacf";
} /* '' */
.bmw-icon-underground:before {
  content: "\ead0";
} /* '' */
.bmw-icon-s-bahn:before {
  content: "\ead1";
} /* '' */
.bmw-icon-tram:before {
  content: "\ead2";
} /* '' */
.bmw-icon-glas_fork_knife:before {
  content: "\ead3";
} /* '' */
.bmw-icon-bus:before {
  content: "\ead4";
} /* '' */
.bmw-icon-charging_car:before {
  content: "\ead5";
} /* '' */
.bmw-icon-charging_bicycle:before {
  content: "\ead6";
} /* '' */
.bmw-icon-charging_motorcycle:before {
  content: "\ead7";
} /* '' */
.bmw-icon-charging_bus:before {
  content: "\ead8";
} /* '' */
.bmw-icon-charging_truck:before {
  content: "\ead9";
} /* '' */
.bmw-icon-arrow_u_up_left:before {
  content: "\eada";
} /* '' */
.bmw-icon-star_filled:before {
  content: "\eadb";
} /* '' */
.bmw-icon-highlight_filled:before {
  content: "\eadc";
} /* '' */
.bmw-icon-heart_filled:before {
  content: "\eadd";
} /* '' */
.bmw-icon-help_filled:before {
  content: "\eade";
} /* '' */
.bmw-icon-app_store:before {
  content: "\eadf";
} /* '' */
.bmw-icon-scan_card_with_phone:before {
  content: "\eae0";
} /* '' */
.bmw-icon-high-voltage_battery_gen5:before {
  content: "\eae1";
} /* '' */
.bmw-icon-high-voltage_battery_gen6:before {
  content: "\eae2";
} /* '' */
.bmw-icon-battery_cell_sizes:before {
  content: "\eae3";
} /* '' */
.bmw-icon-fullscreen_exit:before {
  content: "\eae4";
} /* '' */
.bmw-icon-camera_crossed_out:before {
  content: "\eae5";
} /* '' */
.bmw-icon-banknotes:before {
  content: "\eae6";
} /* '' */
.bmw-icon-car_and_motorcycle:before {
  content: "\eae7";
} /* '' */
.bmw-icon-woman_with_percent_sign:before {
  content: "\eae8";
} /* '' */
.bmw-icon-financial_building:before {
  content: "\eae9";
} /* '' */
.bmw-icon-add_car:before {
  content: "\eaea";
} /* '' */
.bmw-icon-airbag:before {
  content: "\eaeb";
} /* '' */
.bmw-icon-battery:before {
  content: "\eaec";
} /* '' */
.bmw-icon-co2:before {
  content: "\eaed";
} /* '' */
.bmw-icon-cabrio_roof_close:before {
  content: "\eaee";
} /* '' */
.bmw-icon-cabrio_roof_open:before {
  content: "\eaef";
} /* '' */
.bmw-icon-car_door_close:before {
  content: "\eaf0";
} /* '' */
.bmw-icon-car_front:before {
  content: "\eaf1";
} /* '' */
.bmw-icon-car_front_mini:before {
  content: "\eaf2";
} /* '' */
.bmw-icon-car_manual:before {
  content: "\eaf3";
} /* '' */
.bmw-icon-car_model_compact:before {
  content: "\eaf4";
} /* '' */
.bmw-icon-car_model_convertible:before {
  content: "\eaf5";
} /* '' */
.bmw-icon-car_model_coupe:before {
  content: "\eaf6";
} /* '' */
.bmw-icon-car_model_gran_coupe:before {
  content: "\eaf7";
} /* '' */
.bmw-icon-car_model_gt:before {
  content: "\eaf8";
} /* '' */
.bmw-icon-car_model_mpv:before {
  content: "\eaf9";
} /* '' */
.bmw-icon-car_model_roadster:before {
  content: "\eafa";
} /* '' */
.bmw-icon-car_model_sac:before {
  content: "\eafb";
} /* '' */
.bmw-icon-car_model_sav:before {
  content: "\eafc";
} /* '' */
.bmw-icon-car_model_sedan:before {
  content: "\eafd";
} /* '' */
.bmw-icon-car_model_touring:before {
  content: "\eafe";
} /* '' */
.bmw-icon-car_door_open:before {
  content: "\eaff";
} /* '' */
.bmw-icon-car_rear:before {
  content: "\eb00";
} /* '' */
.bmw-icon-car_side:before {
  content: "\eb01";
} /* '' */
.bmw-icon-car_update:before {
  content: "\eb02";
} /* '' */
.bmw-icon-charge:before {
  content: "\eb03";
} /* '' */
.bmw-icon-charging_electric:before {
  content: "\eb04";
} /* '' */
.bmw-icon-driving_assistance:before {
  content: "\eb05";
} /* '' */
.bmw-icon-fuel:before {
  content: "\eb06";
} /* '' */
.bmw-icon-fuel_car_bev:before {
  content: "\eb07";
} /* '' */
.bmw-icon-fuel_car_diesel:before {
  content: "\eb08";
} /* '' */
.bmw-icon-fuel_car_gas:before {
  content: "\eb09";
} /* '' */
.bmw-icon-fuel_car_h2:before {
  content: "\eb0a";
} /* '' */
.bmw-icon-fuel_car_mhev:before {
  content: "\eb0b";
} /* '' */
.bmw-icon-fuel_car_petrol:before {
  content: "\eb0c";
} /* '' */
.bmw-icon-fuel_car_phev:before {
  content: "\eb0d";
} /* '' */
.bmw-icon-fuel_pump:before {
  content: "\eb0e";
} /* '' */
.bmw-icon-fuel_station_diesel:before {
  content: "\eb0f";
} /* '' */
.bmw-icon-fuel_station_gas:before {
  content: "\eb10";
} /* '' */
.bmw-icon-fuel_station_h2:before {
  content: "\eb11";
} /* '' */
.bmw-icon-fuel_station_phev:before {
  content: "\eb12";
} /* '' */
.bmw-icon-fuel_type_bev:before {
  content: "\eb13";
} /* '' */
.bmw-icon-fuel_type_diesel:before {
  content: "\eb14";
} /* '' */
.bmw-icon-fuel_type_gas:before {
  content: "\eb15";
} /* '' */
.bmw-icon-fuel_type_h2:before {
  content: "\eb16";
} /* '' */
.bmw-icon-fuel_type_mhev:before {
  content: "\eb17";
} /* '' */
.bmw-icon-fuel_type_petrol:before {
  content: "\eb18";
} /* '' */
.bmw-icon-fuel_type_phev:before {
  content: "\eb19";
} /* '' */
.bmw-icon-functions_on_demand:before {
  content: "\eb1a";
} /* '' */
.bmw-icon-gauge:before {
  content: "\eb1b";
} /* '' */
.bmw-icon-helmet:before {
  content: "\eb1c";
} /* '' */
.bmw-icon-ipa:before {
  content: "\eb1d";
} /* '' */
.bmw-icon-key:before {
  content: "\eb1e";
} /* '' */
.bmw-icon-parking:before {
  content: "\eb1f";
} /* '' */
.bmw-icon-pre_owned_car_search:before {
  content: "\eb20";
} /* '' */
.bmw-icon-range_bev:before {
  content: "\eb21";
} /* '' */
.bmw-icon-range_diesel:before {
  content: "\eb22";
} /* '' */
.bmw-icon-range_gas:before {
  content: "\eb23";
} /* '' */
.bmw-icon-range_h2:before {
  content: "\eb24";
} /* '' */
.bmw-icon-range_petrol:before {
  content: "\eb25";
} /* '' */
.bmw-icon-range_phev:before {
  content: "\eb26";
} /* '' */
.bmw-icon-seat_front:before {
  content: "\eb27";
} /* '' */
.bmw-icon-seat_side:before {
  content: "\eb28";
} /* '' */
.bmw-icon-seats:before {
  content: "\eb29";
} /* '' */
.theme-bmw {
  font-family: "BMWTypeNext";
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  font-weight: 300;
}
.theme-bmw h1, .theme-bmw h2, .theme-bmw h3, .theme-bmw h4, .theme-bmw h5, .theme-bmw h6 {
  font-family: "BMWTypeNext";
  margin: 0;
  font-weight: 300;
  text-box: trim-both cap alphabetic;
}
.theme-bmw h1 {
  font-size: 43px;
  padding-bottom: 43px;
  line-height: 1.2;
}
.theme-bmw h2 {
  font-size: 35px;
  padding-bottom: 35px;
  line-height: 1.25;
}
.theme-bmw h3 {
  font-size: 28px;
  padding-bottom: 28px;
  line-height: 1.3;
}
.theme-bmw h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .theme-bmw h1 {
    font-size: 34px;
    padding-bottom: 30px;
  }
  .theme-bmw h2 {
    font-size: 27px;
    padding-bottom: 24px;
  }
  .theme-bmw h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .theme-bmw h4 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

.dlm-download-button--bmw {
  color: #222222;
  display: flex;
  gap: 20px;
  padding: 20px 0 !important;
  border-bottom: solid 1px #e6e6e6;
}
.dlm-download-button--bmw:hover {
  color: #1c69d4;
}
.dlm-download-button--bmw .dlm-download-button--motorrad__icon {
  width: 24px;
  height: 24px;
}
.dlm-download-button--bmw .dlm-download-button--motorrad__icon svg {
  width: 24px;
  height: 24px;
}
.dlm-download-button--bmw .dlm-download-button--motorrad__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dlm-download-button--bmw .dlm-download-button--motorrad__content .dlm-download-button--motorrad__meta {
  font-size: 12px;
}
.dlm-download-button--bmw + .fwpress-buttons {
  margin-top: 36px;
}

@media screen and (max-width: 991px) {
  .theme-bmw {
    font-size: 16px;
  }
}
@font-face {
  font-family: "md-icon";
  src: url("/wp-content/themes/fwpress/assets/fonts/md-icon-cm.woff2?v=1") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/md-icon-cm.woff?v=1") format("woff"), url("/wp-content/themes/fwpress/assets/fonts/md-icon-cm.svg#md-icon-cm?v=1") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=md-icnpre-]:before, [class*=" md-icnpre-"]:before, [class^=md-icnpost-]:after, [class*=" md-icnpost-"]:after, [class^=md-icn-]:after, [class*=" md-icn-"]:after {
  display: inline-block;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  vertical-align: bottom;
  font-family: "md-icon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  speak: none;
  line-height: 1;
}

[class^=md-icn-], [class*=" md-icn-"] {
  display: inline-block;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  vertical-align: bottom;
  font-family: "md-icon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  speak: none;
  line-height: 1;
  text-rendering: auto;
}

[class^=md-icn-] .md-icn-alt, [class*=" md-icn-"] .md-icn-alt {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

[class^=md-icnpre-]:hover:before, [class*=" md-icnpre-"]:hover:before, [class^=md-icnpost-]:hover:after, [class*=" md-icnpost-"]:hover:after, [class^=md-icn-]:hover:after, [class*=" md-icn-"]:hover:after, [class^=md-icn-]:hover, [class*=" md-icn-"]:hover {
  background-size: contain;
}

[class^=md-icnpre-]:before, [class*=" md-icnpre-"]:before, [class^=md-icnpost-]:after, [class*=" md-icnpost-"]:after {
  content: "";
}

.md-icnpre-loader:before, .md-icnpost-loader:after, .md-icn-loader {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%20width%3D%2246%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3CanimateTransform%20additive%3D%22sum%22%20attributeName%3D%22transform%22%20attributeType%3D%22XML%22%20begin%3D%220s%22%20calcMode%3D%22discrete%22%20dur%3D%221s%22%20fill%3D%22freeze%22%20repeatCount%3D%22indefinite%22%20type%3D%22rotate%22%20values%3D%220%2023%2023%3B%2030%2023%2023%3B%2060%2023%2023%3B%2090%2023%2023%3B%20120%2023%2023%3B%20150%2023%2023%3B%20180%2023%2023%3B%20210%2023%2023%3B%20240%2023%2023%3B%20270%2023%2023%3B%20300%2023%2023%3B%20330%2023%2023%22%2F%3E%3Cpath%20d%3D%22M16.39%209.55c1.712-.843%203.605-1.367%205.61-1.5v-8.025c-3.461.148-6.722%201.062-9.622%202.576l4.012%206.949z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10.539%2014.651c1.09-1.624%202.489-3.022%204.113-4.113l-4.004-6.936c-2.831%201.807-5.238%204.214-7.045%207.045l6.936%204.004z%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20d%3D%22M.025%2022h8.025c.133-2.004.657-3.897%201.5-5.61l-6.949-4.012c-1.513%202.9-2.428%206.161-2.576%209.622z%22%20fill%3D%22%23aeaeae%22%2F%3E%3Cpath%20d%3D%22M2.602%2033.623l6.949-4.012c-.844-1.713-1.368-3.606-1.501-5.611h-8.025c.148%203.462%201.063%206.723%202.577%209.623z%22%20fill%3D%22%23666%22%2F%3E%3Cpath%20d%3D%22M14.651%2035.461c-1.624-1.09-3.021-2.488-4.112-4.111l-6.936%204.004c1.806%202.83%204.213%205.237%207.043%207.043l4.005-6.936z%22%20fill%3D%22%233b3b3b%22%2F%3E%3Cpath%20d%3D%22M22%2045.975v-8.025c-2.005-.132-3.898-.656-5.61-1.5l-4.012%206.949c2.899%201.513%206.161%202.427%209.622%202.576zM29.611%2036.449c-1.713.844-3.606%201.368-5.611%201.5v8.025c3.462-.148%206.723-1.062%209.623-2.576l-4.012-6.949zM35.461%2031.349c-1.09%201.624-2.488%203.022-4.111%204.112l4.004%206.936c2.83-1.807%205.237-4.213%207.043-7.043l-6.936-4.005zM45.975%2024h-8.025c-.132%202.005-.656%203.897-1.5%205.61l6.949%204.013c1.513-2.9%202.427-6.162%202.576-9.623zM43.399%2012.378l-6.949%204.012c.843%201.713%201.367%203.605%201.499%205.61h8.025c-.148-3.461-1.062-6.722-2.575-9.622zM31.349%2010.539c1.624%201.09%203.022%202.489%204.113%204.113l6.936-4.004c-1.807-2.831-4.214-5.238-7.045-7.045l-4.004%206.936zM24%20.025v8.025c2.005.133%203.897.657%205.61%201.5l4.012-6.949c-2.899-1.513-6.161-2.428-9.622-2.576z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 1em;
}

.md-icnpre-pin-cluster:before, .md-icnpost-pin-cluster:after, .md-icn-pin-cluster {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.004%22%20height%3D%2246.131%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M30.75%2015.374c0%202.844-.67%205.404-1.997%207.693L15.378%2046.13%202.006%2023.07C.67%2020.79%200%2018.223%200%2015.378%200%2011.13%201.495%207.503%204.5%204.5%207.503%201.496%2011.13%200%2015.385%200c4.247%200%207.872%201.496%2010.876%204.5s4.485%206.62%204.485%2010.876l.005-.002z%22%2F%3E%3Cpath%20fill%3D%22%23666766%22%20d%3D%22M36.012%2015.374c0%202.844-.668%205.404-1.996%207.693L20.644%2046.13%207.272%2023.07c-1.337-2.28-2.006-4.85-2.006-7.693%200-4.248%201.498-7.874%204.5-10.877S16.396%200%2020.652%200c4.247%200%207.872%201.496%2010.876%204.5s4.484%206.62%204.484%2010.876v-.002z%22%2F%3E%3Cpath%20d%3D%22M41.004%2015.374c0%202.844-.67%205.404-1.997%207.693L25.634%2046.13l-13.37-23.06c-1.337-2.28-2.005-4.85-2.005-7.693%200-4.248%201.495-7.874%204.5-10.877S21.39%200%2025.644%200c4.247%200%207.872%201.496%2010.876%204.5S41%2011.12%2041%2015.376l.003-.002z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2225.588%22%20cy%3D%2215.59%22%20r%3D%2210.537%22%2F%3E%3C%2Fsvg%3E");
  width: 0.88885999em;
}

.md-icnpre-pin-saved-selected:before, .md-icnpost-pin-saved-selected:after, .md-icn-pin-saved-selected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-248%20240%2042%2063%22%20enable-background%3D%22new%20-248%20240%2042%2063%22%20width%3D%2242%22%20height%3D%2263.019%22%3E%3Cpath%20d%3D%22M-206%20261c0%203.9-.9%207.4-2.7%2010.5L-227%20303l-18.3-31.5c-1.8-3.1-2.7-6.6-2.7-10.5%200-5.8%202-10.8%206.1-14.9s9.1-6.1%2014.9-6.1c5.8%200%2010.8%202%2014.9%206.1s6.1%209.1%206.1%2014.9z%22%2F%3E%3Cpath%20fill%3D%22%23ff0%22%20d%3D%22M-214.9%20256.6l-.2-.7h-8.9l-2.8-8.7h-.7l-2.8%208.7h-8.9l-.2.7%207.2%205.5-3%209.4.6.4%207.6-5.8%207.6%205.8.6-.4-3-9.4%206.9-5.5z%22%2F%3E%3C%2Fsvg%3E");
  width: 0.66646567em;
}

.md-icnpre-pin-saved:before, .md-icnpost-pin-saved:after, .md-icn-pin-saved {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2246.515%22%3E%3Cpath%20d%3D%22M31%2015.505c0%202.867-.674%205.45-2.014%207.757l-13.48%2023.253L2.022%2023.262C.675%2020.964%200%2018.372%200%2015.505%200%2011.223%201.51%207.567%204.54%204.54%207.57%201.513%2011.222%200%2015.513%200c4.282%200%207.938%201.51%2010.967%204.54C29.51%207.566%2031%2011.212%2031%2015.505z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.46%2012.248l-.172-.54h-6.59l-2.09-6.43h-.53l-2.09%206.43H6.39l-.16.54%205.278%204.026-2.24%206.92.437.315%205.64-4.314%205.64%204.31.437-.313-2.24-6.92%205.278-4.026z%22%2F%3E%3C%2Fsvg%3E");
  width: 0.66645168em;
}

.md-icnpre-pin-selected:before, .md-icnpost-pin-selected:after, .md-icn-pin-selected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-248%20240%2042%2063%22%20enable-background%3D%22new%20-248%20240%2042%2063%22%20width%3D%2242%22%20height%3D%2263.02%22%3E%3Cpath%20d%3D%22M-206%20261c0%203.9-.9%207.4-2.7%2010.5L-227%20303l-18.3-31.5c-1.8-3.1-2.7-6.6-2.7-10.5%200-5.8%202-10.8%206.1-14.9s9.1-6.1%2014.9-6.1c5.8%200%2010.8%202%2014.9%206.1s6.1%209.1%206.1%2014.9z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%22-227.1%22%20cy%3D%22260.5%22%20r%3D%2210.5%22%2F%3E%3C%2Fsvg%3E");
  width: 0.66645509em;
}

.md-icnpre-pin:before, .md-icnpost-pin:after, .md-icn-pin {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2246.515%22%3E%3Cpath%20d%3D%22M31%2015.505c0%202.867-.674%205.45-2.014%207.757l-13.48%2023.253L2.022%2023.262C.675%2020.964%200%2018.372%200%2015.505%200%2011.223%201.51%207.567%204.54%204.54%207.57%201.513%2011.222%200%2015.513%200c4.282%200%207.938%201.51%2010.967%204.54C29.51%207.566%2031%2011.212%2031%2015.505z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2215.42%22%20cy%3D%2215.116%22%20r%3D%227.786%22%2F%3E%3C%2Fsvg%3E");
  width: 0.66645168em;
}

.md-icnpre-toggle-close-black:before, .md-icnpost-toggle-close-black:after, .md-icn-toggle-close-black {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22M19.14%2015L30%2025.86%2025.86%2030%2015%2019.14%204.138%2030%200%2025.86%2010.862%2015%200%204.138%204.138%200%2015%2010.862%2025.86%200%2030%204.138%2019.14%2015z%22%2F%3E%3C%2Fsvg%3E");
  width: 1em;
}

.md-icnpre-toggle-close:before, .md-icnpost-toggle-close:after, .md-icn-toggle-close {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.14%2015L30%2025.86%2025.86%2030%2015%2019.14%204.138%2030%200%2025.86%2010.862%2015%200%204.138%204.138%200%2015%2010.862%2025.86%200%2030%204.138%2019.14%2015z%22%2F%3E%3C%2Fsvg%3E");
  width: 1em;
}

.md-icnpre-toggle-tick-black:before, .md-icnpost-toggle-tick-black:after, .md-icn-toggle-tick-black {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.262%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22M15.195%2030L0%2014.804l4.525-4.527L14.94%2020.692%2033.495%200l4.768%204.273L15.195%2030z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.2754em;
}

.md-icnpre-toggle-tick:before, .md-icnpost-toggle-tick:after, .md-icn-toggle-tick {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.262%22%20height%3D%2230%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.195%2030L0%2014.804l4.525-4.527L14.94%2020.692%2033.495%200l4.768%204.273L15.195%2030z%22%2F%3E%3C%2Fsvg%3E");
  width: 1.2754em;
}

.md-icnpre-toggle-close:before, .md-icnpost-toggle-close:after, .md-icn-toggle-close, .md-icnpre-toggle-tick:before, .md-icnpost-toggle-tick:after, .md-icn-toggle-tick {
  filter: grayscale(100%) brightness(-5);
}

.md-icnpre-360-swipe-device:before, .md-icnpost-360-swipe-device:after, .md-icn-360-swipe-device:before {
  content: "\e800";
  text-indent: 0;
}

.md-icnpre-acceleration:before, .md-icnpost-acceleration:after, .md-icn-acceleration:before {
  content: "\e801";
  text-indent: 0;
}

.md-icnpre-accident-service:before, .md-icnpost-accident-service:after, .md-icn-accident-service:before {
  content: "\e802";
  text-indent: 0;
}

.md-icnpre-angle-down:before, .md-icnpost-angle-down:after, .md-icn-angle-down:before {
  content: "\e803";
  text-indent: 0;
}

.md-icnpre-angle-down-circled:before, .md-icnpost-angle-down-circled:after, .md-icn-angle-down-circled:before {
  content: "\e804";
  text-indent: 0;
}

.md-icnpre-attachment:before, .md-icnpost-attachment:after, .md-icn-attachment:before {
  content: "\e805";
  text-indent: 0;
}

.md-icnpre-battery-service:before, .md-icnpost-battery-service:after, .md-icn-battery-service:before {
  content: "\e806";
  text-indent: 0;
}

.md-icnpre-body-works:before, .md-icnpost-body-works:after, .md-icn-body-works:before {
  content: "\e807";
  text-indent: 0;
}

.md-icnpre-break-liquid-change:before, .md-icnpost-break-liquid-change:after, .md-icn-break-liquid-change:before {
  content: "\e808";
  text-indent: 0;
}

.md-icnpre-breakdown-service:before, .md-icnpost-breakdown-service:after, .md-icn-breakdown-service:before {
  content: "\e809";
  text-indent: 0;
}

.md-icnpre-brochure:before, .md-icnpost-brochure:after, .md-icn-brochure:before {
  content: "\e80a";
  text-indent: 0;
}

.md-icnpre-calculator:before, .md-icnpost-calculator:after, .md-icn-calculator:before {
  content: "\e80b";
  text-indent: 0;
}

.md-icnpre-calendar:before, .md-icnpost-calendar:after, .md-icn-calendar:before {
  content: "\e80c";
  text-indent: 0;
}

.md-icnpre-carburetor:before, .md-icnpost-carburetor:after, .md-icn-carburetor:before {
  content: "\e80d";
  text-indent: 0;
}

.md-icnpre-change-1:before, .md-icnpost-change-1:after, .md-icn-change-1:before {
  content: "\e80e";
  text-indent: 0;
}

.md-icnpre-charge:before, .md-icnpost-charge:after, .md-icn-charge:before {
  content: "\e80f";
  text-indent: 0;
}

.md-icnpre-charge-home:before, .md-icnpost-charge-home:after, .md-icn-charge-home:before {
  content: "\e810";
  text-indent: 0;
}

.md-icnpre-check:before, .md-icnpost-check:after, .md-icn-check:before {
  content: "\e811";
  text-indent: 0;
}

.md-icnpre-close-circled-outline:before, .md-icnpost-close-circled-outline:after, .md-icn-close-circled-outline:before {
  content: "\e812";
  text-indent: 0;
}

.md-icnpre-close:before, .md-icnpost-close:after, .md-icn-close:before {
  content: "\e813";
  text-indent: 0;
}

.md-icnpre-co2-no-text:before, .md-icnpost-co2-no-text:after, .md-icn-co2-no-text:before {
  content: "\e814";
  text-indent: 0;
}

.md-icnpre-co2:before, .md-icnpost-co2:after, .md-icn-co2:before {
  content: "\e815";
  text-indent: 0;
}

.md-icnpre-micro-filter-service:before, .md-icnpost-micro-filter-service:after, .md-icn-micro-filter-service:before {
  content: "\e816";
  text-indent: 0;
}

.md-icnpre-dashboard-view:before, .md-icnpost-dashboard-view:after, .md-icn-dashboard-view:before {
  content: "\e817";
  text-indent: 0;
}

.md-icnpre-microanimation-summary:before, .md-icnpost-microanimation-summary:after, .md-icn-microanimation-summary:before {
  content: "\e818";
  text-indent: 0;
}

.md-icnpre-mini-logo:before, .md-icnpost-mini-logo:after, .md-icn-mini-logo:before {
  content: "\e819";
  text-indent: 0;
}

.md-icnpre-mini-yours:before, .md-icnpost-mini-yours:after, .md-icn-mini-yours:before {
  content: "\e81a";
  text-indent: 0;
}

.md-icnpre-mini-original-parts:before, .md-icnpost-mini-original-parts:after, .md-icn-mini-original-parts:before {
  content: "\e81b";
  text-indent: 0;
}

.md-icnpre-mini-care-products:before, .md-icnpost-mini-care-products:after, .md-icn-mini-care-products:before {
  content: "\e81c";
  text-indent: 0;
}

.md-icnpre-minus-circled:before, .md-icnpost-minus-circled:after, .md-icn-minus-circled:before {
  content: "\e81d";
  text-indent: 0;
}

.md-icnpre-minus-circled-outline:before, .md-icnpost-minus-circled-outline:after, .md-icn-minus-circled-outline:before {
  content: "\e81e";
  text-indent: 0;
}

.md-icnpre-mirror-cap-right:before, .md-icnpost-mirror-cap-right:after, .md-icn-mirror-cap-right:before {
  content: "\e81f";
  text-indent: 0;
}

.md-icnpre-mirror-item:before, .md-icnpost-mirror-item:after, .md-icn-mirror-item:before {
  content: "\e820";
  text-indent: 0;
}

.md-icnpre-mobile-phone:before, .md-icnpost-mobile-phone:after, .md-icn-mobile-phone:before {
  content: "\e821";
  text-indent: 0;
}

.md-icnpre-models:before, .md-icnpost-models:after, .md-icn-models:before {
  content: "\e822";
  text-indent: 0;
}

.md-icnpre-money-reservation-fee:before, .md-icnpost-money-reservation-fee:after, .md-icn-money-reservation-fee:before {
  content: "\e823";
  text-indent: 0;
}

.md-icnpre-money-pound:before, .md-icnpost-money-pound:after, .md-icn-money-pound:before {
  content: "\e824";
  text-indent: 0;
}

.md-icnpre-money-full-amount:before, .md-icnpost-money-full-amount:after, .md-icn-money-full-amount:before {
  content: "\e825";
  text-indent: 0;
}

.md-icnpre-money-euro:before, .md-icnpost-money-euro:after, .md-icn-money-euro:before {
  content: "\e826";
  text-indent: 0;
}

.md-icnpre-money-duration:before, .md-icnpost-money-duration:after, .md-icn-money-duration:before {
  content: "\e827";
  text-indent: 0;
}

.md-icnpre-money-deposit:before, .md-icnpost-money-deposit:after, .md-icn-money-deposit:before {
  content: "\e828";
  text-indent: 0;
}

.md-icnpre-monthly-rate-euro:before, .md-icnpost-monthly-rate-euro:after, .md-icn-monthly-rate-euro:before {
  content: "\e829";
  text-indent: 0;
}

.md-icnpre-monthly-rate-pound:before, .md-icnpost-monthly-rate-pound:after, .md-icn-monthly-rate-pound:before {
  content: "\e82a";
  text-indent: 0;
}

.md-icnpre-move:before, .md-icnpost-move:after, .md-icn-move:before {
  content: "\e82b";
  text-indent: 0;
}

.md-icnpre-move-horizontal-circled-outline:before, .md-icnpost-move-horizontal-circled-outline:after, .md-icn-move-horizontal-circled-outline:before {
  content: "\e82c";
  text-indent: 0;
}

.md-icnpre-my-mini:before, .md-icnpost-my-mini:after, .md-icn-my-mini:before {
  content: "\e82d";
  text-indent: 0;
}

.md-icnpre-my-mini-star:before, .md-icnpost-my-mini-star:after, .md-icn-my-mini-star:before {
  content: "\e82e";
  text-indent: 0;
}

.md-icnpre-navigation:before, .md-icnpost-navigation:after, .md-icn-navigation:before {
  content: "\e82f";
  text-indent: 0;
}

.md-icnpre-navigation-sub:before, .md-icnpost-navigation-sub:after, .md-icn-navigation-sub:before {
  content: "\e830";
  text-indent: 0;
}

.md-icnpre-oil-filter-service:before, .md-icnpost-oil-filter-service:after, .md-icn-oil-filter-service:before {
  content: "\e831";
  text-indent: 0;
}

.md-icnpre-package-l:before, .md-icnpost-package-l:after, .md-icn-package-l:before {
  content: "\e832";
  text-indent: 0;
}

.md-icnpre-package-m:before, .md-icnpost-package-m:after, .md-icn-package-m:before {
  content: "\e833";
  text-indent: 0;
}

.md-icnpre-package-s:before, .md-icnpost-package-s:after, .md-icn-package-s:before {
  content: "\e834";
  text-indent: 0;
}

.md-icnpre-package-xl:before, .md-icnpost-package-xl:after, .md-icn-package-xl:before {
  content: "\e835";
  text-indent: 0;
}

.md-icnpre-page-dot:before, .md-icnpost-page-dot:after, .md-icn-page-dot:before {
  content: "\e836";
  text-indent: 0;
}

.md-icnpre-page-dot-active:before, .md-icnpost-page-dot-active:after, .md-icn-page-dot-active:before {
  content: "\e837";
  text-indent: 0;
}

.md-icnpre-page-dot-active-emty:before, .md-icnpost-page-dot-active-emty:after, .md-icn-page-dot-active-emty:before {
  content: "\e838";
  text-indent: 0;
}

.md-icnpre-paint:before, .md-icnpost-paint:after, .md-icn-paint:before {
  content: "\e839";
  text-indent: 0;
}

.md-icnpre-paint-body:before, .md-icnpost-paint-body:after, .md-icn-paint-body:before {
  content: "\e83a";
  text-indent: 0;
}

.md-icnpre-paint-works:before, .md-icnpost-paint-works:after, .md-icn-paint-works:before {
  content: "\e83b";
  text-indent: 0;
}

.md-icnpre-pause:before, .md-icnpost-pause:after, .md-icn-pause:before {
  content: "\e83c";
  text-indent: 0;
}

.md-icnpre-petrol:before, .md-icnpost-petrol:after, .md-icn-petrol:before {
  content: "\e83d";
  text-indent: 0;
}

.md-icnpre-phone:before, .md-icnpost-phone:after, .md-icn-phone:before {
  content: "\e83e";
  text-indent: 0;
}

.md-icnpre-photo:before, .md-icnpost-photo:after, .md-icn-photo:before {
  content: "\e83f";
  text-indent: 0;
}

.md-icnpre-play:before, .md-icnpost-play:after, .md-icn-play:before {
  content: "\e840";
  text-indent: 0;
}

.md-icnpre-play-circled-outline:before, .md-icnpost-play-circled-outline:after, .md-icn-play-circled-outline:before {
  content: "\e841";
  text-indent: 0;
}

.md-icnpre-plug:before, .md-icnpost-plug:after, .md-icn-plug:before {
  content: "\e842";
  text-indent: 0;
}

.md-icnpre-plus-circled:before, .md-icnpost-plus-circled:after, .md-icn-plus-circled:before {
  content: "\e843";
  text-indent: 0;
}

.md-icnpre-plus:before, .md-icnpost-plus:after, .md-icn-plus:before {
  content: "\e844";
  text-indent: 0;
}

.md-icnpre-plus-circled-outline:before, .md-icnpost-plus-circled-outline:after, .md-icn-plus-circled-outline:before {
  content: "\e845";
  text-indent: 0;
}

.md-icnpre-power:before, .md-icnpost-power:after, .md-icn-power:before {
  content: "\e846";
  text-indent: 0;
}

.md-icnpre-preview:before, .md-icnpost-preview:after, .md-icn-preview:before {
  content: "\e847";
  text-indent: 0;
}

.md-icnpre-pricelist:before, .md-icnpost-pricelist:after, .md-icn-pricelist:before {
  content: "\e848";
  text-indent: 0;
}

.md-icnpre-print:before, .md-icnpost-print:after, .md-icn-print:before {
  content: "\e849";
  text-indent: 0;
}

.md-icnpre-protrusion:before, .md-icnpost-protrusion:after, .md-icn-protrusion:before {
  content: "\e84a";
  text-indent: 0;
}

.md-icnpre-proxy-server:before, .md-icnpost-proxy-server:after, .md-icn-proxy-server:before {
  content: "\e84b";
  text-indent: 0;
}

.md-icnpre-recycling:before, .md-icnpost-recycling:after, .md-icn-recycling:before {
  content: "\e84c";
  text-indent: 0;
}

.md-icnpre-redo:before, .md-icnpost-redo:after, .md-icn-redo:before {
  content: "\e84d";
  text-indent: 0;
}

.md-icnpre-replacement-vehicle:before, .md-icnpost-replacement-vehicle:after, .md-icn-replacement-vehicle:before {
  content: "\e84e";
  text-indent: 0;
}

.md-icnpre-reset:before, .md-icnpost-reset:after, .md-icn-reset:before {
  content: "\e84f";
  text-indent: 0;
}

.md-icnpre-rim-service:before, .md-icnpost-rim-service:after, .md-icn-rim-service:before {
  content: "\e850";
  text-indent: 0;
}

.md-icnpre-rotate-ccw:before, .md-icnpost-rotate-ccw:after, .md-icn-rotate-ccw:before {
  content: "\e851";
  text-indent: 0;
}

.md-icnpre-run-flat-technology:before, .md-icnpost-run-flat-technology:after, .md-icn-run-flat-technology:before {
  content: "\e852";
  text-indent: 0;
}

.md-icnpre-save:before, .md-icnpost-save:after, .md-icn-save:before {
  content: "\e853";
  text-indent: 0;
}

.md-icnpre-select_design:before, .md-icnpost-select_design:after, .md-icn-select_design:before {
  content: "\e854";
  text-indent: 0;
}

.md-icnpre-server:before, .md-icnpost-server:after, .md-icn-server:before {
  content: "\e855";
  text-indent: 0;
}

.md-icnpre-service-brake-disks-pads:before, .md-icnpost-service-brake-disks-pads:after, .md-icn-service-brake-disks-pads:before {
  content: "\e856";
  text-indent: 0;
}

.md-icnpre-service-engine-oil:before, .md-icnpost-service-engine-oil:after, .md-icn-service-engine-oil:before {
  content: "\e857";
  text-indent: 0;
}

.md-icnpre-service:before, .md-icnpost-service:after, .md-icn-service:before {
  content: "\e858";
  text-indent: 0;
}

.md-icnpre-service-replacement-of-microfilters:before, .md-icnpost-service-replacement-of-microfilters:after, .md-icn-service-replacement-of-microfilters:before {
  content: "\e859";
  text-indent: 0;
}

.md-icnpre-settings:before, .md-icnpost-settings:after, .md-icn-settings:before {
  content: "\e85a";
  text-indent: 0;
}

.md-icnpre-share:before, .md-icnpost-share:after, .md-icn-share:before {
  content: "\e85b";
  text-indent: 0;
}

.md-icnpre-sign:before, .md-icnpost-sign:after, .md-icn-sign:before {
  content: "\e85c";
  text-indent: 0;
}

.md-icnpre-smile:before, .md-icnpost-smile:after, .md-icn-smile:before {
  content: "\e85d";
  text-indent: 0;
}

.md-icnpre-smile-contented:before, .md-icnpost-smile-contented:after, .md-icn-smile-contented:before {
  content: "\e85e";
  text-indent: 0;
}

.md-icnpre-smile-great:before, .md-icnpost-smile-great:after, .md-icn-smile-great:before {
  content: "\e85f";
  text-indent: 0;
}

.md-icnpre-smile-not-happy:before, .md-icnpost-smile-not-happy:after, .md-icn-smile-not-happy:before {
  content: "\e860";
  text-indent: 0;
}

.md-icnpre-search:before, .md-icnpost-search:after, .md-icn-search:before {
  content: "\e861";
  text-indent: 0;
}

.md-icnpre-social-facebook:before, .md-icnpost-social-facebook:after, .md-icn-social-facebook:before {
  content: "\e862";
  text-indent: 0;
}

.md-icnpre-social-facebook-circled:before, .md-icnpost-social-facebook-circled:after, .md-icn-social-facebook-circled:before {
  content: "\e863";
  text-indent: 0;
}

.md-icnpre-social-facebook-circled-outline:before, .md-icnpost-social-facebook-circled-outline:after, .md-icn-social-facebook-circled-outline:before {
  content: "\e864";
  text-indent: 0;
}

.md-icnpre-social-google-plus:before, .md-icnpost-social-google-plus:after, .md-icn-social-google-plus:before {
  content: "\e865";
  text-indent: 0;
}

.md-icnpre-rotate-cw:before, .md-icnpost-rotate-cw:after, .md-icn-rotate-cw:before {
  content: "\e866";
  text-indent: 0;
}

.md-icnpre-social-google-plus-circled:before, .md-icnpost-social-google-plus-circled:after, .md-icn-social-google-plus-circled:before {
  content: "\e867";
  text-indent: 0;
}

.md-icnpre-social-google-plus-circled-outline:before, .md-icnpost-social-google-plus-circled-outline:after, .md-icn-social-google-plus-circled-outline:before {
  content: "\e868";
  text-indent: 0;
}

.md-icnpre-social-instagram:before, .md-icnpost-social-instagram:after, .md-icn-social-instagram:before {
  content: "\e869";
  text-indent: 0;
}

.md-icnpre-social-instagram-circled:before, .md-icnpost-social-instagram-circled:after, .md-icn-social-instagram-circled:before {
  content: "\e86a";
  text-indent: 0;
}

.md-icnpre-social-instagram-circled-outline:before, .md-icnpost-social-instagram-circled-outline:after, .md-icn-social-instagram-circled-outline:before {
  content: "\e86b";
  text-indent: 0;
}

.md-icnpre-social-line:before, .md-icnpost-social-line:after, .md-icn-social-line:before {
  content: "\e86c";
  text-indent: 0;
}

.md-icnpre-social-line-circled-outline:before, .md-icnpost-social-line-circled-outline:after, .md-icn-social-line-circled-outline:before {
  content: "\e86d";
  text-indent: 0;
}

.md-icnpre-social-linkedin-circled:before, .md-icnpost-social-linkedin-circled:after, .md-icn-social-linkedin-circled:before {
  content: "\e86e";
  text-indent: 0;
}

.md-icnpre-social-linkedin-circled-outline:before, .md-icnpost-social-linkedin-circled-outline:after, .md-icn-social-linkedin-circled-outline:before {
  content: "\e86f";
  text-indent: 0;
}

.md-icnpre-social-pinterest-circled:before, .md-icnpost-social-pinterest-circled:after, .md-icn-social-pinterest-circled:before {
  content: "\e870";
  text-indent: 0;
}

.md-icnpre-social-pinterest-circled-outline:before, .md-icnpost-social-pinterest-circled-outline:after, .md-icn-social-pinterest-circled-outline:before {
  content: "\e871";
  text-indent: 0;
}

.md-icnpre-social-twitter:before, .md-icnpost-social-twitter:after, .md-icn-social-twitter:before {
  content: "\e872";
  text-indent: 0;
}

.md-icnpre-social-twitter-circled:before, .md-icnpost-social-twitter-circled:after, .md-icn-social-twitter-circled:before {
  content: "\e873";
  text-indent: 0;
}

.md-icnpre-social-twitter-circled-outline:before, .md-icnpost-social-twitter-circled-outline:after, .md-icn-social-twitter-circled-outline:before {
  content: "\e874";
  text-indent: 0;
}

.md-icnpre-social-pinterest:before, .md-icnpost-social-pinterest:after, .md-icn-social-pinterest:before {
  content: "\e875";
  text-indent: 0;
}

.md-icnpre-social-whatsapp:before, .md-icnpost-social-whatsapp:after, .md-icn-social-whatsapp:before {
  content: "\e876";
  text-indent: 0;
}

.md-icnpre-social-whatsapp-circled:before, .md-icnpost-social-whatsapp-circled:after, .md-icn-social-whatsapp-circled:before {
  content: "\e877";
  text-indent: 0;
}

.md-icnpre-social-youtube:before, .md-icnpost-social-youtube:after, .md-icn-social-youtube:before {
  content: "\e878";
  text-indent: 0;
}

.md-icnpre-3door-r:before, .md-icnpost-3door-r:after, .md-icn-3door-r:before {
  content: "\e879";
  text-indent: 0;
}

.md-icnpre-3door-l:before, .md-icnpost-3door-l:after, .md-icn-3door-l:before {
  content: "\e87a";
  text-indent: 0;
}

.md-icnpre-5door-fl:before, .md-icnpost-5door-fl:after, .md-icn-5door-fl:before {
  content: "\e87b";
  text-indent: 0;
}

.md-icnpre-5door-fr:before, .md-icnpost-5door-fr:after, .md-icn-5door-fr:before {
  content: "\e87c";
  text-indent: 0;
}

.md-icnpre-usb:before, .md-icnpost-usb:after, .md-icn-usb:before {
  content: "\e87d";
  text-indent: 0;
}

.md-icnpre-replay:before, .md-icnpost-replay:after, .md-icn-replay:before {
  content: "\e87e";
  text-indent: 0;
}

.md-icnpre-3door-fr:before, .md-icnpost-3door-fr:after, .md-icn-3door-fr:before {
  content: "\e87f";
  text-indent: 0;
}

.md-icnpre-3door-fl:before, .md-icnpost-3door-fl:after, .md-icn-3door-fl:before {
  content: "\e880";
  text-indent: 0;
}

.md-icnpre-center-circle:before, .md-icnpost-center-circle:after, .md-icn-center-circle:before {
  content: "\e881";
  text-indent: 0;
}

.md-icnpre-connected:before, .md-icnpost-connected:after, .md-icn-connected:before {
  content: "\e882";
  text-indent: 0;
}

.md-icnpre-alert:before, .md-icnpost-alert:after, .md-icn-alert:before {
  content: "\e883";
  text-indent: 0;
}

.md-icnpre-alert-cross:before, .md-icnpost-alert-cross:after, .md-icn-alert-cross:before {
  content: "\e884";
  text-indent: 0;
}

.md-icnpre-social-whatsapp-circled-outline:before, .md-icnpost-social-whatsapp-circled-outline:after, .md-icn-social-whatsapp-circled-outline:before {
  content: "\e885";
  text-indent: 0;
}

.md-icnpre-cookie:before, .md-icnpost-cookie:after, .md-icn-cookie:before {
  content: "\e886";
  text-indent: 0;
}

.md-icnpre-drive-4-wheel:before, .md-icnpost-drive-4-wheel:after, .md-icn-drive-4-wheel:before {
  content: "\e887";
  text-indent: 0;
}

.md-icnpre-exterior-mirror-cap:before, .md-icnpost-exterior-mirror-cap:after, .md-icn-exterior-mirror-cap:before {
  content: "\e888";
  text-indent: 0;
}

.md-icnpre-compare-1:before, .md-icnpost-compare-1:after, .md-icn-compare-1:before {
  content: "\e889";
  text-indent: 0;
}

.md-icnpre-social-youtube-circled:before, .md-icnpost-social-youtube-circled:after, .md-icn-social-youtube-circled:before {
  content: "\e88a";
  text-indent: 0;
}

.md-icnpre-social-youtube-circled-outline:before, .md-icnpost-social-youtube-circled-outline:after, .md-icn-social-youtube-circled-outline:before {
  content: "\e88b";
  text-indent: 0;
}

.md-icnpre-fuel-type-hybrid:before, .md-icnpost-fuel-type-hybrid:after, .md-icn-fuel-type-hybrid:before {
  content: "\e88c";
  text-indent: 0;
}

.md-icnpre-interior-side:before, .md-icnpost-interior-side:after, .md-icn-interior-side:before {
  content: "\e88d";
  text-indent: 0;
}

.md-icnpre-minus:before, .md-icnpost-minus:after, .md-icn-minus:before {
  content: "\e88e";
  text-indent: 0;
}

.md-icnpre-social-line-circled:before, .md-icnpost-social-line-circled:after, .md-icn-social-line-circled:before {
  content: "\e88f";
  text-indent: 0;
}

.md-icnpre-preview-off:before, .md-icnpost-preview-off:after, .md-icn-preview-off:before {
  content: "\e890";
  text-indent: 0;
}

.md-icnpre-select-design:before, .md-icnpost-select-design:after, .md-icn-select-design:before {
  content: "\e891";
  text-indent: 0;
}

.md-icnpre-trust:before, .md-icnpost-trust:after, .md-icn-trust:before {
  content: "\e892";
  text-indent: 0;
}

.md-icnpre-urgent-mark-little:before, .md-icnpost-urgent-mark-little:after, .md-icn-urgent-mark-little:before {
  content: "\e893";
  text-indent: 0;
}

.md-icnpre-voice-command:before, .md-icnpost-voice-command:after, .md-icn-voice-command:before {
  content: "\e894";
  text-indent: 0;
}

.md-icnpre-media:before, .md-icnpost-media:after, .md-icn-media:before {
  content: "\e895";
  text-indent: 0;
}

.md-icnpre-close-circled-outline-dotted:before, .md-icnpost-close-circled-outline-dotted:after, .md-icn-close-circled-outline-dotted:before {
  content: "\e896";
  text-indent: 0;
}

.md-icnpre-shoppingkart:before, .md-icnpost-shoppingkart:after, .md-icn-shoppingkart:before {
  content: "\e897";
  text-indent: 0;
}

.md-icnpre-money-generic:before, .md-icnpost-money-generic:after, .md-icn-money-generic:before {
  content: "\e898";
  text-indent: 0;
}

.md-icnpre-car_heart:before, .md-icnpost-car_heart:after, .md-icn-car_heart:before {
  content: "\e899";
  text-indent: 0;
}

.md-icnpre-charge-public:before, .md-icnpost-charge-public:after, .md-icn-charge-public:before {
  content: "\e89a";
  text-indent: 0;
}

.md-icnpre-chat:before, .md-icnpost-chat:after, .md-icn-chat:before {
  content: "\e89b";
  text-indent: 0;
}

.md-icnpre-check-and-maintenance:before, .md-icnpost-check-and-maintenance:after, .md-icn-check-and-maintenance:before {
  content: "\e89c";
  text-indent: 0;
}

.md-icnpre-check-circled:before, .md-icnpost-check-circled:after, .md-icn-check-circled:before {
  content: "\e89d";
  text-indent: 0;
}

.md-icnpre-check-circled-outline:before, .md-icnpost-check-circled-outline:after, .md-icn-check-circled-outline:before {
  content: "\e89e";
  text-indent: 0;
}

.md-icnpre-close-circled:before, .md-icnpost-close-circled:after, .md-icn-close-circled:before {
  content: "\e89f";
  text-indent: 0;
}

.md-icnpre-co2equivalent:before, .md-icnpost-co2equivalent:after, .md-icn-co2equivalent:before {
  content: "\e8a0";
  text-indent: 0;
}

.md-icnpre-compare:before, .md-icnpost-compare:after, .md-icn-compare:before {
  content: "\e8a1";
  text-indent: 0;
}

.md-icnpre-change:before, .md-icnpost-change:after, .md-icn-change:before {
  content: "\e8a2";
  text-indent: 0;
}

.md-icnpre-trade-in:before, .md-icnpost-trade-in:after, .md-icn-trade-in:before {
  content: "\e8a3";
  text-indent: 0;
}

.md-icnpre-callcenter:before, .md-icnpost-callcenter:after, .md-icn-callcenter:before {
  content: "\e8a4";
  text-indent: 0;
}

.md-icnpre-favourite-filled:before, .md-icnpost-favourite-filled:after, .md-icn-favourite-filled:before {
  content: "\e8a5";
  text-indent: 0;
}

.md-icnpre-chat-message:before, .md-icnpost-chat-message:after, .md-icn-chat-message:before {
  content: "\e8a6";
  text-indent: 0;
}

.md-icnpre-co-browse:before, .md-icnpost-co-browse:after, .md-icn-co-browse:before {
  content: "\e8a7";
  text-indent: 0;
}

.md-icnpre-external-link:before, .md-icnpost-external-link:after, .md-icn-external-link:before {
  content: "\e8a8";
  text-indent: 0;
}

.md-icnpre-faq:before, .md-icnpost-faq:after, .md-icn-faq:before {
  content: "\e8a9";
  text-indent: 0;
}

.md-icnpre-information-circled:before, .md-icnpost-information-circled:after, .md-icn-information-circled:before {
  content: "\e8aa";
  text-indent: 0;
}

.md-icnpre-360:before, .md-icnpost-360:after, .md-icn-360:before {
  content: "\e8ab";
  text-indent: 0;
}

.md-icnpre-help-circled:before, .md-icnpost-help-circled:after, .md-icn-help-circled:before {
  content: "\e8ac";
  text-indent: 0;
}

.md-icnpre-360-swipe-desktop:before, .md-icnpost-360-swipe-desktop:after, .md-icn-360-swipe-desktop:before {
  content: "\e8ad";
  text-indent: 0;
}

.md-icnpre-air-condition-service:before, .md-icnpost-air-condition-service:after, .md-icn-air-condition-service:before {
  content: "\e8ae";
  text-indent: 0;
}

.md-icnpre-piston:before, .md-icnpost-piston:after, .md-icn-piston:before {
  content: "\e8af";
  text-indent: 0;
}

.md-icnpre-upload:before, .md-icnpost-upload:after, .md-icn-upload:before {
  content: "\e8b0";
  text-indent: 0;
}

.md-icnpre-urgent-circled:before, .md-icnpost-urgent-circled:after, .md-icn-urgent-circled:before {
  content: "\e8b1";
  text-indent: 0;
}

.md-icnpre-air-filter-service:before, .md-icnpost-air-filter-service:after, .md-icn-air-filter-service:before {
  content: "\e8b2";
  text-indent: 0;
}

.md-icnpre-add-vehicle:before, .md-icnpost-add-vehicle:after, .md-icn-add-vehicle:before {
  content: "\e8b3";
  text-indent: 0;
}

.md-icnpre-content-share:before, .md-icnpost-content-share:after, .md-icn-content-share:before {
  content: "\e8b4";
  text-indent: 0;
}

.md-icnpre-log-in:before, .md-icnpost-log-in:after, .md-icn-log-in:before {
  content: "\e8b5";
  text-indent: 0;
}

.md-icnpre-log-out:before, .md-icnpost-log-out:after, .md-icn-log-out:before {
  content: "\e8b6";
  text-indent: 0;
}

.md-icnpre-favourite-added:before, .md-icnpost-favourite-added:after, .md-icn-favourite-added:before {
  content: "\e8b7";
  text-indent: 0;
}

.md-icnpre-3door-fl-1:before, .md-icnpost-3door-fl-1:after, .md-icn-3door-fl-1:before {
  content: "\e8b8";
  text-indent: 0;
}

.md-icnpre-5door-fl-1:before, .md-icnpost-5door-fl-1:after, .md-icn-5door-fl-1:before {
  content: "\e8b9";
  text-indent: 0;
}

.md-icnpre-5door-fr-1:before, .md-icnpost-5door-fr-1:after, .md-icn-5door-fr-1:before {
  content: "\e8ba";
  text-indent: 0;
}

.md-icnpre-5door-open-doors-1:before, .md-icnpost-5door-open-doors-1:after, .md-icn-5door-open-doors-1:before {
  content: "\e8bb";
  text-indent: 0;
}

.md-icnpre-5door-rl-1:before, .md-icnpost-5door-rl-1:after, .md-icn-5door-rl-1:before {
  content: "\e8bc";
  text-indent: 0;
}

.md-icnpre-5door-rr-1:before, .md-icnpost-5door-rr-1:after, .md-icn-5door-rr-1:before {
  content: "\e8bd";
  text-indent: 0;
}

.md-icnpre-360-swipe-desktop-1:before, .md-icnpost-360-swipe-desktop-1:after, .md-icn-360-swipe-desktop-1:before {
  content: "\e8be";
  text-indent: 0;
}

.md-icnpre-360-swipe-device-1:before, .md-icnpost-360-swipe-device-1:after, .md-icn-360-swipe-device-1:before {
  content: "\e8bf";
  text-indent: 0;
}

.md-icnpre-360-1:before, .md-icnpost-360-1:after, .md-icn-360-1:before {
  content: "\e8c0";
  text-indent: 0;
}

.md-icnpre-acceleration-1:before, .md-icnpost-acceleration-1:after, .md-icn-acceleration-1:before {
  content: "\e8c1";
  text-indent: 0;
}

.md-icnpre-accident-service-1:before, .md-icnpost-accident-service-1:after, .md-icn-accident-service-1:before {
  content: "\e8c2";
  text-indent: 0;
}

.md-icnpre-air-filter-service-1:before, .md-icnpost-air-filter-service-1:after, .md-icn-air-filter-service-1:before {
  content: "\e8c3";
  text-indent: 0;
}

.md-icnpre-car-heart:before, .md-icnpost-car-heart:after, .md-icn-car-heart:before {
  content: "\e8c4";
  text-indent: 0;
}

.md-icnpre-cart:before, .md-icnpost-cart:after, .md-icn-cart:before {
  content: "\e8c5";
  text-indent: 0;
}

.md-icnpre-energy-consumption:before, .md-icnpost-energy-consumption:after, .md-icn-energy-consumption:before {
  content: "\e8c6";
  text-indent: 0;
}

.md-icnpre-fuel-consumption:before, .md-icnpost-fuel-consumption:after, .md-icn-fuel-consumption:before {
  content: "\e8c7";
  text-indent: 0;
}

.md-icnpre-moon:before, .md-icnpost-moon:after, .md-icn-moon:before {
  content: "\e8c8";
  text-indent: 0;
}

.md-icnpre-shoppingkart-1:before, .md-icnpost-shoppingkart-1:after, .md-icn-shoppingkart-1:before {
  content: "\e8c9";
  text-indent: 0;
}

.md-icnpre-street:before, .md-icnpost-street:after, .md-icn-street:before {
  content: "\e8ca";
  text-indent: 0;
}

.md-icnpre-used-information:before, .md-icnpost-used-information:after, .md-icn-used-information:before {
  content: "\e8cb";
  text-indent: 0;
}

.md-icnpre-charge-public-1:before, .md-icnpost-charge-public-1:after, .md-icn-charge-public-1:before {
  content: "\e8cc";
  text-indent: 0;
}

.md-icnpre-charge-1:before, .md-icnpost-charge-1:after, .md-icn-charge-1:before {
  content: "\e8cd";
  text-indent: 0;
}

.md-icnpre-electric-power-1:before, .md-icnpost-electric-power-1:after, .md-icn-electric-power-1:before {
  content: "\e8ce";
  text-indent: 0;
}

.md-icnpre-electric-range-1:before, .md-icnpost-electric-range-1:after, .md-icn-electric-range-1:before {
  content: "\e8cf";
  text-indent: 0;
}

.md-icnpre-electric-repair:before, .md-icnpost-electric-repair:after, .md-icn-electric-repair:before {
  content: "\e8d0";
  text-indent: 0;
}

.md-icnpre-fuel-type-phev-1:before, .md-icnpost-fuel-type-phev-1:after, .md-icn-fuel-type-phev-1:before {
  content: "\e8d1";
  text-indent: 0;
}

.md-icnpre-fuel-1:before, .md-icnpost-fuel-1:after, .md-icn-fuel-1:before {
  content: "\e8d2";
  text-indent: 0;
}

.md-icnpre-arrow-down-circled-outline-1:before, .md-icnpost-arrow-down-circled-outline-1:after, .md-icn-arrow-down-circled-outline-1:before {
  content: "\e8d3";
  text-indent: 0;
}

.md-icnpre-circle-empty:before, .md-icnpost-circle-empty:after, .md-icn-circle-empty:before {
  content: "\e8d4";
  text-indent: 0;
}

.md-icnpre-compare-circled:before, .md-icnpost-compare-circled:after, .md-icn-compare-circled:before {
  content: "\e8d5";
  text-indent: 0;
}

.md-icnpre-copy:before, .md-icnpost-copy:after, .md-icn-copy:before {
  content: "\e8d6";
  text-indent: 0;
}

.md-icnpre-folder:before, .md-icnpost-folder:after, .md-icn-folder:before {
  content: "\e8d7";
  text-indent: 0;
}

.md-icnpre-map:before, .md-icnpost-map:after, .md-icn-map:before {
  content: "\e8d8";
  text-indent: 0;
}

.md-icnpre-usb-stick:before, .md-icnpost-usb-stick:after, .md-icn-usb-stick:before {
  content: "\e8d9";
  text-indent: 0;
}

.md-icnpre-briefcase:before, .md-icnpost-briefcase:after, .md-icn-briefcase:before {
  content: "\e8da";
  text-indent: 0;
}

.md-icnpre-favourite:before, .md-icnpost-favourite:after, .md-icn-favourite:before {
  content: "\e8db";
  text-indent: 0;
}

.md-icnpre-urgent-mark:before, .md-icnpost-urgent-mark:after, .md-icn-urgent-mark:before {
  content: "\e8dc";
  text-indent: 0;
}

.md-icnpre-social-linkedin:before, .md-icnpost-social-linkedin:after, .md-icn-social-linkedin:before {
  content: "\e8ec";
  text-indent: 0;
}

.md-icnpre-not-happy:before, .md-icnpost-not-happy:after, .md-icn-not-happy:before {
  content: "\e910";
  text-indent: 0;
}

.md-icnpre-configurator:before, .md-icnpost-configurator:after, .md-icn-configurator:before {
  content: "\e911";
  text-indent: 0;
}

.md-icnpre-dimensions:before, .md-icnpost-dimensions:after, .md-icn-dimensions:before {
  content: "\e912";
  text-indent: 0;
}

.md-icnpre-3door-open-doors:before, .md-icnpost-3door-open-doors:after, .md-icn-3door-open-doors:before {
  content: "\e915";
  text-indent: 0;
}

.md-icnpre-5door-open-doors:before, .md-icnpost-5door-open-doors:after, .md-icn-5door-open-doors:before {
  content: "\e916";
  text-indent: 0;
}

.md-icnpre-5door-rl:before, .md-icnpost-5door-rl:after, .md-icn-5door-rl:before {
  content: "\e917";
  text-indent: 0;
}

.md-icnpre-5door-rr:before, .md-icnpost-5door-rr:after, .md-icn-5door-rr:before {
  content: "\e918";
  text-indent: 0;
}

.md-icnpre-angle-down-circled-outline:before, .md-icnpost-angle-down-circled-outline:after, .md-icn-angle-down-circled-outline:before {
  content: "\e919";
  text-indent: 0;
}

.md-icnpre-angle-left:before, .md-icnpost-angle-left:after, .md-icn-angle-left:before {
  content: "\e91a";
  text-indent: 0;
}

.md-icnpre-angle-left-circled:before, .md-icnpost-angle-left-circled:after, .md-icn-angle-left-circled:before {
  content: "\e91b";
  text-indent: 0;
}

.md-icnpre-angle-left-circled-outline:before, .md-icnpost-angle-left-circled-outline:after, .md-icn-angle-left-circled-outline:before {
  content: "\e91c";
  text-indent: 0;
}

.md-icnpre-angle-right:before, .md-icnpost-angle-right:after, .md-icn-angle-right:before {
  content: "\e91d";
  text-indent: 0;
}

.md-icnpre-angle-right-circled:before, .md-icnpost-angle-right-circled:after, .md-icn-angle-right-circled:before {
  content: "\e91e";
  text-indent: 0;
}

.md-icnpre-angle-right-circled-outline:before, .md-icnpost-angle-right-circled-outline:after, .md-icn-angle-right-circled-outline:before {
  content: "\e91f";
  text-indent: 0;
}

.md-icnpre-angle-up:before, .md-icnpost-angle-up:after, .md-icn-angle-up:before {
  content: "\e920";
  text-indent: 0;
}

.md-icnpre-angle-up-circled:before, .md-icnpost-angle-up-circled:after, .md-icn-angle-up-circled:before {
  content: "\e921";
  text-indent: 0;
}

.md-icnpre-angle-up-circled-outline:before, .md-icnpost-angle-up-circled-outline:after, .md-icn-angle-up-circled-outline:before {
  content: "\e922";
  text-indent: 0;
}

.md-icnpre-arrow-down:before, .md-icnpost-arrow-down:after, .md-icn-arrow-down:before {
  content: "\e923";
  text-indent: 0;
}

.md-icnpre-arrow-down-circled:before, .md-icnpost-arrow-down-circled:after, .md-icn-arrow-down-circled:before {
  content: "\e924";
  text-indent: 0;
}

.md-icnpre-arrow-down-circled-outline:before, .md-icnpost-arrow-down-circled-outline:after, .md-icn-arrow-down-circled-outline:before {
  content: "\e925";
  text-indent: 0;
}

.md-icnpre-arrow-left:before, .md-icnpost-arrow-left:after, .md-icn-arrow-left:before {
  content: "\e926";
  text-indent: 0;
}

.md-icnpre-arrow-left-circled:before, .md-icnpost-arrow-left-circled:after, .md-icn-arrow-left-circled:before {
  content: "\e927";
  text-indent: 0;
}

.md-icnpre-arrow-left-circled-outline:before, .md-icnpost-arrow-left-circled-outline:after, .md-icn-arrow-left-circled-outline:before {
  content: "\e928";
  text-indent: 0;
}

.md-icnpre-arrow-right:before, .md-icnpost-arrow-right:after, .md-icn-arrow-right:before {
  content: "\e929";
  text-indent: 0;
}

.md-icnpre-arrow-right-circled:before, .md-icnpost-arrow-right-circled:after, .md-icn-arrow-right-circled:before {
  content: "\e92a";
  text-indent: 0;
}

.md-icnpre-arrow-right-circled-outline:before, .md-icnpost-arrow-right-circled-outline:after, .md-icn-arrow-right-circled-outline:before {
  content: "\e92b";
  text-indent: 0;
}

.md-icnpre-arrow-up:before, .md-icnpost-arrow-up:after, .md-icn-arrow-up:before {
  content: "\e92c";
  text-indent: 0;
}

.md-icnpre-arrow-up-circled:before, .md-icnpost-arrow-up-circled:after, .md-icn-arrow-up-circled:before {
  content: "\e92d";
  text-indent: 0;
}

.md-icnpre-arrow-up-circled-outline:before, .md-icnpost-arrow-up-circled-outline:after, .md-icn-arrow-up-circled-outline:before {
  content: "\e92e";
  text-indent: 0;
}

.md-icnpre-cosmetic-repair-care:before, .md-icnpost-cosmetic-repair-care:after, .md-icn-cosmetic-repair-care:before {
  content: "\e92f";
  text-indent: 0;
}

.md-icnpre-countryman:before, .md-icnpost-countryman:after, .md-icn-countryman:before {
  content: "\e930";
  text-indent: 0;
}

.md-icnpre-dashboard:before, .md-icnpost-dashboard:after, .md-icn-dashboard:before {
  content: "\e931";
  text-indent: 0;
}

.md-icnpre-dashboard-dsd:before, .md-icnpost-dashboard-dsd:after, .md-icn-dashboard-dsd:before {
  content: "\e932";
  text-indent: 0;
}

.md-icnpre-dashboard-topspeed:before, .md-icnpost-dashboard-topspeed:after, .md-icn-dashboard-topspeed:before {
  content: "\e933";
  text-indent: 0;
}

.md-icnpre-delete:before, .md-icnpost-delete:after, .md-icn-delete:before {
  content: "\e934";
  text-indent: 0;
}

.md-icnpre-document:before, .md-icnpost-document:after, .md-icn-document:before {
  content: "\e935";
  text-indent: 0;
}

.md-icnpre-document-share:before, .md-icnpost-document-share:after, .md-icn-document-share:before {
  content: "\e936";
  text-indent: 0;
}

.md-icnpre-doors:before, .md-icnpost-doors:after, .md-icn-doors:before {
  content: "\e937";
  text-indent: 0;
}

.md-icnpre-download:before, .md-icnpost-download:after, .md-icn-download:before {
  content: "\e938";
  text-indent: 0;
}

.md-icnpre-download-cloud:before, .md-icnpost-download-cloud:after, .md-icn-download-cloud:before {
  content: "\e939";
  text-indent: 0;
}

.md-icnpre-draw:before, .md-icnpost-draw:after, .md-icn-draw:before {
  content: "\e93a";
  text-indent: 0;
}

.md-icnpre-drive-2-wheel:before, .md-icnpost-drive-2-wheel:after, .md-icn-drive-2-wheel:before {
  content: "\e93b";
  text-indent: 0;
}

.md-icnpre-edit:before, .md-icnpost-edit:after, .md-icn-edit:before {
  content: "\e93d";
  text-indent: 0;
}

.md-icnpre-electric-badge:before, .md-icnpost-electric-badge:after, .md-icn-electric-badge:before {
  content: "\e93e";
  text-indent: 0;
}

.md-icnpre-electric-power:before, .md-icnpost-electric-power:after, .md-icn-electric-power:before {
  content: "\e93f";
  text-indent: 0;
}

.md-icnpre-electric-range:before, .md-icnpost-electric-range:after, .md-icn-electric-range:before {
  content: "\e940";
  text-indent: 0;
}

.md-icnpre-electrical-repair:before, .md-icnpost-electrical-repair:after, .md-icn-electrical-repair:before {
  content: "\e941";
  text-indent: 0;
}

.md-icnpre-email:before, .md-icnpost-email:after, .md-icn-email:before {
  content: "\e942";
  text-indent: 0;
}

.md-icnpre-email-open:before, .md-icnpost-email-open:after, .md-icn-email-open:before {
  content: "\e943";
  text-indent: 0;
}

.md-icnpre-energy-consum-value:before, .md-icnpost-energy-consum-value:after, .md-icn-energy-consum-value:before {
  content: "\e944";
  text-indent: 0;
}

.md-icnpre-environment:before, .md-icnpost-environment:after, .md-icn-environment:before {
  content: "\e945";
  text-indent: 0;
}

.md-icnpre-equal:before, .md-icnpost-equal:after, .md-icn-equal:before {
  content: "\e946";
  text-indent: 0;
}

.md-icnpre-equal-unequal:before, .md-icnpost-equal-unequal:after, .md-icn-equal-unequal:before {
  content: "\e947";
  text-indent: 0;
}

.md-icnpre-equipment:before, .md-icnpost-equipment:after, .md-icn-equipment:before {
  content: "\e948";
  text-indent: 0;
}

.md-icnpre-eraser:before, .md-icnpost-eraser:after, .md-icn-eraser:before {
  content: "\e949";
  text-indent: 0;
}

.md-icnpre-error:before, .md-icnpost-error:after, .md-icn-error:before {
  content: "\e94a";
  text-indent: 0;
}

.md-icnpre-exclusivity:before, .md-icnpost-exclusivity:after, .md-icn-exclusivity:before {
  content: "\e94b";
  text-indent: 0;
}

.md-icnpre-exterior-front:before, .md-icnpost-exterior-front:after, .md-icn-exterior-front:before {
  content: "\e94c";
  text-indent: 0;
}

.md-icnpre-exterior-rear:before, .md-icnpost-exterior-rear:after, .md-icn-exterior-rear:before {
  content: "\e94e";
  text-indent: 0;
}

.md-icnpre-exterior-side:before, .md-icnpost-exterior-side:after, .md-icn-exterior-side:before {
  content: "\e94f";
  text-indent: 0;
}

.md-icnpre-exterior-side-hard-top:before, .md-icnpost-exterior-side-hard-top:after, .md-icn-exterior-side-hard-top:before {
  content: "\e950";
  text-indent: 0;
}

.md-icnpre-exterior-side-soft-top:before, .md-icnpost-exterior-side-soft-top:after, .md-icn-exterior-side-soft-top:before {
  content: "\e951";
  text-indent: 0;
}

.md-icnpre-exterior-side-soft-top-circled-outline:before, .md-icnpost-exterior-side-soft-top-circled-outline:after, .md-icn-exterior-side-soft-top-circled-outline:before {
  content: "\e952";
  text-indent: 0;
}

.md-icnpre-exterior-side-soft-top-down:before, .md-icnpost-exterior-side-soft-top-down:after, .md-icn-exterior-side-soft-top-down:before {
  content: "\e953";
  text-indent: 0;
}

.md-icnpre-exterior-side-soft-top-up:before, .md-icnpost-exterior-side-soft-top-up:after, .md-icn-exterior-side-soft-top-up:before {
  content: "\e954";
  text-indent: 0;
}

.md-icnpre-exterior-top-roof-and-mirrors:before, .md-icnpost-exterior-top-roof-and-mirrors:after, .md-icn-exterior-top-roof-and-mirrors:before {
  content: "\e955";
  text-indent: 0;
}

.md-icnpre-exterior-top-stripes:before, .md-icnpost-exterior-top-stripes:after, .md-icn-exterior-top-stripes:before {
  content: "\e956";
  text-indent: 0;
}

.md-icnpre-filter:before, .md-icnpost-filter:after, .md-icn-filter:before {
  content: "\e957";
  text-indent: 0;
}

.md-icnpre-finance-rate:before, .md-icnpost-finance-rate:after, .md-icn-finance-rate:before {
  content: "\e958";
  text-indent: 0;
}

.md-icnpre-flip-ccw:before, .md-icnpost-flip-ccw:after, .md-icn-flip-ccw:before {
  content: "\e959";
  text-indent: 0;
}

.md-icnpre-flip-cw:before, .md-icnpost-flip-cw:after, .md-icn-flip-cw:before {
  content: "\e95a";
  text-indent: 0;
}

.md-icnpre-fuel:before, .md-icnpost-fuel:after, .md-icn-fuel:before {
  content: "\e95b";
  text-indent: 0;
}

.md-icnpre-fuel-type-phev:before, .md-icnpost-fuel-type-phev:after, .md-icn-fuel-type-phev:before {
  content: "\e95c";
  text-indent: 0;
}

.md-icnpre-petrolequivalent:before, .md-icnpost-petrolequivalent:after, .md-icn-petrolequivalent:before {
  content: "\e95d";
  text-indent: 0;
}

.md-icnpre-full-screen:before, .md-icnpost-full-screen:after, .md-icn-full-screen:before {
  content: "\e95e";
  text-indent: 0;
}

.md-icnpre-full-screen-exit:before, .md-icnpost-full-screen-exit:after, .md-icn-full-screen-exit:before {
  content: "\e95f";
  text-indent: 0;
}

.md-icnpre-glass-service:before, .md-icnpost-glass-service:after, .md-icn-glass-service:before {
  content: "\e960";
  text-indent: 0;
}

.md-icnpre-globe:before, .md-icnpost-globe:after, .md-icn-globe:before {
  content: "\e961";
  text-indent: 0;
}

.md-icnpre-gradient:before, .md-icnpost-gradient:after, .md-icn-gradient:before {
  content: "\e962";
  text-indent: 0;
}

.md-icnpre-help:before, .md-icnpost-help:after, .md-icn-help:before {
  content: "\e963";
  text-indent: 0;
}

.md-icnpre-holiday-check:before, .md-icnpost-holiday-check:after, .md-icn-holiday-check:before {
  content: "\e964";
  text-indent: 0;
}

.md-icnpre-home:before, .md-icnpost-home:after, .md-icn-home:before {
  content: "\e965";
  text-indent: 0;
}

.md-icnpre-hour-glass:before, .md-icnpost-hour-glass:after, .md-icn-hour-glass:before {
  content: "\e966";
  text-indent: 0;
}

.md-icnpre-3door-fr-1:before, .md-icnpost-3door-fr-1:after, .md-icn-3door-fr-1:before {
  content: "\e967";
  text-indent: 0;
}

.md-icnpre-3door-open-doors-1:before, .md-icnpost-3door-open-doors-1:after, .md-icn-3door-open-doors-1:before {
  content: "\e968";
  text-indent: 0;
}

.md-icnpre-image:before, .md-icnpost-image:after, .md-icn-image:before {
  content: "\e969";
  text-indent: 0;
}

.md-icnpre-imprint:before, .md-icnpost-imprint:after, .md-icn-imprint:before {
  content: "\e96a";
  text-indent: 0;
}

.md-icnpre-info:before, .md-icnpost-info:after, .md-icn-info:before {
  content: "\e96b";
  text-indent: 0;
}

.md-icnpre-information-about-you:before, .md-icnpost-information-about-you:after, .md-icn-information-about-you:before {
  content: "\e96c";
  text-indent: 0;
}

.md-icnpre-information-personal:before, .md-icnpost-information-personal:after, .md-icn-information-personal:before {
  content: "\e96d";
  text-indent: 0;
}

.md-icnpre-information-safety:before, .md-icnpost-information-safety:after, .md-icn-information-safety:before {
  content: "\e96e";
  text-indent: 0;
}

.md-icnpre-information-used-about-you:before, .md-icnpost-information-used-about-you:after, .md-icn-information-used-about-you:before {
  content: "\e96f";
  text-indent: 0;
}

.md-icnpre-inspection:before, .md-icnpost-inspection:after, .md-icn-inspection:before {
  content: "\e970";
  text-indent: 0;
}

.md-icnpre-interior-360:before, .md-icnpost-interior-360:after, .md-icn-interior-360:before {
  content: "\e971";
  text-indent: 0;
}

.md-icnpre-interior-front:before, .md-icnpost-interior-front:after, .md-icn-interior-front:before {
  content: "\e972";
  text-indent: 0;
}

.md-icnpre-air-condition-service-1:before, .md-icnpost-air-condition-service-1:after, .md-icn-air-condition-service-1:before {
  content: "\e973";
  text-indent: 0;
}

.md-icnpre-invert-color:before, .md-icnpost-invert-color:after, .md-icn-invert-color:before {
  content: "\e974";
  text-indent: 0;
}

.md-icnpre-layer:before, .md-icnpost-layer:after, .md-icn-layer:before {
  content: "\e975";
  text-indent: 0;
}

.md-icnpre-light-check:before, .md-icnpost-light-check:after, .md-icn-light-check:before {
  content: "\e976";
  text-indent: 0;
}

.md-icnpre-lights-off:before, .md-icnpost-lights-off:after, .md-icn-lights-off:before {
  content: "\e977";
  text-indent: 0;
}

.md-icnpre-lights-on:before, .md-icnpost-lights-on:after, .md-icn-lights-on:before {
  content: "\e978";
  text-indent: 0;
}

.md-icnpre-linked:before, .md-icnpost-linked:after, .md-icn-linked:before {
  content: "\e979";
  text-indent: 0;
}

.md-icnpre-sales-online:before, .md-icnpost-sales-online:after, .md-icn-sales-online:before {
  content: "\e97a";
  text-indent: 0;
}

.md-icnpre-not-smile:before, .md-icnpost-not-smile:after, .md-icn-not-smile:before {
  content: "\e97b";
  text-indent: 0;
}

.md-icnpre-loading:before, .md-icnpost-loading:after, .md-icn-loading:before {
  content: "\e97c";
  text-indent: 0;
}

.md-icnpre-lock:before, .md-icnpost-lock:after, .md-icn-lock:before {
  content: "\e97d";
  text-indent: 0;
}

.md-icnpre-lock-open:before, .md-icnpost-lock-open:after, .md-icn-lock-open:before {
  content: "\e97e";
  text-indent: 0;
}

.md-icnpre-logo:before, .md-icnpost-logo:after, .md-icn-logo:before {
  content: "\e97f";
  text-indent: 0;
}

.md-icnpre-luggage-l:before, .md-icnpost-luggage-l:after, .md-icn-luggage-l:before {
  content: "\e980";
  text-indent: 0;
}

.md-icnpre-luggage-m:before, .md-icnpost-luggage-m:after, .md-icn-luggage-m:before {
  content: "\e981";
  text-indent: 0;
}

.md-icnpre-luggage-max:before, .md-icnpost-luggage-max:after, .md-icn-luggage-max:before {
  content: "\e982";
  text-indent: 0;
}

.md-icnpre-luggage-s:before, .md-icnpost-luggage-s:after, .md-icn-luggage-s:before {
  content: "\e983";
  text-indent: 0;
}

.md-icnpre-manually-download:before, .md-icnpost-manually-download:after, .md-icn-manually-download:before {
  content: "\e984";
  text-indent: 0;
}

.md-icnpre-map-location:before, .md-icnpost-map-location:after, .md-icn-map-location:before {
  content: "\e985";
  text-indent: 0;
}

.md-icnpre-map-pin:before, .md-icnpost-map-pin:after, .md-icn-map-pin:before {
  content: "\e986";
  text-indent: 0;
}

.md-icnpre-map-pin-dot:before, .md-icnpost-map-pin-dot:after, .md-icn-map-pin-dot:before {
  content: "\e987";
  text-indent: 0;
}

.md-icnpre-map-pin-number:before, .md-icnpost-map-pin-number:after, .md-icn-map-pin-number:before {
  content: "\e988";
  text-indent: 0;
}

.md-icnpre-map-pin-outline:before, .md-icnpost-map-pin-outline:after, .md-icn-map-pin-outline:before {
  content: "\e989";
  text-indent: 0;
}

.md-icnpre-map-pin-star:before, .md-icnpost-map-pin-star:after, .md-icn-map-pin-star:before {
  content: "\e98a";
  text-indent: 0;
}

.md-icnpre-map-pin-star-outline:before, .md-icnpost-map-pin-star-outline:after, .md-icn-map-pin-star-outline:before {
  content: "\e98b";
  text-indent: 0;
}

.md-icnpre-map-pin-user:before, .md-icnpost-map-pin-user:after, .md-icn-map-pin-user:before {
  content: "\e98c";
  text-indent: 0;
}

.md-icnpre-map-pin-user-open:before, .md-icnpost-map-pin-user-open:after, .md-icn-map-pin-user-open:before {
  content: "\e98d";
  text-indent: 0;
}

.md-icnpre-map-position:before, .md-icnpost-map-position:after, .md-icn-map-position:before {
  content: "\e98e";
  text-indent: 0;
}

.md-icnpre-mechanical-repair:before, .md-icnpost-mechanical-repair:after, .md-icn-mechanical-repair:before {
  content: "\e98f";
  text-indent: 0;
}

.md-icnpre-save2:before, .md-icnpost-save2:after, .md-icn-save2:before {
  content: "\e990";
  text-indent: 0;
}

.md-icnpre-media-neu:before, .md-icnpost-media-neu:after, .md-icn-media-neu:before {
  content: "\e991";
  text-indent: 0;
}

.md-icnpre-message:before, .md-icnpost-message:after, .md-icn-message:before {
  content: "\e992";
  text-indent: 0;
}

.md-icnpre-message-text:before, .md-icnpost-message-text:after, .md-icn-message-text:before {
  content: "\e993";
  text-indent: 0;
}

.md-icnpre-software-update:before, .md-icnpost-software-update:after, .md-icn-software-update:before {
  content: "\e994";
  text-indent: 0;
}

.md-icnpre-spark-plug-service:before, .md-icnpost-spark-plug-service:after, .md-icn-spark-plug-service:before {
  content: "\e995";
  text-indent: 0;
}

.md-icnpre-star-full:before, .md-icnpost-star-full:after, .md-icn-star-full:before {
  content: "\e996";
  text-indent: 0;
}

.md-icnpre-star-half:before, .md-icnpost-star-half:after, .md-icn-star-half:before {
  content: "\e997";
  text-indent: 0;
}

.md-icnpre-star-marking:before, .md-icnpost-star-marking:after, .md-icn-star-marking:before {
  content: "\e998";
  text-indent: 0;
}

.md-icnpre-star-outline:before, .md-icnpost-star-outline:after, .md-icn-star-outline:before {
  content: "\e999";
  text-indent: 0;
}

.md-icnpre-stock-and-used-cars:before, .md-icnpost-stock-and-used-cars:after, .md-icn-stock-and-used-cars:before {
  content: "\e99a";
  text-indent: 0;
}

.md-icnpre-suitable-for-snow-chains:before, .md-icnpost-suitable-for-snow-chains:after, .md-icn-suitable-for-snow-chains:before {
  content: "\e99b";
  text-indent: 0;
}

.md-icnpre-summer-check:before, .md-icnpost-summer-check:after, .md-icn-summer-check:before {
  content: "\e99c";
  text-indent: 0;
}

.md-icnpre-summer-complete-wheels:before, .md-icnpost-summer-complete-wheels:after, .md-icn-summer-complete-wheels:before {
  content: "\e99d";
  text-indent: 0;
}

.md-icnpre-summer-tyres:before, .md-icnpost-summer-tyres:after, .md-icn-summer-tyres:before {
  content: "\e99e";
  text-indent: 0;
}

.md-icnpre-sunshine:before, .md-icnpost-sunshine:after, .md-icn-sunshine:before {
  content: "\e99f";
  text-indent: 0;
}

.md-icnpre-synchronize:before, .md-icnpost-synchronize:after, .md-icn-synchronize:before {
  content: "\e9a0";
  text-indent: 0;
}

.md-icnpre-test-drive:before, .md-icnpost-test-drive:after, .md-icn-test-drive:before {
  content: "\e9a1";
  text-indent: 0;
}

.md-icnpre-text:before, .md-icnpost-text:after, .md-icn-text:before {
  content: "\e9a2";
  text-indent: 0;
}

.md-icnpre-time:before, .md-icnpost-time:after, .md-icn-time:before {
  content: "\e9a3";
  text-indent: 0;
}

.md-icnpre-tools:before, .md-icnpost-tools:after, .md-icn-tools:before {
  content: "\e9a4";
  text-indent: 0;
}

.md-icnpre-towing-service:before, .md-icnpost-towing-service:after, .md-icn-towing-service:before {
  content: "\e9a5";
  text-indent: 0;
}

.md-icnpre-tpms:before, .md-icnpost-tpms:after, .md-icn-tpms:before {
  content: "\e9a6";
  text-indent: 0;
}

.md-icnpre-trade-in-1:before, .md-icnpost-trade-in-1:after, .md-icn-trade-in-1:before {
  content: "\e9a7";
  text-indent: 0;
}

.md-icnpre-transmission-automatic:before, .md-icnpost-transmission-automatic:after, .md-icn-transmission-automatic:before {
  content: "\e9a8";
  text-indent: 0;
}

.md-icnpre-transmission-manual:before, .md-icnpost-transmission-manual:after, .md-icn-transmission-manual:before {
  content: "\e9a9";
  text-indent: 0;
}

.md-icnpre-transmission-sportautomatic:before, .md-icnpost-transmission-sportautomatic:after, .md-icn-transmission-sportautomatic:before {
  content: "\e9aa";
  text-indent: 0;
}

.md-icnpre-trim-l:before, .md-icnpost-trim-l:after, .md-icn-trim-l:before {
  content: "\e9ab";
  text-indent: 0;
}

.md-icnpre-trim-levels:before, .md-icnpost-trim-levels:after, .md-icn-trim-levels:before {
  content: "\e9ac";
  text-indent: 0;
}

.md-icnpre-trim-m:before, .md-icnpost-trim-m:after, .md-icn-trim-m:before {
  content: "\e9ad";
  text-indent: 0;
}

.md-icnpre-trim-s:before, .md-icnpost-trim-s:after, .md-icn-trim-s:before {
  content: "\e9ae";
  text-indent: 0;
}

.md-icnpre-trim-xl:before, .md-icnpost-trim-xl:after, .md-icn-trim-xl:before {
  content: "\e9af";
  text-indent: 0;
}

.md-icnpre-trophy:before, .md-icnpost-trophy:after, .md-icn-trophy:before {
  content: "\e9b0";
  text-indent: 0;
}

.md-icnpre-tyre-insurance:before, .md-icnpost-tyre-insurance:after, .md-icn-tyre-insurance:before {
  content: "\e9b1";
  text-indent: 0;
}

.md-icnpre-tyre-service:before, .md-icnpost-tyre-service:after, .md-icn-tyre-service:before {
  content: "\e9b2";
  text-indent: 0;
}

.md-icnpre-undo:before, .md-icnpost-undo:after, .md-icn-undo:before {
  content: "\e9b3";
  text-indent: 0;
}

.md-icnpre-view-full-image:before, .md-icnpost-view-full-image:after, .md-icn-view-full-image:before {
  content: "\e9b4";
  text-indent: 0;
}

.md-icnpre-unlinked:before, .md-icnpost-unlinked:after, .md-icn-unlinked:before {
  content: "\e9b5";
  text-indent: 0;
}

.md-icnpre-volume:before, .md-icnpost-volume:after, .md-icn-volume:before {
  content: "\e9b6";
  text-indent: 0;
}

.md-icnpre-winter-tyres:before, .md-icnpost-winter-tyres:after, .md-icn-winter-tyres:before {
  content: "\e9b7";
  text-indent: 0;
}

.md-icnpre-upholstery:before, .md-icnpost-upholstery:after, .md-icn-upholstery:before {
  content: "\e9b8";
  text-indent: 0;
}

.md-icnpre-wiper-exchange-service:before, .md-icnpost-wiper-exchange-service:after, .md-icn-wiper-exchange-service:before {
  content: "\e9b9";
  text-indent: 0;
}

.md-icnpre-winter-check:before, .md-icnpost-winter-check:after, .md-icn-winter-check:before {
  content: "\e9ba";
  text-indent: 0;
}

.md-icnpre-winterproof:before, .md-icnpost-winterproof:after, .md-icn-winterproof:before {
  content: "\e9bb";
  text-indent: 0;
}

.md-icnpre-urgent:before, .md-icnpost-urgent:after, .md-icn-urgent:before {
  content: "\e9bc";
  text-indent: 0;
}

.md-icnpre-volume-off:before, .md-icnpost-volume-off:after, .md-icn-volume-off:before {
  content: "\e9bd";
  text-indent: 0;
}

.md-icnpre-winter-complete-wheels:before, .md-icnpost-winter-complete-wheels:after, .md-icn-winter-complete-wheels:before {
  content: "\e9be";
  text-indent: 0;
}

.md-icnpre-zoom-in:before, .md-icnpost-zoom-in:after, .md-icn-zoom-in:before {
  content: "\e9bf";
  text-indent: 0;
}

.md-icnpre-view-list:before, .md-icnpost-view-list:after, .md-icn-view-list:before {
  content: "\e9c0";
  text-indent: 0;
}

.md-icnpre-wheels:before, .md-icnpost-wheels:after, .md-icn-wheels:before {
  content: "\e9c1";
  text-indent: 0;
}

.md-icnpre-zoom-out:before, .md-icnpost-zoom-out:after, .md-icn-zoom-out:before {
  content: "\e9c2";
  text-indent: 0;
}

.md-icnpre-video:before, .md-icnpost-video:after, .md-icn-video:before {
  content: "\e9c3";
  text-indent: 0;
}

.md-icnpre-winner:before, .md-icnpost-winner:after, .md-icn-winner:before {
  content: "\e9c4";
  text-indent: 0;
}

[class^=md-icn].animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.theme-mini {
  --wp--preset--font-size--h-1: 64px !important;
  --wp--preset--font-size--h-2: 48px !important;
  --wp--preset--font-size--h-3: 32px !important;
  --wp--preset--font-size--h-4: 24px !important;
  --wp--preset--font-size--h-5: 20px !important;
  font-family: "MINISansSerif", "Georgia", serif;
  font-size: 18px;
  color: #000000;
}
.theme-mini h1, .theme-mini h2, .theme-mini h3, .theme-mini h4, .theme-mini h5, .theme-mini h6 {
  font-family: "MINISerif", "Georgia", serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.theme-mini h1 i, .theme-mini h1 em, .theme-mini h2 i, .theme-mini h2 em, .theme-mini h3 i, .theme-mini h3 em, .theme-mini h4 i, .theme-mini h4 em, .theme-mini h5 i, .theme-mini h5 em, .theme-mini h6 i, .theme-mini h6 em {
  font-weight: normal;
}
.theme-mini h1,
.theme-mini .has-h-1-font-size {
  font-size: var(--wp--preset--font-size--h-1);
  line-height: 1;
  padding-bottom: 36px;
}
.theme-mini h2,
.theme-mini .has-h-2-font-size {
  font-size: var(--wp--preset--font-size--h-2);
  padding-bottom: 32px;
}
.theme-mini h3,
.theme-mini .has-h-3-font-size {
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1.2;
  padding-bottom: 24px;
}
.theme-mini h4,
.theme-mini .has-h-4-font-size {
  font-size: var(--wp--preset--font-size--h-4);
  line-height: 1.5;
  padding-bottom: 20px;
}
.theme-mini h5,
.theme-mini .has-h-5-font-size {
  font-size: var(--wp--preset--font-size--h-5);
  line-height: 1.5;
  padding-bottom: 20px;
}
.theme-mini .content a:not([class]) {
  color: #006583;
}
.theme-mini .content a:not([class]):hover {
  color: #027ea4;
}

@media screen and (max-width: 1024px) {
  .theme-mini h1 {
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px;
  }
  .theme-mini h2 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .theme-mini h3 {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .theme-mini h4 {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .theme-mini h5 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .theme-mini {
    font-size: 16px;
  }
  .theme-mini h1 {
    font-size: 36px;
    line-height: 1;
  }
  .theme-mini h2 {
    font-size: 27px;
  }
  .theme-mini h3 {
    font-size: 20px !important;
  }
  .theme-mini h4 {
    font-size: 18px;
  }
  .theme-mini h5 {
    font-size: 16px;
  }
}
.theme-motorrad {
  font-family: "BMWMotorrad";
  font-size: 16px;
  color: #000000;
  padding-top: var(--topbar-height);
  --wp--preset--font-size--h1: clamp(3.38rem, calc(2.784rem + 2.955vw), 5.00rem);
}
.theme-motorrad h1, .theme-motorrad h2, .theme-motorrad h3, .theme-motorrad h4, .theme-motorrad h5, .theme-motorrad h6 {
  font-family: "BMWMotorrad";
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
.theme-motorrad h1 {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 24px;
}
.theme-motorrad h2 {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 32px;
}
.theme-motorrad h3 {
  font-size: 24px;
  line-height: 1.32;
  padding-bottom: 24px;
}
.theme-motorrad h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
.theme-motorrad .has-h-1-xl-font-size {
  font-size: var(--wp--preset--font-size--h1);
  line-height: 1.1;
}
.theme-motorrad .has-h-1-xl-font-size + h2 {
  font-size: 32px;
}
.theme-motorrad .has-motorrad-grey-background-color {
  position: relative;
}
.theme-motorrad .has-motorrad-grey-background-color:before {
  content: "";
  left: 25%;
  top: -20px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #efefef transparent;
  transform: rotate(0deg);
}
.theme-motorrad .banner__content h3 {
  font-size: 32px;
}
.theme-motorrad .content .header--default .header__slide {
  max-height: unset;
  height: unset;
  aspect-ratio: 16/9;
}
.theme-motorrad .content .header--default .header__slide:has(.acf-innerblocks-container:empty) .container--content {
  display: none;
}
.theme-motorrad .content .header--default .header__slide .header__image {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .theme-motorrad h1,
  .theme-motorrad .has-h-1-xl-font-size {
    font-size: 48px;
  }
  .theme-motorrad h2 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .theme-motorrad h3 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .theme-motorrad h4 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 475px) {
  .theme-motorrad h1,
  .theme-motorrad .has-h-1-xl-font-size {
    font-size: 40px;
    line-height: 40px;
  }
  .theme-motorrad h2 {
    font-size: 27px;
    padding-bottom: 24px;
  }
}

.dlm-download-button--motorrad {
  color: #16171a;
  display: flex;
  gap: 20px;
  padding: 20px 0 !important;
  border-bottom: solid 1px #e6e6e6;
}
.dlm-download-button--motorrad:hover {
  color: #0062ff;
}
.dlm-download-button--motorrad .dlm-download-button--motorrad__icon {
  width: 24px;
  height: 24px;
}
.dlm-download-button--motorrad .dlm-download-button--motorrad__icon svg {
  width: 24px;
  height: 24px;
}
.dlm-download-button--motorrad .dlm-download-button--motorrad__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dlm-download-button--motorrad .dlm-download-button--motorrad__content .dlm-download-button--motorrad__meta {
  font-size: 12px;
}

.motorrad-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.motorrad-divider__line {
  height: 2px;
  background-color: #16171a;
  display: block;
  flex: 1;
}
.motorrad-divider__image {
  background-image: url("/wp-content/themes/fwpress/assets/images/bmwmotorrad/divider-image.svg");
  width: 72px;
  height: 72px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 40px;
  margin-right: 40px;
}
.motorrad-divider--scroll-animate .motorrad-divider__line {
  transform: scaleX(var(--motorrad-divider-progress, 0));
  will-change: transform;
}
.motorrad-divider--scroll-animate > .motorrad-divider__line:first-child {
  transform-origin: right center;
}
.motorrad-divider--scroll-animate > .motorrad-divider__line:last-child {
  transform-origin: left center;
}
.motorrad-divider--scroll-animate .motorrad-divider__image {
  opacity: var(--motorrad-divider-image-progress, var(--motorrad-divider-progress, 0));
  transform: scale(calc(0.5 + var(--motorrad-divider-image-progress, var(--motorrad-divider-progress, 0)) * 0.5));
  transform-origin: center;
  will-change: opacity, transform;
}
.motorrad-divider + h2 {
  text-wrap: balance;
}/*# sourceMappingURL=style.css.map */