@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --navigation-height: 4.375rem;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.half-and-half {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  fill: white;
}
@media (min-width: 768px) {
  .half-and-half {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.half-and-half .col {
  padding: 0;
  display: inline-block;
}
.half-and-half-image {
  width: 100%;
  height: 100%;
}
.half-and-half .image-block {
  height: 100% !important;
}
.half-and-half .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
}
.half-and-half-text {
  color: white;
}
.half-and-half .absolute {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.half-and-half .absolute .half-and-half-text {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.half-and-half .text-flex {
  display: flex;
  padding: 2rem;
  justify-content: center;
  flex-direction: column;
}
.half-and-half .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color-dark);
  opacity: 15%;
}
.half-and-half .btn, .half-and-half .umbraco-forms-form input[type=submit], .umbraco-forms-form .half-and-half input[type=submit], .half-and-half .umbraco-forms-form button[type=submit], .umbraco-forms-form .half-and-half button[type=submit],
.half-and-half form[action^="https://webto.salesforce.com/"] input[type=submit],
form[action^="https://webto.salesforce.com/"] .half-and-half input[type=submit],
.half-and-half form[action^="https://webto.salesforce.com/"] button[type=submit],
form[action^="https://webto.salesforce.com/"] .half-and-half button[type=submit] {
  gap: 1rem;
  padding: 0.5rem 2rem;
}
.half-and-half .btn.btn--rounded:hover, .half-and-half .umbraco-forms-form input.btn--rounded[type=submit]:hover, .umbraco-forms-form .half-and-half input.btn--rounded[type=submit]:hover, .half-and-half .umbraco-forms-form button.btn--rounded[type=submit]:hover, .umbraco-forms-form .half-and-half button.btn--rounded[type=submit]:hover,
.half-and-half form[action^="https://webto.salesforce.com/"] input.btn--rounded[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] .half-and-half input.btn--rounded[type=submit]:hover,
.half-and-half form[action^="https://webto.salesforce.com/"] button.btn--rounded[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] .half-and-half button.btn--rounded[type=submit]:hover {
  background-color: var(--primary-color);
  color: white;
}
.half-and-half picture {
  display: flex;
  height: 100%;
}

.grid-block .image-block {
  height: auto;
  width: 100%;
  /*text-align: center;*/
}

.image-block img {
  width: 100%;
}

.rich-text-block {
  margin: 0px auto;
  display: block;
  max-width: 720px;
}
.rich-text-block.full-width {
  max-width: 100%;
}
.rich-text-block ul[style="list-style-type: circle;"] li {
  list-style-type: circle;
}
.rich-text-block ul[style="list-style-type: circle;"] li:before {
  display: none;
}
.rich-text-block ul[style="list-style-type: disc;"] li {
  list-style-type: disc;
}
.rich-text-block ul[style="list-style-type: disc;"] li:before {
  display: none;
}
.rich-text-block ul[style="list-style-type: square;"] li {
  list-style-type: square;
}
.rich-text-block ul[style="list-style-type: square;"] li:before {
  display: none;
}
.rich-text-block .quote {
  font-size: 1.8rem;
  margin: 64px 0;
  padding: 32px 0;
  display: block;
  border-bottom: 1px solid #E9EBF4;
  border-top: 1px solid #E9EBF4;
  font-weight: 300;
}
.rich-text-block hr {
  border-top: none;
  border-bottom-color: var(--primary-color);
  border-bottom-style: solid;
}
.rich-text-block table {
  border: none !important;
  width: 100% !important;
}
.rich-text-block table td {
  padding: 10px;
}

.grid-block ul {
  line-height: 2;
  padding-left: 18px;
}
.grid-block ol {
  line-height: 2;
  padding-left: 18px;
}
.grid-block li {
  padding-left: 10px;
}

.cta-container {
  margin: 0 32px 0 0;
}
.cta-container.align-right {
  text-align: right;
}
.cta-container.align-left {
  text-align: left;
}
.cta-container.align-center {
  text-align: center;
}

.mt-neg {
  margin-top: -40px !important;
  margin-bottom: 80px !important;
}

.mb-neg {
  margin-bottom: -40px !important;
  margin-top: 80px !important;
}

@media (min-width: 768px) {
  .mt-neg {
    margin-top: -50px !important;
    margin-bottom: 100px !important;
  }
  .mb-neg {
    margin-bottom: -50px !important;
    margin-top: 100px !important;
  }
}
.text-and-button-col .col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .text-and-button-col .col {
    margin-bottom: 0;
  }
}
.text-and-button-col .no-border-blocks {
  padding: 15px;
}
@media (min-width: 768px) {
  .text-and-button-col .no-border-blocks {
    padding: 80px;
  }
}
.text-and-button-col .text-with-border .col {
  border: 1px solid #DDE2E6;
  padding: 25px;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-and-button-col .text-with-border .col-spacing:nth-child(odd) {
    margin-right: 15px;
  }
  .text-and-button-col .text-with-border .col-spacing:nth-child(even) {
    margin-left: 15px;
  }
}
.text-and-button-col .text-with-border .arrow {
  margin-left: 15px;
  transition: margin 0.15s ease-in;
}
.text-and-button-col .text-with-border a {
  transition: 0.25s ease-in;
}
.text-and-button-col .text-with-border a:hover {
  background-color: var(--primary-color);
  color: white !important;
}
.text-and-button-col .text-with-border a:hover .arrow {
  margin-left: 25px;
}
.text-and-button-col .text-with-border a:hover .dark-blue, .text-and-button-col .text-with-border a:hover .light-blue, .text-and-button-col .text-with-border a:hover .color-grey, .text-and-button-col .text-with-border a:hover .color-default {
  color: white !important;
}

.text-and-buttons-slider {
  margin-bottom: 4rem;
}
.text-and-buttons-slider.blue-slider .VueCarousel-navigation-button {
  top: unset;
  transform: none;
  bottom: -8%;
}
.text-and-buttons-slider.blue-slider .VueCarousel-navigation-prev {
  right: 4rem;
  left: unset !important;
}
.text-and-buttons-slider.blue-slider .VueCarousel-navigation-next {
  right: 0 !important;
}

.image-slider .VueCarousel-navigation-button {
  color: white !important;
  font-size: 42px !important;
}
.image-slider .VueCarousel-navigation-button:active, .image-slider .VueCarousel-navigation-button:focus {
  outline: none !important;
}
.image-slider .VueCarousel-navigation-button svg {
  border-radius: 50px;
  transition: 0.25s ease;
}
.image-slider .VueCarousel-navigation-button svg:hover {
  background-color: rgba(0, 160, 220, 0.49) !important;
}
.image-slider .VueCarousel-navigation-prev {
  left: 80px !important;
}
.image-slider .VueCarousel-navigation-next {
  right: 80px !important;
}

.border-no-top {
  border: 1px solid #EDF1F4;
  border-top: none;
}

.accordion-intro {
  margin-bottom: 40px;
}

.vsa-item {
  --vsa-max-width: 900px;
  --vsa-min-width: 270px;
  --vsa-text-color: #222222;
  --vsa-highlight-color: var(--primary-color);
  --vsa-bg-color: rgba(255, 255, 255, 1);
  --vsa-border-color: rgba(0, 0, 0, 0.2);
  --vsa-border-width: 1px;
  --vsa-border-style: solid;
  --vsa-heading-padding: 1rem 1rem;
  --vsa-content-padding: 1rem 1rem;
  --vsa-default-icon-size: 1;
}

.vsa-item__trigger {
  cursor: pointer;
}
.vsa-item__trigger:hover .vsa-item__trigger__icon--is-default:after {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='100' height='100' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='%23ffffff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-92.5-4.5l-6.9-6.9c-4.7-4.7-12.5-4.7-17.1.2L273 330.3V140c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v190.3l-82.5-85.6c-4.7-4.8-12.4-4.9-17.1-.2l-6.9 6.9c-4.7 4.7-4.7 12.3 0 17l115 115.1c4.7 4.7 12.3 4.7 17 0l115-115.1c4.7-4.6 4.7-12.2 0-16.9z'/></svg>") no-repeat !important;
}

.vsa-item__trigger__icon--is-default:after {
  transform: none !important;
  right: 0 !important;
  transform-origin: 0 !important;
}

.vsa-item__trigger__icon--is-default:before {
  left: 0 !important;
  transform: none !important;
  transform-origin: 100% !important;
}

.vsa-item__trigger__icon--is-default:after {
  background-color: transparent !important;
  content: "" !important;
  height: 40px !important;
  position: absolute !important;
  top: 5px !important;
  transition: all 0.13333s ease-in-out !important;
  transform-origin: center center !important;
  width: 40px !important;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='100' height='100' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='%23222222' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-92.5-4.5l-6.9-6.9c-4.7-4.7-12.5-4.7-17.1.2L273 330.3V140c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v190.3l-82.5-85.6c-4.7-4.8-12.4-4.9-17.1-.2l-6.9 6.9c-4.7 4.7-4.7 12.3 0 17l115 115.1c4.7 4.7 12.3 4.7 17 0l115-115.1c4.7-4.6 4.7-12.2 0-16.9z'/></svg>") no-repeat !important;
}

.vsa-item__trigger__icon--is-default:before {
  display: none !important;
}

.vsa-item__trigger[aria-expanded=true] .vsa-item__trigger__icon--is-default:before {
  transform: none !important;
}

.vsa-item__trigger[aria-expanded=true] .vsa-item__trigger__icon--is-default:after {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='100' height='100' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='%23ffffff' d='M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm92.5-12.5l115-115.1c4.7-4.7 12.3-4.7 17 0l115 115.1c4.7 4.7 4.7 12.3 0 17l-6.9 6.9c-4.7 4.7-12.5 4.7-17.1-.2L273 181.7V372c0 6.6-5.4 12-12 12h-10c-6.6 0-12-5.4-12-12V181.7l-82.5 85.6c-4.7 4.8-12.4 4.9-17.1.2l-6.9-6.9c-4.7-4.8-4.7-12.4 0-17.1z'/></svg>") no-repeat !important;
  transform: none !important;
}

.vsa-list {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.vsa-list td {
  vertical-align: top;
}

.vsa-item__trigger:hover .vsa-item__trigger__icon--is-default:after {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='100' height='100' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='%23ffffff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-92.5-4.5l-6.9-6.9c-4.7-4.7-12.5-4.7-17.1.2L273 330.3V140c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v190.3l-82.5-85.6c-4.7-4.8-12.4-4.9-17.1-.2l-6.9 6.9c-4.7 4.7-4.7 12.3 0 17l115 115.1c4.7 4.7 12.3 4.7 17 0l115-115.1c4.7-4.6 4.7-12.2 0-16.9z'/></svg>") no-repeat !important;
}

.anchor {
  margin-top: -120px;
  height: 60px;
}

.anchor-preview {
  text-align: center;
}
.anchor-preview .icon {
  max-height: 20px;
}
.anchor-preview .icon svg {
  max-height: 20px;
}

.carmodels.mobile {
  display: block;
}
@media (min-width: 768px) {
  .carmodels.mobile {
    display: none;
  }
}
.carmodels.mobile.slider-on-desktop {
  display: block;
}
.carmodels.desktop {
  display: none;
}
@media (min-width: 768px) {
  .carmodels.desktop {
    display: block;
  }
}
.carmodels.desktop.slider-on-desktop {
  display: none;
}
.carmodels.carmodel-slider .carmodels-overview {
  text-align: center;
}
.carmodels.carmodel-slider .carmodels-overview--title h3 {
  color: #222222;
  margin: 0 0 0.5rem 0;
}
.carmodels.carmodel-slider .carmodels-overview--label {
  background-color: #EDf1f4;
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 700;
}

.carmodels-overview {
  position: relative;
  font-size: 0.9rem;
}
.carmodels-overview small {
  font-size: 90%;
}
.carmodels-overview--label {
  position: absolute;
  display: inline-block;
  color: white;
  background-color: var(--primary-color);
  padding: 8px 12px;
  z-index: 2;
  top: 15px;
  min-width: 60px;
  display: flex;
  grid-gap: 12px;
  font-size: 0.8rem;
}
.carmodels-overview--perks--item {
  display: flex;
  margin-bottom: 15px;
}
.carmodels-overview--perks--item--icon {
  fill: var(--primary-color);
}
.carmodels-overview--perks--item--icon svg {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
.carmodels-overview--link {
  margin: 25px 0;
}
.carmodels-overview--link svg {
  margin-left: 15px;
  transition: 0.15s ease;
}
.carmodels-overview--image {
  background-image: linear-gradient(180deg, white 0%, white 50%, var(--primary-color) 50%, var(--primary-color) 100%);
  background-size: auto 200%;
  transition: 0.2s linear;
}
.carmodels-overview--content {
  padding: 20px;
  background: none;
  border: 0;
  box-sizing: border-box;
  position: relative;
  transition: color 0.08s;
}
.carmodels-overview--content:before, .carmodels-overview--content:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.carmodels-overview--content:before {
  top: 0;
  left: 0;
}
.carmodels-overview--content:after {
  bottom: 0;
  right: 0;
}
.carmodels-overview:hover .carmodels-overview--image {
  background-position-y: 100%;
}
.carmodels-overview:hover .carmodels-overview--content:before, .carmodels-overview:hover .carmodels-overview--content:after {
  width: 100%;
  height: 100%;
}
.carmodels-overview:hover .carmodels-overview--content:before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  transition: width 0.085s ease-out, height 0.085s ease-out 0.085s;
}
.carmodels-overview:hover .carmodels-overview--content:after {
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  transition: border-color 0s ease-out 0.15s, width 0.085s ease-out 0.15s, height 0.085s ease-out 0.3s;
}
.carmodels-overview:hover .carmodels-overview--content .carmodels-overview--link svg {
  margin-left: 30px;
}

#stock-container .secondhand-car-card .car-price {
  font-size: 24px;
}
@media (min-width: 768px) {
  #stock-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
#stock-container .secondhand-car-card {
  padding-bottom: 30px;
}
#stock-container .secondhand-car-image img {
  width: 100%;
}

/*Sold vehicles*/
.secondhand-car-card.sold {
  pointer-events: none;
}
.secondhand-car-card.sold:hover {
  border: none;
}
.secondhand-car-card.sold .secondhand-car-image img, .secondhand-car-card.sold .secondhand-car-body {
  opacity: 0.5;
}

.secondhand-car-card {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.secondhand-car-card a {
  text-decoration: none;
}
.secondhand-car-card a:hover {
  color: unset;
}

.secondhand-search .item:hover img {
  transform: scale(1.1);
  transition: 400ms all ease;
}

.secondhand-search .item img {
  transform: scale(1);
  transition: 400ms all ease;
}

.secondhand-search .list-view .item:hover {
  box-shadow: 0 0 0 0;
  border-color: transparent;
}

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

.dealer-card.second-hand {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: auto;
  padding: 40px;
  gap: 3em;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .dealer-card.second-hand {
    width: 60%;
    flex-direction: row;
  }
}
.dealer-card.second-hand .dealer-card-image {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .dealer-card.second-hand .dealer-card-image {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .dealer-card.second-hand .dealer-card-image img {
    max-height: 250px;
  }
}
.dealer-card.second-hand .dealer-body {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .dealer-card.second-hand .dealer-body {
    width: 50%;
  }
}
.dealer-card.second-hand .dealer-body .dealer-cta a {
  background: transparent !important;
}

@media (min-width: 768px) {
  .image-link-to-page.offset-block {
    padding-top: 80px;
  }
  .image-link-to-page.offset-block .col-md-6:nth-child(even) .block-content {
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .image-link-to-page .col-md-6 {
    margin-bottom: 30px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .image-link-to-page img {
    display: flex;
  }
}
.image-link-to-page .block-content--text {
  padding: 40px;
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.image-link-to-page .block-content--text svg {
  margin-left: 15px;
  font-size: 25px;
  top: 0.125em;
  position: relative;
  transition: 0.25s ease-in;
}
.image-link-to-page a:hover .block-content--text svg {
  margin-left: 30px;
}
.image-link-to-page a:hover .image-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.car-configurator .VueCarousel-slide {
  flex-basis: 100% !important;
}
.car-configurator .execution-change-popover, .car-configurator .go-back-confirm-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.car-configurator .execution-change-popover .popover-content, .car-configurator .go-back-confirm-popover .popover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.car-configurator .execution-change-popover .popover-content h2, .car-configurator .go-back-confirm-popover .popover-content h2 {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: center;
}
.car-configurator .execution-change-popover .popover-content .popover-buttons, .car-configurator .go-back-confirm-popover .popover-content .popover-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.car-configurator .execution-change-popover .popover-content .popover-buttons button, .car-configurator .go-back-confirm-popover .popover-content .popover-buttons button {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  /*border-radius: 4px;*/
  transition: background-color 0.2s;
  flex: 1;
  max-width: 200px;
}
.car-configurator .execution-change-popover .popover-content .popover-buttons button:hover, .car-configurator .go-back-confirm-popover .popover-content .popover-buttons button:hover {
  background-color: #0056b3;
}
.car-configurator .execution-card {
  border: 2px solid transparent;
  padding: 8px;
  transition: 0.35s ease-in-out;
}
.car-configurator .execution-card:hover {
  border-color: #d3d3d3;
}
.car-configurator .execution-card.selected {
  border-color: var(--primary-color);
}
.car-configurator .configuratorv2 {
  margin-top: 0 !important;
}
.car-configurator .configuratorv2 .umbraco-forms-caption {
  display: none !important;
}
.car-configurator .configuratorv2 label.umbraco-forms-label {
  font-size: 0.75em !important;
  font-weight: 200 !important;
}
.car-configurator .configuratorv2 input {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.car-configurator .popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.car-configurator .accessory-popover {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 580px;
  min-width: 250px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  transition: 1.5s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .car-configurator .accessory-popover {
    width: 33.3333vw;
  }
}
.car-configurator .accessory-popover .accessory-popover-title {
  font-family: "Avenir Next Bold";
  font-size: 22px;
  margin-bottom: 8px;
}
.car-configurator .accessory-popover .accessory-popover-price {
  font-weight: light;
  font-size: 24px;
  margin-bottom: 12px;
}
.car-configurator .accessory-popover .close-popover {
  font-weight: light;
  font-size: 26px;
  text-align: right;
}
.car-configurator .accessory-popover .close-popover .close-x {
  cursor: pointer;
}
.car-configurator .accessory-popover .popover-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.car-configurator .accessory-popover .popover-content h2 {
  margin-bottom: 20px;
  text-align: center;
}
.car-configurator .accessory-popover .accessory-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.car-configurator .accessory-popover .popover-buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.car-configurator .accessory-popover .popover-buttons button {
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  transition: background-color 0.2s;
  border-radius: 50px;
}
.car-configurator .accessory-popover .popover-buttons button:hover {
  background-color: #0056b3;
}

.configurator-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  position: relative;
  /* Sticky Column Styles */
}
@media (min-width: 768px) {
  .configurator-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .configurator-grid .sticky-column {
    position: sticky;
    top: 20px;
    align-self: start;
  }
}
.configurator-grid .discount-cta {
  font-size: 0.75rem;
  padding: 8px 14px;
  transition: 0.35s ease-in-out;
}
.configurator-grid .discount-cta:hover {
  background-color: #02518e;
}
.configurator-grid .images-container .VueCarousel-navigation button {
  color: var(--primary-color);
}
.configurator-grid .images-container .VueCarousel-navigation button.VueCarousel-navigation-prev {
  top: 45%;
  transform: translateY(-50%) translateX(0);
}
.configurator-grid .images-container .VueCarousel-navigation button.VueCarousel-navigation-next {
  top: 47%;
  transform: translateY(-50%) translateX(0);
}
.configurator-grid .images-container .VueCarousel-navigation button svg {
  width: 25px;
  height: 25px;
}
.configurator-grid .images-container .VueCarousel-pagination {
  position: absolute;
  bottom: 12px;
}
.configurator-grid .images-container .VueCarousel-pagination .VueCarousel-dot {
  background-color: #C9DAE3 !important;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 100px;
  transition: 0.35s ease-in-out;
}
.configurator-grid .images-container .VueCarousel-pagination .VueCarousel-dot.VueCarousel-dot--active {
  background-color: var(--primary-color) !important;
}
.configurator-grid .selected-config-specs {
  position: relative;
}
.configurator-grid .executions {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (min-width: 768px) {
  .configurator-grid .executions {
    grid-template-columns: 1fr 1fr;
  }
}
.configurator-grid .execution-card {
  background-color: #EDF1F4;
  padding: 12px;
}
.configurator-grid .execution-card .execution-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.configurator-grid .execution-card .execution-overview .execution-overview--content {
  font-size: 0.9rem;
}
.configurator-grid .execution-card .execution-overview .execution-overview--content .execution-overview--price {
  font-size: 0.75rem;
}
.configurator-grid .execution-card .execution-overview .execution-overview__image img {
  width: 100%;
}
.configurator-grid .execution-spec {
  transition: 0.5s ease-in-out;
}
.configurator-grid .model-colors {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 12px;
  overflow-y: auto;
}
.configurator-grid .model-colors .model-color {
  display: flex;
  grid-gap: 8px;
  padding: 10px;
  cursor: pointer;
  background-color: #EDF1F4;
  border: 2px solid #EDF1F4;
  align-items: center;
  justify-content: space-between;
  transition: 0.35s ease-in-out;
}
.configurator-grid .model-colors .model-color:hover {
  border-color: #d3d3d3;
}
.configurator-grid .model-colors .model-color.active {
  border-color: var(--primary-color);
}
.configurator-grid .model-colors .model-color .color-info {
  display: flex;
  align-items: center;
  grid-gap: 1em;
  font-size: 14px;
  font-weight: bold;
}
.configurator-grid .model-colors .model-color .color-price {
  white-space: nowrap;
}
.configurator-grid .model-colors .model-color .preview-color {
  width: 28px;
  display: inline-block;
  height: 28px;
  border-radius: 100px;
  border: 2px solid white;
}
.configurator-grid .model-interior-colors {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  /*grid-template-columns: repeat(auto-fit,minmax(128px, 1fr));*/
  grid-gap: 12px;
  overflow-y: auto;
}
.configurator-grid .model-interior-colors .model-interior-color {
  display: flex;
  background: white;
  justify-content: space-between;
  background-color: white;
  border: 2px solid #EDF1F4;
  width: 100%;
  padding: 0 10px 0 0;
  min-height: 65px;
}
.configurator-grid .model-interior-colors .model-interior-color:hover {
  border-color: #d3d3d3;
}
.configurator-grid .model-interior-colors .model-interior-color.active {
  border-color: var(--primary-color);
}
.configurator-grid .model-interior-colors .model-interior-color .color-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  max-width: 120px;
}
.configurator-grid .model-interior-colors .model-interior-color .color-price {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.configurator-grid .model-accessories {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  /*grid-template-columns: repeat(auto-fit,minmax(128px, 1fr));*/
  grid-gap: 8px;
  overflow-y: auto;
}
.configurator-grid .model-accessories .accordion-header {
  background-color: #EDF1F4;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.configurator-grid .model-accessories .accordion-header .category-title {
  align-items: baseline;
}
.configurator-grid .model-accessories .accordion-header .category-title h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.configurator-grid .model-accessories .accordion-header .category-title .accessory-count {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  color: var(--primary-color);
}
.configurator-grid .model-accessories .accordion-header .accordion-icon {
  font-size: 1.5rem;
}
.configurator-grid .model-accessories .accordion-header .accordion-icon svg {
  fill: var(--primary-color);
  color: var(--primary-color);
  transform: rotate(0deg);
}
.configurator-grid .model-accessories .accordion-header[aria-expanded=true] {
  border-bottom: 1px solid darkgrey;
}
.configurator-grid .model-accessories .accordion-header[aria-expanded=true] .accordion-icon svg {
  transform: rotate(180deg);
}
.configurator-grid .model-accessories .accordion-content {
  background-color: #EDF1F4;
}
.configurator-grid .model-accessories .model-accessory {
  background-color: #EDF1F4;
  border-bottom: 1px solid darkgrey;
  display: grid;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  min-height: 65px;
  transition: 0.35s ease-in-out;
  grid-template-columns: 1fr 9fr 8fr;
}
.configurator-grid .model-accessories .model-accessory img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.configurator-grid .model-accessories .model-accessory .checkbox {
  padding: 8px;
}
.configurator-grid .model-accessories .model-accessory .checkbox .square-check {
  width: 18px;
  height: 18px;
  border: 1px solid #494949;
  border-radius: 3px;
  background-color: white;
  transition: 0.35s ease-in-out;
}
.configurator-grid .model-accessories .model-accessory:hover {
  /*border-color: #d3d3d3;*/
}
.configurator-grid .model-accessories .model-accessory.active {
  border-color: var(--primary-color);
}
.configurator-grid .model-accessories .model-accessory.active .checkbox .square-check {
  background-color: var(--primary-color);
}
.configurator-grid .model-accessories .model-accessory .accessory-info {
  margin: 8px 8px 5px 0;
}
.configurator-grid .model-accessories .model-accessory .accessory-name {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 8px;
}
.configurator-grid .model-accessories .model-accessory .accessory-price {
  font-size: 0.95em;
  margin-bottom: 10px;
}
.configurator-grid .model-accessories .model-accessory .accessory-more-info a {
  color: var(--primary-color);
  font-size: 0.7em;
  text-decoration: underline;
}
.configurator-grid .model-accessories .model-accessory .accessory-preview img {
  max-height: 200px;
}
.configurator-grid .summary {
  padding-bottom: 25px;
}
.configurator-grid .summary-details {
  font-size: 0.9em;
}
.configurator-grid .edit-link {
  font-weight: bold;
  color: var(--primary-color);
  margin-left: 8px;
  font-size: 0.85em;
  background: none;
  border: none;
  cursor: pointer;
  padding-right: 0;
}
.configurator-grid .floating-total {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--primary-color);
  color: white;
}
.configurator-grid .floating-total .your-price {
  display: flex;
  flex-direction: column;
}
.configurator-grid .floating-total .your-price .caption {
  font-size: 0.75em;
}
.configurator-grid .floating-total .your-price .price {
  font-size: 1.5em;
}
.configurator-grid .floating-total .next-step {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.configurator-grid .floating-total {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--primary-color);
  color: white;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
}
.configurator-grid .floating-total.visible {
  opacity: 1;
  transform: translateY(0);
}
.configurator-grid .floating-total.fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}
.configurator-grid .selected-config-specs {
  position: relative;
}

.arrow-cta-card {
  background: var(--primary-color);
  display: grid;
  grid-template-columns: auto 1fr;
  text-decoration: none;
}
.arrow-cta-card--image img {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  height: 300px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
}
.arrow-cta-card--info {
  padding: 25px;
  display: grid;
  place-items: flex-start;
}
.arrow-cta-card--info > * {
  color: white;
}
.arrow-cta-card--info--text > * {
  color: white;
}
.arrow-cta-card--info--text, .arrow-cta-card--info--link {
  color: white;
  place-self: center flex-start;
}
.arrow-cta-card--info--link {
  display: flex;
  grid-gap: 1em;
  transition: 200ms all ease;
  align-items: center;
  font-weight: bold;
}
.arrow-cta-card:hover .arrow-cta-card--info--link {
  transform: translateX(10px);
}
@media screen and (max-width: 576px) {
  .arrow-cta-card {
    grid-template-columns: 1fr;
  }
  .arrow-cta-card--image {
    margin-top: -5px;
  }
  .arrow-cta-card--image img {
    clip-path: polygon(100% 0, 100% 75%, 50% 97%, 0 75%, 0% 0%);
    height: auto;
    width: 100%;
  }
}

.version-slider.blue-slider .VueCarousel {
  padding: 0;
}
.version-slider.blue-slider .VueCarousel-inner {
  gap: 1rem;
}
.version-slider.blue-slider .VueCarousel-slide {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.version-slider.blue-slider .VueCarousel-slide .carmodels-overview--content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.version-slider.blue-slider .VueCarousel-slide .cta-bottom {
  display: flex;
  flex-direction: column;
}
.version-slider.blue-slider .VueCarousel-slide .cta-bottom .divider {
  height: 1px;
  width: 100%;
}
.version-slider.blue-slider .VueCarousel-navigation-button {
  transform: none;
  top: -8%;
}
.version-slider.blue-slider .VueCarousel-navigation-prev {
  right: 4rem;
  left: unset !important;
}
.version-slider.blue-slider .VueCarousel-navigation-next {
  right: 0 !important;
}
.version-slider .carmodels-overview--image {
  background-image: none;
}
.version-slider .btn, .version-slider .umbraco-forms-form input[type=submit], .umbraco-forms-form .version-slider input[type=submit], .version-slider .umbraco-forms-form button[type=submit], .umbraco-forms-form .version-slider button[type=submit],
.version-slider form[action^="https://webto.salesforce.com/"] input[type=submit],
form[action^="https://webto.salesforce.com/"] .version-slider input[type=submit],
.version-slider form[action^="https://webto.salesforce.com/"] button[type=submit],
form[action^="https://webto.salesforce.com/"] .version-slider button[type=submit] {
  width: 100%;
  justify-content: space-between;
}

:root {
  --navigation-height: 4.375rem;
}

section[name=content] {
  max-width: 2400px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.6;
}

hr {
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px;
  border-bottom: none;
}

h1 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}

.h1 {
  font-family: "Avenir Next Regular", sans-serif;
  display: block;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.3em;
  }
}

.page-header-content-inner .h1 {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .page-header-content-inner .h1 {
    font-size: 2.3em;
  }
}

h2 {
  font-family: "Avenir Next Regular", sans-serif;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-family: "Avenir Next Bold", sans-serif;
  font-size: 1.2rem;
  color: var(--primary-color);
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.3em;
  }
}

.umbraco-forms-caption {
  font-size: 1.2rem !important;
  line-height: 1.4;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .umbraco-forms-caption {
    font-size: 2em;
    line-height: 2;
  }
}

b, strong {
  font-family: "Avenir Next Bold", sans-serif;
}

large {
  font-size: 120%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

table {
  width: 100% !important;
  max-width: 100% !important;
}
table td {
  vertical-align: top;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  table td {
    font-size: 1rem;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: rgba(238, 238, 237, 0.5);
}

.bg-primary {
  background-color: var(--primary-color);
}

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

.cursor-pointer {
  cursor: pointer;
}

.container-dark {
  color: white;
}

.color-white {
  color: white;
}

.color-grey {
  color: #7e7e7e;
}

.color-default {
  color: #222;
}

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

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

.container .container {
  padding: 0;
}

.filter-icon {
  margin-top: 1rem;
}

.search-result--bordered {
  border-bottom: 1px solid #DDE2E6;
  border-left: 1px solid #DDE2E6;
  border-right: 1px solid #DDE2E6;
  margin-bottom: 15px;
  box-shadow: 0px 0.1px 2.7px -1px rgba(0, 0, 0, 0.016), 0px 0.2px 6.9px -1px rgba(0, 0, 0, 0.022), 0px 0.3px 14.2px -1px rgba(0, 0, 0, 0.028), 0px 0.5px 29.2px -1px rgba(0, 0, 0, 0.034), 0px 1px 80px -1px rgba(0, 0, 0, 0.05);
}
.search-result--bordered:first-child {
  border-top: 1px solid #DDE2E6;
}
@media (min-width: 576px) {
  .search-result--bordered {
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    box-shadow: none;
  }
}

.search-result-article a {
  text-decoration: none !important;
}
.search-result-article__image {
  height: 100%;
  width: 100%;
}
.search-result-article__description {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.search-result-article__description__text {
  word-break: normal !important;
  margin-bottom: 16px;
}
.search-result-article__arrow {
  font-size: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .quote-image {
    max-width: 250px;
  }
}
.grid-block {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .grid-block {
    margin: 80px 0;
  }
}
.grid-block.cta--block {
  margin: 0;
  padding: 80px 0;
}
.grid-block .embed-container iframe {
  width: 100%;
}

.umbraco-forms-form {
  margin: 40px 0;
}

.sj-pagination .active {
  font-weight: 700;
  color: var(--primary-color);
}
.sj-pagination__item {
  padding: 16px;
}
.sj-pagination__item:hover {
  background-color: rgba(238, 238, 237, 0.5);
  cursor: pointer;
}

.box-shadow {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn-pill {
  background-color: white;
  color: var(--primary-color);
  border: 1px solid white;
  padding: 7px 25px;
  border-radius: 25px;
  transition: 0.2s ease-in;
}
.btn-pill svg {
  margin-left: 25px;
  transition: margin-left 0.2s ease-in;
}
.btn-pill:hover {
  color: white;
  background-color: var(--primary-color);
}
.btn-pill:hover svg {
  margin-left: 50px;
}

.btn.btn-outline, .umbraco-forms-form input.btn-outline[type=submit], .umbraco-forms-form button.btn-outline[type=submit],
form[action^="https://webto.salesforce.com/"] input.btn-outline[type=submit],
form[action^="https://webto.salesforce.com/"] button.btn-outline[type=submit] {
  background-color: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.btn.btn-outline:hover, .umbraco-forms-form input.btn-outline[type=submit]:hover, .umbraco-forms-form button.btn-outline[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] input.btn-outline[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] button.btn-outline[type=submit]:hover {
  color: white;
  background-color: var(--primary-color);
}

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

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

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

.row-reverse {
  flex-wrap: wrap-reverse;
}

@media (min-width: 768px) {
  .row-md-reverse {
    flex-flow: row-reverse;
  }
}

.search-tags {
  line-height: 3;
}
.search-tags--tag {
  transition: 0.25s ease-in;
}
.search-tags--tag:hover {
  color: var(--secondary-color) !important;
  text-decoration: underline;
}
.search-tags--tag.active {
  color: var(--primary-color) !important;
  text-decoration: underline;
}

.btn, .umbraco-forms-form input[type=submit], .umbraco-forms-form button[type=submit],
form[action^="https://webto.salesforce.com/"] input[type=submit],
form[action^="https://webto.salesforce.com/"] button[type=submit] {
  border: none;
  background: var(--primary-color);
  border-radius: 4px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  color: white;
  padding: 8px 21px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.btn.btn--text, .umbraco-forms-form input.btn--text[type=submit], .umbraco-forms-form button.btn--text[type=submit],
form[action^="https://webto.salesforce.com/"] input.btn--text[type=submit],
form[action^="https://webto.salesforce.com/"] button.btn--text[type=submit] {
  color: black;
  background: white;
  padding-left: 0px;
  font-weight: 600;
}

.btn.btn--arrow::after, .umbraco-forms-form input.btn--arrow[type=submit]::after, .umbraco-forms-form button.btn--arrow[type=submit]::after,
form[action^="https://webto.salesforce.com/"] input.btn--arrow[type=submit]::after,
form[action^="https://webto.salesforce.com/"] button.btn--arrow[type=submit]::after {
  content: "→";
  margin-left: 20px;
}

.btn.btn--arrow:hover::after, .umbraco-forms-form input.btn--arrow[type=submit]:hover::after, .umbraco-forms-form button.btn--arrow[type=submit]:hover::after,
form[action^="https://webto.salesforce.com/"] input.btn--arrow[type=submit]:hover::after,
form[action^="https://webto.salesforce.com/"] button.btn--arrow[type=submit]:hover::after {
  animation: slideInOut;
  animation-duration: 800ms;
}

.btn.btn--text:hover, .umbraco-forms-form input.btn--text[type=submit]:hover, .umbraco-forms-form button.btn--text[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] input.btn--text[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] button.btn--text[type=submit]:hover {
  background: white;
  color: var(--primary-color);
}

.btn, .umbraco-forms-form input[type=submit], .umbraco-forms-form button[type=submit],
form[action^="https://webto.salesforce.com/"] input[type=submit],
form[action^="https://webto.salesforce.com/"] button[type=submit] {
  transition: 0.25s ease-in;
  text-decoration: none;
}
.btn--rounded {
  border-radius: 25px;
  padding: 6px 50px;
}
.btn--primary {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn--primary:hover {
  color: var(--primary-color);
  background-color: white;
}
.btn--primary--invert {
  color: var(--primary-color);
  background-color: white;
  border: 1px solid var(--primary-color);
}
.btn--primary--invert:hover {
  color: white;
  background-color: var(--primary-color);
}
.btn--secondary {
  color: #ffffff;
  background-color: var(--secondary-color);
}
.btn--secondary:hover {
  color: var(--secondary-color);
  background-color: white;
}
.btn--grey {
  color: var(--primary-color);
  background-color: #edf1f4;
}
.btn--grey:hover {
  color: #edf1f4;
  background-color: var(--secondary-color);
}
.btn--white {
  color: var(--primary-color);
  background-color: white;
}
.btn--white:hover {
  color: white;
  background-color: var(--secondary-color);
}

body {
  color: rgb(34, 34, 34);
  font: normal 100%/1.4 "Avenir Next Regular", sans-serif;
}
@media (min-width: 768px) {
  body {
    font: normal 100%/1.2 "Avenir Next Regular", sans-serif;
  }
}
@media (min-width: 992px) {
  body {
    font: normal 100% "Avenir Next Regular", sans-serif;
  }
}

.wide-table tbody {
  vertical-align: top;
}

@media (max-width: 991.98px) {
  .wide-table-wrapper {
    overflow-x: auto;
  }
}
.caret-ul li:before {
  display: block;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: -20px;
  top: 11px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
}

.caret-ul li {
  list-style: none;
  position: relative;
  line-height: 2;
}
.caret-ul li a {
  color: var(--primary-color);
}

p a {
  color: var(--primary-color);
}

.checklist-ul li:before {
  display: block;
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  content: ""; /* placeholder for the SVG */
  position: absolute;
  left: -17px; /* place the SVG at the start of the padding */
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='50' height='50' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='%230062af' d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/></svg>") no-repeat;
  margin-top: 8px;
}

.checklist-ul li {
  list-style: none;
  position: relative;
  line-height: 2;
}

.arrow-ul li:before {
  display: block;
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  content: ""; /* placeholder for the SVG */
  /*color:#222;*/
  position: absolute;
  left: -17px; /* place the SVG at the start of the padding */
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='50' height='50' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='currentColor' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>") no-repeat;
  margin-top: 8px;
}

.arrow-ul li {
  list-style: none;
  position: relative;
  line-height: 2;
}

.none-ul li:before {
  display: block;
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  content: "";
  position: absolute;
  left: -17px;
  background: none;
  margin-top: 8px;
}

.none-ul li {
  list-style: none;
  position: relative;
  line-height: 2;
}

.container-dark .caret-ul li:before {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.container-dark .checklist-ul li:before {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='50' height='50' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='white' d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/></svg>") no-repeat;
}
.container-dark .arrow-ul li:before {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='50' height='50' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' ><path fill='white' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>") no-repeat;
}

component {
  display: none;
}

.scroller {
  position: absolute;
  bottom: 32px;
  right: 10px;
  height: 50px;
  width: 100px;
  padding-right: 16px;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.chevron:after, .chevron:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: white;
  box-shadow: 2.4px 3.6px rgba(0, 0, 0, 0.026), 0px 6.5px 10px rgba(0, 0, 0, 0.04), 0px 15.7px 24.1px rgba(0, 0, 0, 0.054), 0px 52px 80px rgba(0, 0, 0, 0.07);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  to {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.dark-blue {
  color: #0062AF;
}

.light-blue {
  color: #00A0DC;
}

.bg-light-grey {
  background-color: rgba(238, 238, 237, 0.5);
}
@media (min-width: 768px) {
  .bg-light-grey.bg-partial {
    background: linear-gradient(0deg, #EDF1F4 80%, white 20%);
    /*
    &.row-md-reverse {
        background: linear-gradient(0deg, #eeeeed80 80%, white 20%);
    }*/
  }
}

.grid-block.bg-light-grey {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .overlap-row--content-wrapper {
    padding: 3.3rem 5rem 3.3rem 3.3rem !important;
  }
}
.overlap-row--content.no-image {
  color: white;
}

@media (min-width: 768px) {
  .overlap-row--image img {
    display: block;
    margin-left: -30px;
  }
  @supports not (-webkit-touch-callout: none) {
    .overlap-row--image img {
      display: flex;
    }
  }
}

@media (min-width: 768px) {
  .row-md-reverse .overlap-row--content-wrapper {
    padding: 3.3rem 3.3rem 3.3rem 5rem !important;
  }
}
.row-md-reverse .overlap-row--content.no-image {
  color: white;
}
@media (min-width: 768px) {
  .row-md-reverse .overlap-row--image img {
    margin-left: 30px;
  }
  @supports not (-webkit-touch-callout: none) {
    .row-md-reverse .overlap-row--image img {
      display: flex;
    }
  }
}

#breadcrumb {
  height: 50px;
  background: whitesmoke;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 575px) {
  #breadcrumb {
    font-size: 16px;
    /*  position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0.85;
    width: 100%;*/
  }
}
#breadcrumb ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  max-width: 33%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumb ul li a {
  color: var(--primary-color);
}

#subnav {
  position: sticky;
  background-color: white;
  top: calc(var(--nav-height) - 1px);
  z-index: 15;
  transition: 0.4s all ease;
}
@media screen and (max-width: 560px) {
  #subnav {
    --nav-height: 96px;
  }
}

#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8784313725);
  z-index: 15;
  overflow: hidden;
}

.loader {
  width: 150px;
  height: 150px;
  border: 1px #444 solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
}

.loader .loading {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-family: "Avenir Next Bold", sans-serif;
  left: 0;
  top: 50%;
  margin-top: 20px;
  color: #444;
  text-transform: uppercase;
}

.loader-circle-1 {
  width: 138px;
  height: 138px;
  left: 5px;
  top: 5px;
  border: 1px #444 solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: transparent;
  animation: spin 3s linear infinite;
}

.loader-circle-2 {
  width: 126px;
  height: 126px;
  left: 5px;
  top: 5px;
  border: 1px transparent solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: #00a0dc;
  animation: spin 5s linear infinite;
}

.loader .line {
  width: 10px;
  height: 2px;
  background: #444;
  position: absolute;
}

.loader .line:nth-child(1) {
  left: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 33px;
  top: 33px;
}

.loader .line:nth-child(3) {
  top: 16px;
  left: 50%;
  width: 2px;
  height: 10px;
}

.loader .line:nth-child(4) {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 33px;
  top: 33px;
}

.loader .line:nth-child(5) {
  right: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(6) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 33px;
  bottom: 33px;
  background: #0062af;
}

.loader .subline {
  position: absolute;
  width: 3px;
  height: 2px;
  background: #444;
}

.loader .subline:nth-child(7) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  left: 21px;
  top: 50px;
}

.loader .subline:nth-child(8) {
  transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -webkit-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  left: 50px;
  top: 21px;
}

.loader .subline:nth-child(9) {
  transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -webkit-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  right: 50px;
  top: 21px;
}

.loader .subline:nth-child(10) {
  transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -webkit-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  right: 21px;
  top: 50px;
}

.loader .subline:nth-child(11) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  right: 20px;
  bottom: 49px;
  background: #0062af;
}

.loader .needle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px #444 solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  z-index: 1;
  animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 50px 3.5px 0;
  border-color: transparent #0062af transparent transparent;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -3.5px 0 0 0;
  border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(55deg);
  }
  30% {
    transform: rotate(90deg);
  }
  36% {
    transform: rotate(170deg);
  }
  42% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(227deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EDf1f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Change the height of the wrapper */
::-webkit-scrollbar-track-piece:start {
  background: transparent;
  /*   margin-top: var(--nav-height);*/
}

.color-white {
  color: white;
}

.background-grey {
  background-color: #EDF1F4;
}

.legal-info {
  font-size: 11px;
}

/*FORMS*/
.umbraco-forms-form input:not([type=submit]):not([type=button]):not([type=checkbox]),
.umbraco-forms-form textarea,
.umbraco-forms-form select,
form[action^="https://webto.salesforce.com/"] input:not([type=submit]):not([type=button]):not([type=checkbox]),
form[action^="https://webto.salesforce.com/"] textarea,
form[action^="https://webto.salesforce.com/"] select {
  width: 100% !important;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: calc(var(--margins) / 2) !important;
  margin-top: 16px !important;
}
.umbraco-forms-form.configuratorv2,
form[action^="https://webto.salesforce.com/"].configuratorv2 {
  --margins: 8px !important;
  margin-top: 0 !important;
}
.umbraco-forms-form.configuratorv2 ::-moz-placeholder, form[action^="https://webto.salesforce.com/"].configuratorv2 ::-moz-placeholder {
  font-size: 0.85em !important;
}
.umbraco-forms-form.configuratorv2 ::placeholder,
form[action^="https://webto.salesforce.com/"].configuratorv2 ::placeholder {
  font-size: 0.85em !important;
}
.umbraco-forms-form.configuratorv2 .umbraco-forms-caption,
form[action^="https://webto.salesforce.com/"].configuratorv2 .umbraco-forms-caption {
  display: none !important;
}
.umbraco-forms-form.configuratorv2 label.umbraco-forms-label,
form[action^="https://webto.salesforce.com/"].configuratorv2 label.umbraco-forms-label {
  font-size: 0.75em !important;
  font-weight: 200 !important;
}
.umbraco-forms-form.configuratorv2 input, .umbraco-forms-form.configuratorv2 input:not([type=submit]):not([type=button]):not([type=checkbox]),
.umbraco-forms-form.configuratorv2 textarea,
.umbraco-forms-form.configuratorv2 select,
form[action^="https://webto.salesforce.com/"].configuratorv2 input,
form[action^="https://webto.salesforce.com/"].configuratorv2 input:not([type=submit]):not([type=button]):not([type=checkbox]),
form[action^="https://webto.salesforce.com/"].configuratorv2 textarea,
form[action^="https://webto.salesforce.com/"].configuratorv2 select {
  font-size: 0.85em !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.umbraco-forms-form label,
form[action^="https://webto.salesforce.com/"] label {
  font-weight: bold;
  display: block;
  background: transparent !important;
}
.umbraco-forms-form input[type=checkbox],
form[action^="https://webto.salesforce.com/"] input[type=checkbox] {
  height: 18px;
  width: 18px;
  margin: 8px 0;
  margin-bottom: calc(var(--margins) / 2) !important;
  margin-top: 24px !important;
}
.umbraco-forms-form input[type=file],
form[action^="https://webto.salesforce.com/"] input[type=file] {
  height: 46px;
  border: 1px solid #ccc;
  background: white;
  padding: 10px 16px;
}
.umbraco-forms-form .umbraco-forms-field.checkbox,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: left;
}
.umbraco-forms-form .umbraco-forms-field.checkbox input[type=checkbox],
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.checkbox input[type=checkbox] {
  margin-right: 1em;
}
.umbraco-forms-form .datepicker-wrapper,
form[action^="https://webto.salesforce.com/"] .datepicker-wrapper {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-radius: 4px;
  margin-bottom: calc(var(--margins) / 2) !important;
  margin-top: 16px !important;
  background: white;
}
.umbraco-forms-form .datepicker-wrapper input[type=text].datepickerfieldweekend, .umbraco-forms-form .datepicker-wrapper input[type=text].datepickerfield, .umbraco-forms-form .datepicker-wrapper input[type=text].datepickerfielddealer,
form[action^="https://webto.salesforce.com/"] .datepicker-wrapper input[type=text].datepickerfieldweekend,
form[action^="https://webto.salesforce.com/"] .datepicker-wrapper input[type=text].datepickerfield,
form[action^="https://webto.salesforce.com/"] .datepicker-wrapper input[type=text].datepickerfielddealer {
  border: none;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}
.umbraco-forms-form dropdown:after,
form[action^="https://webto.salesforce.com/"] dropdown:after {
  content: unset;
}
.umbraco-forms-form .dropdown,
form[action^="https://webto.salesforce.com/"] .dropdown {
  padding-right: unset;
  display: unset;
}
.umbraco-forms-form .btn.next_btn, .umbraco-forms-form input.next_btn[type=submit], .umbraco-forms-form button.next_btn[type=submit], .umbraco-forms-form .btn.previous_btn, .umbraco-forms-form input.previous_btn[type=submit], .umbraco-forms-form button.previous_btn[type=submit],
form[action^="https://webto.salesforce.com/"] .btn.next_btn,
form[action^="https://webto.salesforce.com/"] input.next_btn[type=submit],
form[action^="https://webto.salesforce.com/"] button.next_btn[type=submit],
form[action^="https://webto.salesforce.com/"] .btn.previous_btn,
form[action^="https://webto.salesforce.com/"] input.previous_btn[type=submit],
form[action^="https://webto.salesforce.com/"] button.previous_btn[type=submit] {
  background: none;
  color: black;
  font-size: 32px;
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
}
.umbraco-forms-form .btn.next_btn:hover, .umbraco-forms-form input.next_btn[type=submit]:hover, .umbraco-forms-form button.next_btn[type=submit]:hover, .umbraco-forms-form .btn.previous_btn:hover, .umbraco-forms-form input.previous_btn[type=submit]:hover, .umbraco-forms-form button.previous_btn[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] .btn.next_btn:hover,
form[action^="https://webto.salesforce.com/"] input.next_btn[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] button.next_btn[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] .btn.previous_btn:hover,
form[action^="https://webto.salesforce.com/"] input.previous_btn[type=submit]:hover,
form[action^="https://webto.salesforce.com/"] button.previous_btn[type=submit]:hover {
  border: 1px solid #cccccc;
}
.umbraco-forms-form .version-card,
form[action^="https://webto.salesforce.com/"] .version-card {
  transition: 400ms all ease;
  padding: 16px;
  cursor: pointer;
  min-width: 31%;
  flex-grow: 0;
  margin-bottom: 3.5%;
  box-shadow: 0px 0.1px 2.7px -1px rgba(0, 0, 0, 0.016), 0px 0.2px 6.9px -1px rgba(0, 0, 0, 0.022), 0px 0.3px 14.2px -1px rgba(0, 0, 0, 0.028), 0px 0.5px 29.2px -1px rgba(0, 0, 0, 0.034), 0px 1px 80px -1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .umbraco-forms-form .version-card,
  form[action^="https://webto.salesforce.com/"] .version-card {
    max-width: 50%;
    box-shadow: none;
  }
}
.umbraco-forms-form .version-card.selected::after,
form[action^="https://webto.salesforce.com/"] .version-card.selected::after {
  position: absolute;
  content: "✓";
  height: 32px;
  width: 32px;
  font-size: 25px;
  background: var(--primary-color);
  color: white;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
}
.umbraco-forms-form .version-card:hover, .umbraco-forms-form .version-card.selected,
form[action^="https://webto.salesforce.com/"] .version-card:hover,
form[action^="https://webto.salesforce.com/"] .version-card.selected {
  /*box-shadow: 0 2px 16px -4px black;*/
  box-shadow: 0.3px 0.4px 2.2px rgba(0, 0, 0, 0.081), -0.1px -0.2px 5.3px rgba(0, 0, 0, 0.102), 1.1px 1.9px 10px rgba(0, 0, 0, 0.114), 4.3px 7.5px 17.9px rgba(0, 0, 0, 0.125), 9.1px 15.8px 33.4px rgba(0, 0, 0, 0.135), 15px 26px 80px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .umbraco-forms-form .version-card:hover, .umbraco-forms-form .version-card.selected,
  form[action^="https://webto.salesforce.com/"] .version-card:hover,
  form[action^="https://webto.salesforce.com/"] .version-card.selected {
    box-shadow: 0px 0.1px 2.7px -1px rgba(0, 0, 0, 0.016), 0px 0.2px 6.9px -1px rgba(0, 0, 0, 0.022), 0px 0.3px 14.2px -1px rgba(0, 0, 0, 0.028), 0px 0.5px 29.2px -1px rgba(0, 0, 0, 0.034), 0px 1px 80px -1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: 400ms all ease;
  }
}
.umbraco-forms-form .umbraco-forms-field-wrapper,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper {
  display: flex;
  grid-gap: 1em;
  align-items: center;
}
@media (min-width: 768px) {
  .umbraco-forms-form .umbraco-forms-field-wrapper,
  form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn.primary,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn.primary {
  color: #ffffff;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn.primary:hover,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn.primary:hover {
  color: var(--primary-color) !important;
  background-color: white !important;
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn.primary--invert,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn.primary--invert {
  color: var(--primary-color);
  background-color: white;
  border: 1px solid var(--primary-color);
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn.primary--invert:hover,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn.primary--invert:hover {
  color: white;
  background-color: var(--primary-color);
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--secondary,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--secondary {
  color: #ffffff;
  background-color: var(--secondary-color);
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--secondary:hover,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--secondary:hover {
  color: var(--secondary-color);
  background-color: white;
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--grey,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--grey {
  color: var(--primary-color);
  background-color: #edf1f4;
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--grey:hover,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--grey:hover {
  color: #edf1f4;
  background-color: var(--secondary-color);
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--white,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--white {
  color: var(--primary-color);
  background-color: white;
}
.umbraco-forms-form .umbraco-forms-field-wrapper label.btn--white:hover,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field-wrapper label.btn--white:hover {
  color: white;
  background-color: var(--secondary-color);
}
.umbraco-forms-form .umbraco-forms-field.version .umbraco-forms-field-wrapper, .umbraco-forms-form .umbraco-forms-field.dealer .umbraco-forms-field-wrapper,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.version .umbraco-forms-field-wrapper,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.dealer .umbraco-forms-field-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .umbraco-forms-form .umbraco-forms-field.version .umbraco-forms-field-wrapper, .umbraco-forms-form .umbraco-forms-field.dealer .umbraco-forms-field-wrapper,
  form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.version .umbraco-forms-field-wrapper,
  form[action^="https://webto.salesforce.com/"] .umbraco-forms-field.dealer .umbraco-forms-field-wrapper {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
  }
}
.umbraco-forms-form .umbraco-forms-caption,
form[action^="https://webto.salesforce.com/"] .umbraco-forms-caption {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.umbraco-forms-form fieldset,
form[action^="https://webto.salesforce.com/"] fieldset {
  padding: 0 !important;
  margin: 0 !important;
}
.umbraco-forms-form input[type=submit], .umbraco-forms-form button[type=submit],
form[action^="https://webto.salesforce.com/"] input[type=submit],
form[action^="https://webto.salesforce.com/"] button[type=submit] {
  border-radius: 25px;
  padding: 6px 50px;
  transition: 0.25s ease-in;
  text-decoration: none;
}

.image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.25s ease-in;
}

.secondhand-car-card .secondhand-car-info {
  display: flex;
  grid-gap: 16px;
  align-items: start;
  line-height: 16px;
  font-size: 16px;
  margin-bottom: 16px;
}

.secondhand-car-card .secondhand-car-info svg {
  color: var(--primary-color);
  height: 16px !important;
  width: 16px !important;
}

.secondhand-car-card .secondhand-car-image {
  margin-bottom: 16px;
}

.secondhand-car-card .car-name {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
  color: var(--primary-color);
}

.secondhand-car-card .car-price {
  font-weight: 500;
  font-size: 28px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-12 {
  /*margin-bottom: 15px;*/
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-12 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-md-4 .grid-block {
  margin: 0;
}
@media (min-width: 768px) {
  .col-md-4 .grid-block {
    margin: 40px 0;
  }
}

.search-result-article__description__image {
  height: 200px;
  margin-bottom: 0 !important;
  /*
      @include sm {
         height:300px;
      }*/
}
@media (min-width: 576px) {
  .search-result-article__description__image {
    height: auto;
  }
}

.hidden-image {
  pointer-events: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 99vw !important;
  height: 99vh !important;
  max-width: 99vw !important;
  max-height: 99vh !important;
}

.span-caret:before {
  display: block;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 5px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
}

.bg-image-padding {
  padding: 100px 15px;
}

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

.search-options {
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(var(--margins) / 2);
  margin-top: calc(var(--margins) / 2);
}
@media (min-width: 768px) {
  .search-options {
    display: flex;
  }
}
.search-options .filters {
  display: flex;
  grid-gap: 16px;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .search-options .filters {
    flex-direction: row;
    margin-bottom: 0px;
  }
}
.search-options .filters .v-dropdown {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .search-options .filters .v-dropdown {
    max-width: 150px !important;
  }
}
.search-options .orderby .v-dropdown {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .search-options .orderby .v-dropdown {
    max-width: 150px !important;
  }
}

.lingalleryContainer .lingallery .lingallery_thumbnails .lingallery_thumbnails_content {
  display: grid !important;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.lingalleryContainer .lingallery .lingallery_thumbnails .lingallery_thumbnails_content .lingallery_thumbnails_content_elem {
  display: flex !important;
}
.lingalleryContainer .lingallery .lingallery_thumbnails .lingallery_thumbnails_content img {
  border: none !important;
  width: 100% !important;
}

#__next.animate {
  animation: nextStep;
  animation-direction: alternate;
  animation-delay: 200ms;
  animation-iteration-count: 4;
  animation-duration: 400ms;
  animation-timing-function: ease;
}

@keyframes nextStep {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0px 2px 4px -2px black;
  }
}
.address-info {
  padding: 8px 0;
  display: flex;
  grid-gap: 1em;
}

.address-info svg {
  fill: var(--primary-color);
  color: var(--primary-color);
  min-width: 16px;
  min-height: 16px;
}

* {
  overflow-anchor: none !important;
  scroll-snap-stop: normal !important;
  overscroll-behavior: unset !important;
  scroll-behavior: unset !important;
}

.container, header, footer, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, body, div, span, section, .grid-block, img, picture, iframe {
  overflow-anchor: none !important;
  scroll-snap-stop: normal !important;
  overscroll-behavior: unset !important;
  scroll-behavior: unset !important;
}

.sold-label {
  color: white;
  background-color: var(--secondary-color);
  padding: 4px 12px;
  z-index: 2;
  top: 15px;
  min-width: 125px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
}

.cols-as-one-mobile .text-and-button-col .col {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .cols-as-one-mobile .text-and-button-col .col {
    margin-bottom: 40px;
  }
}
.cols-as-one-mobile .text-and-button-col .no-border-blocks {
  padding: 0 !important;
}

.no-margin-top .grid-block {
  margin-top: 0 !important;
}

.secondhand-specs {
  font-size: 11px;
}
@media screen and (min-width: 765px) {
  .secondhand-specs {
    font-size: inherit;
  }
}

.stock-page .no-border-blocks {
  margin: 40px 0 !important;
}

.stock-specs {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  grid-gap: 0 2em;
  /*    padding-left: 32px;
      padding-right: 32px;*/
}

@media screen and (min-width: 567px) {
  .stock-specs {
    grid-template-columns: 1fr 1fr;
  }
}
.stock-ctas {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.stock-ctas > div a {
  min-width: 280px;
}

h3.stock-price {
  font-size: 1.8em;
  font-weight: 700;
}

h1.detail-title {
  font-size: 2.3em;
  font-weight: 700;
}

.car-for-sale-page .text-and-button-col .col {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .car-for-sale-page .text-and-button-col .col {
    margin-bottom: 40px;
  }
}
.car-for-sale-page .text-and-button-col .no-border-blocks {
  padding: 0 !important;
}
.car-for-sale-page .no-margin-top .grid-block {
  margin-top: 0 !important;
}
.car-for-sale-page .bg-light-grey {
  margin-bottom: 0px;
}

.no-results--container {
  padding: 2em 4em;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  background-color: whitesmoke;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23CCD7E0FF' stroke-width='6' stroke-dasharray='22' stroke-dashoffset='-4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
}
.no-results--icon svg {
  height: 2.8em;
  width: 2.8em;
  fill: var(--nav-accent);
}
.no-results--message {
  font-weight: 700;
}
.no-results--cta {
  border: 1px solid white;
  padding: 7px 25px;
  border-radius: 25px;
  transition: 0.2s ease-in;
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin: auto;
  fill: white;
}
.no-results--cta-icon {
  display: flex;
}

.umbraco-forms-subaru {
  /*TOOLTIP*/
  /* Popover overlay (covers the entire viewport) */
  /* Centered popover container */
  /* Close button inside the popover */
}
.umbraco-forms-subaru legend {
  padding-right: 15px;
  padding-left: 15px;
}
.umbraco-forms-subaru .tooltip {
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  text-align: left;
  opacity: 1 !important;
  cursor: pointer;
}
.umbraco-forms-subaru .tooltip:hover .top, .umbraco-forms-subaru .tooltip:focus .top, .umbraco-forms-subaru .tooltip:active .top {
  display: block;
}
.umbraco-forms-subaru .tooltip .top {
  min-width: 200px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: grey;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.umbraco-forms-subaru .tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.umbraco-forms-subaru .tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.umbraco-forms-subaru .tooltip-popover-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.umbraco-forms-subaru .tooltip-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  width: 80%;
  max-width: 400px;
}
.umbraco-forms-subaru .tooltip-popover .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
.umbraco-forms-subaru .tooltip-popover-trigger {
  cursor: pointer;
}
.umbraco-forms-subaru .tooltip-popover-trigger svg {
  pointer-events: none;
}
.umbraco-forms-subaru a {
  color: var(--primary-color);
}

html {
  scroll-padding-top: 120px;
  scroll-margin-top: 120px;
}

::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

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

.uppercase {
  text-transform: uppercase;
}

.title-font {
  font-family: "Avenir Next Regular", sans-serif !important;
}

.h2-small {
  font-size: 1.4em;
}

[data-parentalias=subsites] h1 {
  color: var(--primary-color);
}

img {
  width: auto;
  height: auto;
}

@supports not (-webkit-touch-callout: none) {
  picture {
    display: flex;
  }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  picture {
    display: block;
  }
}
/**
 * Basic styles for links
 */
a {
  color: inherit;
  /*text-decoration: underline;*/
}
a:hover, a:active, a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

.larger {
  font-size: 1.05rem;
}

.large-icon svg {
  width: 28px !important;
  height: 38px;
}

.h-100 {
  height: 100%;
}

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

.title-line {
  border-bottom: 1px solid #808080;
}

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

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

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

img {
  max-width: 100%;
}

[v-cloak] {
  display: none;
}

.light {
  font-weight: 300;
}

.semilight {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.allcaps {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.full-width--all > .container {
  max-width: 100%;
  padding: 0;
}

.component {
  margin-bottom: var(--margin);
}

.hidden {
  visibility: hidden;
}

.subsite-dealer .col-md-5 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .subsite-dealer .col-md-5 {
    padding-left: 15px;
  }
}
.subsite-dealer .subsite-dealer-info {
  font-size: 0.95em;
  line-height: 1.7;
  font-family: "Avenir Next Regular", sans-serif;
  margin-bottom: 25px;
}
.subsite-dealer .subsite-dealer-info .dealer-phone a, .subsite-dealer .subsite-dealer-info .dealer-email a {
  color: var(--secondary-color);
  text-decoration: none;
}
.subsite-dealer .subsite-dealer-info .dealer-services {
  margin-top: 25px;
}
.subsite-dealer .subsite-dealer-info .dealer-services .service-icon svg {
  margin: 0 8px 0 0;
  height: 13px !important;
  width: 13px !important;
}
@media (min-width: 768px) {
  .subsite-dealer .subsite-dealer-image {
    margin-top: -15px;
  }
}

.services .label {
  margin-bottom: 12px;
}
.services .service-filters {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.services .service-filters .btn-service {
  background: #fff;
  border: 1px solid lightgrey;
  padding: 0.9em 1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-size: 0.8em;
  font-family: "Avenir Next Regular", sans-serif;
  font-weight: bold;
  min-height: 48px;
}
.services .service-filters .btn-service:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.services .service-filters .btn-service:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.services .service-filters .btn-service:hover {
  color: var(--primary-color);
}
.services .service-filters .btn-service.active {
  outline-color: var(--primary-color);
  outline-width: 3px;
  outline-style: solid;
  outline-offset: -2px;
  color: var(--primary-color);
}

.blue-slider {
  touch-action: pan-x;
}
.blue-slider .VueCarousel {
  padding: 0 0.5rem;
}
.blue-slider .VueCarousel .block-content--text {
  padding: 20px 40px;
}
.blue-slider .VueCarousel .block-content--text h2 {
  margin: 0;
}
.blue-slider .VueCarousel .block-content--text p {
  margin: 0;
}
.blue-slider .VueCarousel-slide {
  padding: 0 0.5rem;
}
.blue-slider .VueCarousel-navigation-button {
  color: var(--primary-color) !important;
  font-size: 28px !important;
  padding: 0.5rem 0.7rem !important;
  background-color: white !important;
  border-radius: 100%;
  line-height: 0;
  font-weight: 200;
  aspect-ratio: 1/1;
  border: 1px solid var(--primary-color) !important;
}
.blue-slider .VueCarousel-navigation-button:hover {
  background-color: rgba(0, 160, 220, 0.49) !important;
  color: white !important;
}
.blue-slider .VueCarousel-navigation-button:active, .blue-slider .VueCarousel-navigation-button:focus {
  outline: none !important;
}
.blue-slider .VueCarousel-navigation-button svg {
  border-radius: 50px;
  transition: 0.25s ease;
}
.blue-slider .VueCarousel-navigation-prev {
  left: 40px !important;
}
@media (min-width: 768px) {
  .blue-slider .VueCarousel-navigation-prev {
    left: 80px !important;
  }
}
.blue-slider .VueCarousel-navigation-next {
  right: 40px !important;
}
@media (min-width: 768px) {
  .blue-slider .VueCarousel-navigation-next {
    right: 80px !important;
  }
}
.blue-slider .VueCarousel-navigation--disabled {
  display: none;
}

.table-component table {
  width: 100%;
}
.table-component thead th {
  vertical-align: top;
  border-top-width: 0;
}
.table-component th {
  text-align: left;
}
.table-component th,
.table-component td {
  vertical-align: middle;
  padding: 10px;
}
.table-component th.total {
  white-space: nowrap;
}
.table-component .no-break {
  white-space: nowrap;
}
@media only screen and (max-width: 800px) {
  .table-component {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .table-component #no-mobile-tables table,
  .table-component #no-mobile-tables thead,
  .table-component #no-mobile-tables tbody,
  .table-component #no-mobile-tables th,
  .table-component #no-mobile-tables td,
  .table-component #no-mobile-tables tr {
    display: block;
    font-size: 0.85rem;
  }
  .table-component #no-mobile-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-component #no-mobile-tables tr {
    border: 1px solid #ccc;
  }
  .table-component #no-mobile-tables td, .table-component #no-mobile-tables th {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
  }
  .table-component #no-mobile-tables td:before, .table-component #no-mobile-tables th:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 24px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
  .table-component #no-mobile-tables td:before, .table-component #no-mobile-tables th:before {
    content: attr(data-title);
  }
  .table-component .table .reorder-button, .table-component .table .reorder-button:hover {
    border-radius: 0px;
    background-color: transparent;
    color: #1e83d6;
    width: auto;
    height: auto;
    display: block;
    vertical-align: middle;
  }
  .table-component .text-center {
    text-align: right !important;
  }
  .table-component .table a:hover {
    color: inherit;
  }
}

.responsive-banner-image--image {
  width: 100%;
}
.responsive-banner-image--empty {
  width: 100%;
  height: 450px;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form fieldset {
  border: none;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .contact-form fieldset {
    padding: 1em 2.5em 0.5em 0;
  }
}
.contact-form .btn--orange {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}
.contact-form .dataconsent .umbraco-forms-label, .contact-form .recaptcha2 .umbraco-forms-label {
  display: none;
}
.contact-form .umbraco-forms-field {
  margin-bottom: 8px;
}
.contact-form .umbraco-forms-label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.contact-form .umbraco-forms-navigation {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form .umbraco-forms-navigation {
    padding: 0 2.5em 0em 0;
    margin-bottom: 0;
  }
}
.contact-form .field-validation-error {
  color: #d75b66;
  font-size: 0.8rem;
  display: block;
}
.contact-form input[type=text], .contact-form textarea, .contact-form select {
  border: 1px solid rgba(153, 153, 153, 0.25);
  border-radius: 3px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-form input[type=text]:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: #ebadb3;
  outline-color: #ebadb3;
}
.contact-form .data-consent--input {
  vertical-align: top;
  margin-top: 8px;
}
.contact-form .data-consent--label {
  display: inline-block;
  width: 90%;
}
.contact-form ::-moz-placeholder {
  color: rgb(153, 153, 153);
}
.contact-form ::placeholder {
  color: rgb(153, 153, 153);
}
.contact-form :-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.contact-form ::-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.contact-form textarea.contact-message, .contact-form input.contact-textfield {
  max-width: none !important;
  width: 100% !important;
  padding: 10px !important;
}

.umbraco-forms-form .umbraco-forms-field-wrapper input[type=checkbox] {
  height: 16px !important;
  width: 16px !important;
  margin: 16px 0 !important;
}

.umbraco-forms-form .umbraco-forms-field.checkbox label, .umbraco-forms-field.dataconsent label {
  font-weight: normal !important;
}

.umbraco-forms-form .checkboxlist label {
  margin: 15px 16px 0 0 !important;
}

/*
.embed-container {
    form {
        width: 100% !important;
        margin-top: 0 !important;
        padding-top: 0 !important;

        ._form_element {
            min-width: 220px;

            input[type="text"] {
                width: 100% !important;
            }

            ._inline-style:not(._clear){
                margin-left:5px !important;
            }
        }
    }
}*/
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}

select:invalid {
  color: red;
}

.car-configurator .configurator-form .umbraco-forms-form {
  margin-top: 15px !important;
}
.car-configurator .configurator-form .umbraco-forms-form input:not([type=submit]):not([type=button]):not([type=checkbox]), .car-configurator .configurator-form .umbraco-forms-form textarea, .car-configurator .configurator-form .umbraco-forms-form select {
  margin-bottom: 0 !important;
}
.car-configurator .configurator-form .umbraco-forms-field-wrapper {
  margin-bottom: calc(var(--margins) / 3) !important;
}
.car-configurator .configurator-form .label.umbraco-forms-label {
  font-family: "Avenir Next Regular", sans-serif !important;
  font-size: 0.9rem;
}
.car-configurator .configurator-form .umbraco-forms-container.col-md-6:has(.hidden), .car-configurator .configurator-form .umbraco-forms-container.col-md-12:has(.hidden) {
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

@font-face {
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: "Avenir Next Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
  font-family: "Avenir Next Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AvenirNextLTPro-It.otf");
}
/**
 * Basic typography style for copy text
 */
b, strong {
  font-family: "Avenir Next Bold", sans-serif;
}

h1 {
  display: block;
  font-size: 2em;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1280px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.footer {
  background-color: #EDF1F4;
  line-height: 1.8;
}
@media screen and (max-width: 756px) {
  .footer img {
    max-width: 200px;
    width: 100%;
  }
}
.footer .row {
  display: block;
}
@media (min-width: 768px) {
  .footer .row {
    display: flex;
  }
}
.footer .col {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .footer .col {
    padding-top: 0px !important;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.footer p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.footer p:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer a {
  text-decoration: none;
  color: #444;
}
.footer a:hover {
  text-decoration: underline;
}
.footer--signage {
  margin-top: 0px;
  border-top: 2px solid #d4d4d4;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  font-size: 1rem;
}
.footer--signage span {
  color: #7e7e7e;
}
.footer .footer--social {
  height: 18px;
}
.footer .container .container {
  padding-left: 0;
  padding-right: 0;
}
.footer .container .container p:first-child {
  margin-top: 0;
}
.footer .btn-icon {
  height: 32px;
  width: 32px;
  border: none;
  color: var(--primary-color) !important;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .btn-icon:hover {
  background: white;
}
.footer .btn-icon svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
}

.page-title {
  margin-bottom: -40px;
  padding-top: 40px;
}

.menu {
  display: block;
  position: var(--nav-position);
  background: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  .menu {
    --nav-height: 96px;
  }
}
.menu.invert {
  background: white;
}
.menu a:hover {
  background-color: var(--light-grey);
}

:root {
  --nav-position: fixed;
}

/* navigation */
nav.nav {
  position: relative;
  height: var(--nav-height);
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  box-shadow: var(--nav-box-shadow);
  z-index: 10;
  color: var(--nav-text-color);
}
@media screen and (max-width: 560px) {
  nav.nav {
    --nav-height: 96px;
  }
}
nav.nav .nav-icon {
  height: 1.5em;
  margin: 0 8px;
  fill: var(--nav-text-color);
}
nav.nav .nav-icon svg {
  height: 100%;
}
nav.nav a {
  text-decoration: none;
}
nav.nav a:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-color);
}
nav.nav.mobile {
  margin-top: var(--nav-height);
  background: var(--white);
  transition: 0.4s all ease;
  overflow-x: hidden;
  opacity: 0;
}
nav.nav.mobile.active {
  display: block;
  transition: 0.4s all ease;
  opacity: 1;
}
nav.nav.mobile.left {
  bottom: 0;
  top: 0;
  right: unset;
  width: 33%;
  min-width: 250px;
  height: unset;
  transform: translateX(-33vw);
  transition: 0.4s width ease;
}
nav.nav.mobile.left .nav-items {
  display: block;
  flex-direction: column;
  justify-content: stretch;
}
nav.nav.mobile.left.active {
  transform: translateX(0vw);
  transition: 0.4s all ease;
}
nav.nav.mobile.right {
  bottom: 0;
  left: unset;
  width: 33%;
  min-width: 250px;
  height: unset;
  transform: translateX(33vw);
  transition: 0.4s width ease;
}
nav.nav.mobile.right .nav-items {
  flex-direction: column;
  justify-content: stretch;
}
nav.nav.mobile.right.active {
  transform: translateX(0vw);
  transition: 0.4s all ease;
}
nav.nav.mobile .nav-items {
  padding-top: var(--nav-height);
  justify-content: center;
  align-items: start;
}
nav.nav.mobile .nav-items ul {
  display: unset;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
nav.nav.mobile .nav-items ul li {
  display: block;
}
nav.nav.mobile .nav-items .nav-item-group--mobile {
  width: 100%;
  display: flex !important;
}
nav.nav.mobile .nav-items .nav-item-group--mobile3 ul li {
  display: inline;
}
nav.nav.mobile .nav-items .nav-item-group--mobile .nav-item {
  padding: 12px;
  margin: 8px;
  display: flex;
  align-items: center;
}
nav.nav.mobile .nav-items .nav-item-group--mobile .nav-item.cta {
  background: var(--nav-accent);
  color: var(--nav-accent-text);
  fill: var(--nav-accent-text);
  border-radius: var(--corner-roundness);
  padding: 0.3em 0.5em;
}
nav.nav.mobile .nav-items .nav-item-group--mobile .nav-item.cta .nav-icon {
  fill: var(--nav-accent-text);
}
nav.nav.mobile .nav-items .nav-bars {
  position: absolute;
  top: 0;
  right: 0;
}
nav.nav.mobile.top {
  right: 0;
  left: 0;
  height: 33%;
  min-height: 400px;
  transition: 0.4s all ease;
  transform: translateY(-100vh);
  padding: var(--nav-height);
}
nav.nav.mobile.top.active {
  transform: translateY(0vh);
  transition: 0.4s all ease;
}
@media screen and (max-width: 500px) {
  nav.nav.mobile.top .nav-items {
    flex-direction: column;
    justify-content: stretch;
  }
}
nav.nav.mobile.full {
  right: 0;
  height: unset;
  left: 0;
  width: unset;
  top: 0;
  bottom: 0;
  transform: translateY(100vh);
  transition: 0.4s all ease;
  padding: var(--nav-height);
}
nav.nav.mobile.full.active {
  transform: translateY(0vh);
  transition: 0.4s all ease;
}
@media screen and (max-width: 500px) {
  nav.nav.mobile.full .nav-items {
    flex-direction: column;
    justify-content: stretch;
  }
}
nav.nav .nav-title {
  display: flex;
  align-items: center;
}
nav.nav .nav-items {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  nav.nav .nav-items .nav-item-group {
    display: none;
  }
}
nav.nav .nav-items .nav-item-group .nav-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
nav.nav .nav-items .nav-item-group .nav-item.cta {
  background: var(--nav-accent);
  color: var(--nav-accent-text);
  fill: var(--nav-accent-text);
  max-height: 32px;
  justify-content: space-between;
  min-width: 100px;
  margin: 0px 12px;
  border-radius: var(--corner-roundness);
  padding: 1.1em 1em;
}
nav.nav .nav-items .nav-item-group .nav-item.cta .nav-icon {
  fill: var(--nav-accent-text);
}
nav.nav .nav-items .nav-item-group .nav-item--icon {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  justify-content: center;
  min-height: var(--nav-height);
  min-width: var(--nav-height);
}
nav.nav .nav-items ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
nav.nav .nav-items ul li {
  display: inline-block;
}
nav.nav .nav-title img {
  height: auto;
  max-width: 100%;
  max-height: calc(var(--nav-height) - 8px);
}
nav.nav .nav-bars {
  height: calc(var(--nav-height) / 2);
  width: calc(var(--nav-height) / 2);
  position: relative;
  max-width: calc(var(--nav-height) / 2);
  border: none;
  padding: 0;
  background: none;
}
nav.nav .nav-bars.active .bars {
  background: none;
  transition: 0.4s all ease;
}
nav.nav .nav-bars.active .bars::after {
  transform: translateY(0) rotate(-45deg);
  transition: 0.4s all ease;
}
nav.nav .nav-bars.active .bars::before {
  transform: translateY(0) rotate(45deg);
  transition: 0.4s all ease;
}
nav.nav .nav-bars:hover {
  outline: none;
  cursor: pointer;
}
nav.nav .nav-bars:focus, nav.nav .nav-barsactive {
  outline: none;
}
nav.nav .nav-bars .bars {
  position: absolute;
  left: calc(var(--nav-height) / 6);
  right: calc(var(--nav-height) / 6);
  top: calc(var(--nav-height) / 4 - 1px);
  height: 2px;
  background: var(--nav-text-color);
  border-radius: 4px;
  transition: 0.4s all ease;
}
nav.nav .nav-bars .bars::after {
  content: "";
  position: absolute;
  background: var(--nav-text-color);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(calc(var(--nav-height) / -16));
  border-radius: 4px;
  transition: 0.4s all ease;
}
nav.nav .nav-bars .bars::before {
  content: "";
  position: absolute;
  background: var(--nav-text-color);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(calc(var(--nav-height) / 16));
  border-radius: 4px;
  transition: 0.4s all ease;
}

/* Page header */
.page-header {
  position: relative;
  margin-top: var(--nav-height);
}
@media screen and (max-width: 560px) {
  .page-header {
    --nav-height: 96px;
  }
}
.page-header .responsive-banner-image img {
  width: 100%;
}
.page-header .page-header-content {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  height: 100%;
}
.page-header .page-header-content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 25px;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .page-header .page-header-content-inner {
    padding: 50px 100px 50px 50px;
    left: auto;
  }
}
@media screen and (max-width: 450px) {
  .page-header .page-header-content-inner {
    top: 0;
    transform: none;
    font-size: 13px;
    bottom: 0px;
    padding-bottom: 64px;
    line-height: 20px;
  }
}
.page-header .page-header-content-inner ul {
  line-height: 2;
  padding-left: 30px;
}
.page-header .page-header-content-inner ul li {
  list-style: none;
  position: relative;
}
.page-header .page-header-content-inner ul li:before {
  display: block;
  content: "";
  height: 13px;
  width: 8px;
  position: absolute;
  left: -26px;
  top: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.page-header .page-header-content-inner h1 {
  margin-bottom: 0;
}
.page-header .page-header-content-inner.no-overlay {
  max-width: 850px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .page-header .page-header-content-inner.no-overlay {
    transform: translateY(-75%);
    font-size: 1.25rem;
    padding-left: 0;
  }
}
.page-header a:hover {
  color: inherit;
}
.page-header a:hover svg {
  margin-left: 20px;
}
.page-header a svg {
  font-size: 25px;
  margin-left: 5px;
  top: 0.125em;
  position: relative;
  transition: 0.25s ease-in;
}
.page-header .VueCarousel-pagination {
  width: 70% !important;
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}
.page-header .VueCarousel-pagination .VueCarousel-dot, .page-header .VueCarousel-pagination .VueCarousel-dot-container {
  margin-top: 7px !important;
}
.page-header .VueCarousel-pagination .VueCarousel-dot-container {
  display: flex !important;
  justify-content: flex-end !important;
}
.page-header .VueCarousel-pagination .VueCarousel-dot {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.page-header .VueCarousel-pagination .VueCarousel-dot.VueCarousel-dot--active {
  background-color: #ffffff !important;
}
.page-header .VueCarousel-pagination .VueCarousel-dot:active, .page-header .VueCarousel-pagination .VueCarousel-dot:focus {
  outline: none !important;
}
.page-header.video-banner #banner-video {
  width: 100%;
  height: auto;
}
.page-header.video-banner .video-button {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.page-header.video-banner .video-wrapper .play-icon {
  padding-left: 1.5rem;
  position: absolute;
  bottom: 5%;
  cursor: pointer;
}
.page-header.video-banner .video-wrapper .play-icon svg {
  width: 3rem;
  display: none;
}
.page-header.video-banner .video-wrapper .play-icon .show svg {
  display: inline-block;
}
@media (min-width: 900px) {
  .page-header.video-banner .video-wrapper .play-icon {
    padding-left: 3rem;
  }
}
.page-header.video-banner .video-wrapper .container__overlay {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.page-header.video-banner .page-header-content-inner {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  max-width: 90%;
}
.page-header.video-banner .page-header-content-inner .h1 {
  font-size: 2.5rem;
}
.page-header.video-banner .page-header-content-inner h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.page-header.video-banner .page-header-content-inner p {
  margin: 0;
}
@media (min-width: 450px) {
  .page-header.video-banner .page-header-content-inner {
    top: 30%;
  }
}
@media (min-width: 900px) {
  .page-header.video-banner .page-header-content-inner .h1 {
    font-size: 3.5rem;
  }
  .page-header.video-banner .page-header-content-inner h2 {
    font-size: 2rem;
  }
}
.page-header.video-banner a {
  background-color: var(--primary-color);
  border-radius: 1.2rem;
  color: white;
  font-weight: bold;
  padding: 0.5rem 2rem;
  text-decoration: none;
  transition: 0.2s all ease;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}
.page-header.video-banner a::after {
  content: "→";
}
.page-header.video-banner a:hover {
  transition: 0.2s all ease;
  color: var(--primary-color);
  background-color: white;
}
@media (max-aspect-ratio: 1/1) {
  .page-header.video-banner .video-wrapper {
    height: 65vh;
    overflow: hidden;
  }
  .page-header.video-banner #banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
@media (min-aspect-ratio: 1/1) {
  .page-header.video-banner .video-wrapper {
    height: 70svh;
    overflow: hidden;
    position: relative;
  }
  .page-header.video-banner .video-wrapper #banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

/*NEW NAV*/
.menu {
  background: white;
  transition: 0.4s all ease;
  height: var(--nav-height);
}

.collapsed {
  transform: translateY(-100%);
  opacity: 0;
}

nav.nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px 0px;
  grid-template-areas: "logo upper" "logo upper";
}
nav.nav.invert .dropdown {
  color: white;
}
nav.nav.invert .nav-item-icon {
  fill: currentColor;
}
nav.nav.invert .nav-item a, nav.nav.invert .nav-item a .nav-item-text {
  color: white;
}
nav.nav.invert .nav-item--cta a, nav.nav.invert .nav-item--cta a .nav-item-text {
  background: white;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  nav.nav {
    grid-template-columns: 1fr 5fr;
    grid-template-areas: "logo upper" "logo lower";
  }
}
nav.nav .hamburger-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: whitesmoke;
  border-radius: 6px;
}
nav.nav .hamburger-menu--text {
  margin-right: -12px;
  margin-left: 21px;
}
nav.nav .nav-upper {
  justify-content: flex-end;
  align-items: center;
  min-height: 64px;
  grid-area: upper;
  display: flex;
}
@media screen and (min-width: 768px) {
  nav.nav .nav-upper {
    justify-content: unset;
    font-size: 0.85rem;
  }
}
nav.nav .nav-lower {
  grid-area: lower;
  display: none;
}
@media screen and (min-width: 768px) {
  nav.nav .nav-lower {
    display: flex;
  }
  nav.nav .nav-lower .nav-item:last-child a {
    padding-right: 0 !important;
  }
}
nav.nav .nav-logo {
  grid-area: logo;
  display: flex;
}
nav.nav .nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 0;
}
nav.nav .nav-item.active span {
  text-decoration: underline;
  text-decoration-color: var(--secondary-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
nav.nav .nav-item a {
  position: relative;
}
nav.nav .nav-item--cta {
  padding-left: 2em;
}
@media screen and (min-width: 1400px) {
  nav.nav .nav-item--cta {
    padding-left: 3em;
  }
}
nav.nav .nav-item--cta:hover a::after {
  animation: slideInOut;
  animation-duration: 800ms;
}
nav.nav .nav-item--cta a {
  min-height: 48px;
  max-height: 48px;
  color: white;
  border-radius: 100px;
  background: var(--primary-color);
  padding-left: 2em;
  padding-right: 2em;
}
nav.nav .nav-item--cta a::after {
  content: "→";
  margin-left: 2em;
}
nav.nav .nav-item .item-spacing-1 {
  padding-left: 1em;
  padding-right: 1em;
}
nav.nav .nav-item .item-spacing-2 {
  padding-left: 2em;
  padding-right: 2em;
}
nav.nav .nav-item .item-spacing-2-left {
  padding-left: 2em;
}
nav.nav .nav-item .item-spacing-3 {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 1400px) {
  nav.nav .nav-item .item-spacing-3 {
    padding-left: 3em;
    padding-right: 3em;
  }
}
nav.nav .nav-item .item-spacing-4 {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 1400px) {
  nav.nav .nav-item .item-spacing-4 {
    padding-left: 4em;
    padding-right: 4em;
  }
}
nav.nav .nav-item .item-spacing-5 {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 1400px) {
  nav.nav .nav-item .item-spacing-5 {
    padding-left: 5em;
    padding-right: 5em;
  }
}
nav.nav .nav-item .item-spacing-6 {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 1400px) {
  nav.nav .nav-item .item-spacing-6 {
    padding-left: 6em;
    padding-right: 6em;
  }
}
nav.nav .nav-item a {
  display: flex;
  grid-gap: 1em;
  height: 48px;
  align-items: center;
}
nav.nav .nav-item-icon {
  max-height: var(--height-nav-upper);
  --nav-height-upper: 32px;
  width: 14px;
  height: 14px;
  display: block;
}
nav.nav .nav-item-icon svg {
  width: 100%;
  height: auto;
}

/*dropdown*/
.dropdown {
  min-width: 32px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 24px;
}

.dropdown::after {
  color: currentColor;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 56%;
  height: 10px;
  width: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(50%) rotate(45deg);
}

.umbraco-forms-field.dropdown::after {
  content: none;
  display: none;
}

.dropdown-items {
  z-index: 20;
  min-height: 50px;
  min-width: 75px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: white;
  right: 0;
  box-shadow: 0px 3px 8px -4px #040404;
}
.dropdown-items .dropdown-item {
  padding: 10px;
}
.dropdown-items .dropdown-item:hover {
  background-color: var(--primary-color);
  color: white;
}

.dropdown-selected {
  width: calc(100% - 24px);
  text-transform: uppercase;
}

/*Mobile nav*/
nav.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  z-index: 20;
  background: white;
  color: black;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateX(-100%);
  opacity: 0;
  transition: 600ms all ease;
  box-shadow: 8px 0px 32px -16px;
}
nav.mobile-navigation .close-button {
  font-size: 48px;
  cursor: pointer;
}
nav.mobile-navigation .mobile-navigation-container {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 16px;
  max-height: 100vh;
  overflow: auto;
}
nav.mobile-navigation.active {
  transform: translateX(0);
  opacity: 1;
}
nav.mobile-navigation .nav-group__mobile {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile-navigation .nav-group__mobile.upper .nav-item__mobile {
  border-bottom: 1px solid #e9e9e9;
}
nav.mobile-navigation .nav-group__mobile.upper .nav-item__mobile:first-child {
  border-top: 1px solid #e9e9e9;
}
nav.mobile-navigation .nav-group__mobile .nav-item__mobile {
  min-width: 250px;
  max-width: 450px;
  width: 100%;
  flex: 1 0 100%;
  padding: 16px 32px 16px 8px;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease;
}
nav.mobile-navigation .nav-group__mobile .nav-item__mobile::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid grey;
  border-top: 2px solid grey;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
nav.mobile-navigation .nav-group__mobile .nav-item__mobile:hover {
  background: whitesmoke;
  transition: 0.2s all ease;
}
nav.mobile-navigation .nav-group__mobile .nav-item__mobile:hover a {
  transform: translateX(16px);
  transition: 0.4s all ease;
}
nav.mobile-navigation .nav-group__mobile .nav-item__mobile a {
  display: block;
  text-decoration: none;
  transition: 0.4s all ease;
}
nav.mobile-navigation .mobile-navigation-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
}
nav.mobile-navigation .mobile-navigation-header img {
  width: auto;
  height: 100%;
}
nav.mobile-navigation .mobile-navigation-header .items {
  display: flex;
  align-items: center;
  margin-right: 0;
  gap: 1em;
}
nav.mobile-navigation .mobile-navigation-header #language-switch {
  margin-right: 35px;
  margin-left: auto;
}
nav.mobile-navigation .mobile-navigation-header #language-switch a {
  text-decoration: none;
}
nav.mobile-navigation .mobile-navigation-header .header-nav-item {
  background: var(--primary-color);
  color: white;
  padding: 8px 16px;
  border-radius: 100px;
  text-decoration: none;
}
nav.mobile-navigation .nav-item-icon svg {
  width: 14px;
  height: 24px;
  margin-right: 1em;
  margin-bottom: -7px;
}
nav.mobile-navigation .nav-item-icon {
  align-items: center;
}

/*Animations*/
@keyframes slideInOut {
  0% {
    transform: translateX(0%);
  }
  33% {
    transform: translateX(-120%);
  }
  66% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
#to-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  font-size: 30px;
  border: 2px solid var(--primary-color);
  background-color: white;
  outline: none;
  /*background: var(--primary-color);*/
  color: var(--primary-color);
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 0px;
  opacity: 0.85;
  transition: 0.5s;
}

#to-top:hover {
  color: white;
  background-color: var(--primary-color);
}

.intro-grid {
  background-color: #EDF1F4;
}

.scrollmenu {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.scrollmenu .subnav-link {
  display: inline-block;
  color: #222;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.scrollmenu .subnav-link:hover {
  color: var(--primary-color);
}
.scrollmenu .subnav-link--cta {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
  transition: 0.08s ease-in;
}
.scrollmenu .subnav-link--cta:hover {
  background-color: white;
  color: var(--primary-color);
}

.scrollmenu-wrapper {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Change the height of the wrapper */
}
.scrollmenu-wrapper ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.scrollmenu-wrapper ::-webkit-scrollbar-track {
  background: none;
}
.scrollmenu-wrapper ::-webkit-scrollbar-thumb {
  background: none;
}
.scrollmenu-wrapper ::-webkit-scrollbar-thumb:hover {
  background: none;
}
.scrollmenu-wrapper ::-webkit-scrollbar-track-piece:start {
  background: transparent;
  /*   margin-top: var(--nav-height);*/
}

.shadow-box {
  box-shadow: 0px 0.1px 2.7px -1px rgba(0, 0, 0, 0.016), 0px 0.2px 6.9px -1px rgba(0, 0, 0, 0.022), 0px 0.3px 14.2px -1px rgba(0, 0, 0, 0.028), 0px 0.5px 29.2px -1px rgba(0, 0, 0, 0.034), 0px 1px 80px -1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1181px) {
  .page-header--overlap .responsive-banner-image {
    z-index: -1 !important;
  }
  .page-header--overlap .grid-content {
    margin-top: calc(0px - 120px);
    background: white;
    padding-top: 1px;
    max-width: calc((100vw - 1180px) / 2 + 1180px);
    margin-right: 0;
    margin-left: auto;
  }
  .page-header--overlap .grid-content .umb-grid {
    margin-left: calc(0px - (100vw - 1180px) / 2);
  }
}
