
.example[data-v-376baf90] {
  color: #007ACC;
  font-weight: bold;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  min-width: 270px;
  margin: 0;
  font-family: "Volvo Novum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #141414;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 14px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1C6BBA;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(21.7857142857, 42.4821428571, 69.7142857143);
}
a:focus {
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: inherit;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-right: 28px;
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-fluid {
    max-width: 1280px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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: 6px;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .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-xs,
  .col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

.row-cols-7 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.1111111111%;
          flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.row-cols-10 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.row-cols-11 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.0909090909%;
          flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.row-cols-12 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 424px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-xs-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-xs-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-xs-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-xs-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-xs-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-xs-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-sm-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-sm-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-md-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-md-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-lg-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-lg-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-xl-9 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-xl-11 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "Volvo Novum";
  src: url("Volvo Novum-Regular.eot"); /* IE9 Compat Modes */
  src: url("Volvo Novum-Regular.eot") format("embedded-opentype"), url("Volvo Novum-Regular.woff2") format("woff2"), url("Volvo Novum-Regular.woff") format("woff"), url("Volvo Novum-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volvo Novum";
  src: url("Volvo Novum-Medium.eot"); /* IE9 Compat Modes */
  src: url("Volvo Novum-Medium.eot") format("embedded-opentype"), url("Volvo Novum-Medium.woff2") format("woff2"), url("Volvo Novum-Medium.woff") format("woff"), url("Volvo Novum-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volvo Broad Pro";
  src: url(VolvoBroadPro.eot); /* IE9 Compat Modes */
  src: url(VolvoBroadPro.eot) format("embedded-opentype"), url(VolvoBroadPro.woff2) format("woff2"), url(VolvoBroadPro.woff) format("woff"), url(VolvoBroadPro.ttf) format("truetype"); /* Safari, Android, iOS */
  font-weight: "../fonts/Volvo Novum-Regular";
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 32px;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #141414;
}

small,
.small {
  font-size: 14px;
  font-weight: 400;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.a-arrow {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
.a-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  border-top-color: #141414;
  border-right-color: #141414;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.a-arrow--small {
  width: 8px;
  height: 8px;
}
.a-arrow--white::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.a-arrow--secondary::before {
  border-top-color: #1C6BBA;
  border-right-color: #1C6BBA;
}
.a-arrow--bottom:before {
  -webkit-transform: translate(-50%, -75%) rotate(135deg);
          transform: translate(-50%, -75%) rotate(135deg);
}
.a-arrow--left:before {
  -webkit-transform: translate(-25%, -50%) rotate(228deg);
          transform: translate(-25%, -50%) rotate(228deg);
}

.a-button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #0A0A0A;
  border-radius: 4px;
  background-color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.a-button:hover {
  color: #fff;
  background-color: #0A0A0A;
  border-color: #0A0A0A;
}
@media (min-width: 992px) {
  .a-button {
    min-width: 166px;
  }
}
.a-button--secondary {
  background-color: transparent;
  color: #0A0A0A;
}
.a-button--secondary:hover {
  color: #fff;
  background-color: #0A0A0A;
  border-color: #0A0A0A;
}
.a-button.disabled {
  background-color: #141414;
  cursor: unset;
}

.a-close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.a-close__inner {
  position: relative;
  display: block;
  width: 22px;
  height: 15px;
}
.a-close__inner:before, .a-close__inner:after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  height: 1px;
  border-radius: 2px;
  background-color: #141414;
  width: 100%;
}
.a-close__inner::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.a-close__inner::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
.a-close--white .a-close__inner:before, .a-close--white .a-close__inner:after {
  background-color: #fff;
}

.a-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.a-checkbox input {
  display: none;
}
.a-checkbox__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #707070;
  border-radius: 4px;
  margin: 0.25rem 0.75rem 0 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.a-checkbox__icon:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url(checkmark.svg);
          mask-image: url(checkmark.svg);
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.a-checkbox__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.a-checkbox__label-main {
  display: inline;
  cursor: pointer;
}
.a-checkbox__label-details {
  display: inline;
}
.a-checkbox__label-details .details__text {
  display: block;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: max-height 0.5s ease-in-out, margin 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, margin 0.5s ease-in-out;
}
.a-checkbox__label-details .details__text-inner {
  display: block;
}
.a-checkbox__label-details .details__trigger {
  color: #1C6BBA;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.a-checkbox__label-details .details__trigger.is-hidden {
  display: none;
}
.a-checkbox__label-details .details__trigger:hover {
  color: #284E80;
}
.a-checkbox__label-details.is-expanded .details__text {
  margin-top: 1rem;
}
.a-checkbox.is-active .a-checkbox__icon {
  border-color: #1C6BBA;
  background-color: #1C6BBA;
}
.a-checkbox.is-active .a-checkbox__icon:before {
  opacity: 1;
}
.a-checkbox.has-error .a-checkbox__icon {
  border-width: 2px;
  border-color: #BF2012;
}

.a-error {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #BF2012;
}
.a-error svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-right: 0.75rem;
}
.a-error.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-checkbox + .a-error {
  margin-left: 3.25rem;
}

.a-filter-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EBEBEB;
  border-radius: 12px;
  padding: 0 1rem;
  height: 3rem;
}
.a-filter-chips__label {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  white-space: nowrap;
}
.a-filter-chips__button {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border: none;
}
.a-filter-chips__button::before, .a-filter-chips__button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 1px;
  background-color: #707070;
  border-radius: 2px;
}
.a-filter-chips__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.a-filter-chips__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.a-image {
  position: relative;
  padding-top: calc(var(--height) / var(--width) * 100%);
  height: 0;
  display: block;
  width: 100%;
}
.a-image__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}

.a-input-range__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-input-range__label {
  font-size: 14px;
  color: #141414;
  margin-right: 2rem;
  line-height: 1;
}
.a-input-range__slider {
  width: calc(100% - 56px);
  height: 3px;
  background: #D5D5D5;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.a-input-range__slider .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1C6BBA;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  right: -7.5px;
  outline: none;
}
.a-input-range__slider .noUi-handle::before, .a-input-range__slider .noUi-handle::after {
  content: none;
}
.a-input-range__slider .noUi-handle::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1C6BBA;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.a-input-range__slider .noUi-connect {
  background-color: #1C6BBA;
}
.a-input-range__inputs {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.a-input-range__input-item {
  width: calc(50% - 1rem);
}

.a-input {
  position: relative;
  line-height: 0;
}
.a-input__field, .a-input__label {
  display: inline-block;
}
.a-input__field {
  width: 100%;
  height: 44px;
  padding: 2.5rem 2rem 1rem 2rem;
  border: solid 1px #D5D5D5;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.a-input__field:focus {
  border-color: #1C6BBA;
  outline: 0;
}
.a-input__label {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 2rem;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #707070;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.a-input.is-active .a-input__label {
  top: 6px;
  font-size: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.a-input.has-error .a-input__field {
  border-width: 2px;
  border-color: #BF2012;
}
.a-input.has-error .a-input__field:focus {
  border-width: 1px;
  border-color: #1C6BBA;
}
.a-input.has-error .a-input__label {
  color: #BF2012;
}

.a-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-logo__img {
  width: 95px;
  display: block;
}
.a-logo__img svg {
  width: 100%;
}
@media (min-width: 992px) {
  .a-logo__img {
    width: 98px;
  }
}
.a-logo__text {
  position: relative;
  font-size: 10px;
  color: #141414;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 3rem;
  margin-left: 3rem;
}
.a-logo__text::before {
  content: "";
  height: 8px;
  width: 1px;
  background-color: #141414;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .a-logo__text {
    font-size: 12px;
  }
}

.a-pagination {
  width: 100%;
  margin: 3rem 0 4rem;
}
@media (min-width: 992px) {
  .a-pagination {
    margin: 3rem 0 1rem;
  }
}
.a-pagination__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.a-pagination__button {
  display: block;
  border: none;
  background-color: transparent;
  padding: 0.5rem;
}
.a-pagination__button--hidden {
  visibility: hidden;
}
@media (min-width: 992px) {
  .a-pagination__button--prev {
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .a-pagination__button--next {
    padding-left: 1.5rem;
  }
}
.a-pagination__button--active {
  pointer-events: none;
}
.a-pagination__button--active.button .button__number-wrapper {
  background-color: #141414;
}
.a-pagination__button--active.button .button__number {
  color: #fff;
}
.a-pagination .button__text {
  display: none;
  font-size: 12px;
  color: #1C6BBA;
}
@media (min-width: 992px) {
  .a-pagination .button__text {
    display: block;
  }
}
.a-pagination .button__arrow-wrapper {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #284E80;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .a-pagination .button__arrow-wrapper {
    display: none;
  }
}
.a-pagination .button__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.a-pagination .button__number-wrapper {
  display: block;
  position: relative;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
}
.a-pagination .button__number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #141414;
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 992px) {
  .a-site-heading__heading {
    display: inline;
    margin-bottom: 0;
    max-width: 630px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .a-site-heading__heading {
    max-width: 478px;
  }
}
[dir="ltr"] .a-site-heading__description{
  text-align: right;
}
[dir="rtl"] .a-site-heading__description{
  text-align: left;
}
.a-site-heading__description {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 350;
  color: #0A0A0A;
  margin-bottom: 0px;
  max-width: 500px;
}
@media (max-width: 1199.98px) {
  .a-site-heading__description {
    font-size: 16px;
    line-height: 24px;
    max-width: 312px;
  }
}
@media (max-width: 767.98px) {
  .a-site-heading__description {
    font-size: 14px;
    line-height: 22px;
    max-width: 590px;
    width: 95%;
  }
}
.a-site-heading .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767.98px) {
  .a-site-heading .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-site-heading .container .tags-container {
  display: none;
}
.a-site-heading .container .tags-container p {
  background: #ebebeb;
  padding: 4px 16px;
  border-radius: 12px;
  color: #707070;
}
@media (min-width: 992px) {
  .a-site-heading .container .tags-container {
    margin-left: auto;
  }
}

.heading_container {
  width: 100%;
  max-width: 1336px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .heading_container {
    max-width: 850px;
  }
}
@media (max-width: 767.98px) {
  .heading_container {
    max-width: 590px;
  }
}

.l-section--mb-4 {
  margin-bottom: 96px;
}
@media (max-width: 1199.98px) {
  .l-section--mb-4 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .l-section--mb-4 {
    margin-bottom: 64px;
  }
}

.l-section--mt-4 {
  margin-top: 96px;
}
@media (max-width: 1199.98px) {
  .l-section--mt-4 {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .l-section--mt-4 {
    margin-top: 64px;
  }
}

.l-section--mb-3 {
  margin-bottom: 48px;
}

.l-section--mt-3 {
  margin-top: 48px;
}

.l-section--mb-2 {
  margin-bottom: 28px;
}

.l-section--mt-2 {
  margin-top: 28px;
}

.a-slider-button {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  border: none;
  color: #707070;
}
.a-slider-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.a-slider-button--prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.a-spinner {
  width: 6rem;
  height: 6rem;
  line-height: 0;
}
.a-spinner:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: solid 0.5rem transparent;
  border-radius: 50%;
  border-left-color: #141414;
  border-right-color: #141414;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.a-select {
  position: relative;
}
.a-select select {
  display: none;
}
.a-select__input {
  z-index: 10;
  position: relative;
  cursor: pointer;
}
.a-select__input-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.a-select__input .a-input__field {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.a-select__input .a-input__field:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 6rem;
  border-right: solid 4rem #fff;
}
.a-select__list {
  z-index: 20;
  position: absolute;
  top: 100%;
  left: 0;
}
.a-select .list {
  pointer-events: none;
  width: 100%;
}
.a-select .list__expandable {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.a-select .list__items {
  pointer-events: all;
  overflow-y: auto;
  list-style: none;
  width: 100%;
  max-height: 200px;
  padding: 0 0 2rem 0;
  margin: 0;
  background: #fff;
}
.a-select .list__search {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1rem 2rem 0;
  font-size: 14px;
  line-height: 24px;
  background-color: #FAFAFA;
  z-index: 10;
}
.a-select .list__search .search__wrapper {
  position: relative;
}
.a-select .list__search .search__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: #D5D5D5 1px solid;
  padding-bottom: 1rem;
  padding-left: 3rem;
}
.a-select .list__search .search__input:focus {
  outline: none;
}
.a-select .list__search .search__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.a-select .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.a-select .list__item:hover {
  background-color: #FAFAFA;
}
.a-select .list__item.is-active .item__icon {
  border-color: #1C6BBA;
  background-color: #1C6BBA;
}
.a-select .list__item.is-hidden {
  display: none;
}
.a-select .list .item__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: solid 1px #707070;
  border-radius: 4px;
  margin: 0.25rem 0.75rem 0 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.a-select .list .item__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  background-image: url(checkmark.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.a-select .list .item__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.a-select.has-error .a-select__input .a-input__field {
  border-width: 2px;
  border-color: #BF2012;
}
.a-select.has-error .a-select__input .a-input__label {
  color: #BF2012;
}
.a-select.is-expanded .a-select__input-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.a-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(105, 135, 92, 0.1);
  color: #69875C;
  padding: 2rem 3rem;
  line-height: 0;
}
.a-status__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: 1px;
  margin-right: 0.75rem;
}
.a-status__icon svg {
  width: 100%;
  height: 100%;
}
.a-status__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}
.a-status--warning {
  background: rgba(190, 131, 74, 0.1);
  color: #BE834A;
}
.a-status--error {
  background: rgba(191, 32, 18, 0.1);
  color: #BF2012;
}

.a-textarea {
  position: relative;
  line-height: 0;
}
.a-textarea__inner {
  overflow: hidden;
  padding-top: 2.5rem;
  border: solid 1px #D5D5D5;
  border-radius: 4px;
  background-color: #fff;
}
.a-textarea__field, .a-textarea__label {
  display: inline-block;
}
.a-textarea__field {
  width: 100%;
  height: 44px;
  padding: 0 2rem 1rem 2rem;
  border: 0;
  font-size: 14px;
  line-height: 1;
}
.a-textarea__field:focus {
  outline: 0;
}
.a-textarea__label {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 2rem;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #707070;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.a-textarea.is-active .a-textarea__label {
  top: 6px;
  font-size: 12px;
}
.a-textarea.is-focused .a-textarea__inner {
  border-color: #1C6BBA;
}
.a-textarea.has-error .a-textarea__inner {
  border-color: #BF2012;
}
.a-textarea.has-error .a-textarea__label {
  color: #BF2012;
}

.tippy-tooltip {
  background-color: #141414;
}

.tippy-content {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.a-tooltip {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.a-tooltip:focus {
  outline: none;
}
.a-tooltip:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: url(tooltip-icon.svg);
          mask-image: url(tooltip-icon.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #141414;
}
@media (min-width: 992px) {
  .a-tooltip {
    width: 16px;
    height: 16px;
  }
}

.breadcrumbs {
  margin-top: 20px;
  padding: 10px 0;
}
.breadcrumbs a:first-child {
  color: #616161;
  margin-left: 0;
}
.breadcrumbs span {
  color: #616161;
}
.breadcrumbs a {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  color: #0A0A0A;
}

@media screen and (min-width: 1680px) {
  .breadcrumbs_template {
    max-width: 1680px;
  }
}
.m-car-gallery-slider--stock .m-car-gallery-slider__preview .slide__img {
  padding-top: 56.0643564356%;
}
.m-car-gallery-slider__preview {
  position: relative;
}
.m-car-gallery-slider__preview .slide__img {
  display: block;
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.m-car-gallery-slider .preview__button {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.m-car-gallery-slider .preview__button--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .m-car-gallery-slider .preview__button--prev {
    left: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.m-car-gallery-slider .preview__button--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 992px) {
  .m-car-gallery-slider .preview__button--next {
    right: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.m-car-gallery-slider .preview__button.is-hidden {
  display: none;
}
.m-car-gallery-slider__thumbs {
  display: none;
}
@media (min-width: 992px) {
  .m-car-gallery-slider__thumbs {
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
}
.m-car-gallery-slider .thumbs__slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.m-car-gallery-slider .thumbs__slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #141414;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.m-car-gallery-slider .thumbs__slide.swiper-slide-thumb-active::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-car-gallery-slider .thumbs .slide__img {
  width: 100%;
  display: block;
}
.m-car-gallery-slider .thumbs__button {
  position: absolute;
  top: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .m-car-gallery-slider .thumbs__button--prev {
    left: 8px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .m-car-gallery-slider .thumbs__button--next {
    right: 8px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.m-car-gallery-slider .thumbs__button.is-hidden {
  display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@media (min-width: 783px) {
  body.admin-bar .pswp {
    top: 32px;
    height: calc(100% - 32px);
  }
}
.pswp__button {
  opacity: 1;
}
.pswp__button--close {
  background-image: none !important;
}
.pswp__button--close .a-close {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pswp__button--arrow--left:before, .pswp__button--arrow--left svg, .pswp__button--arrow--right:before, .pswp__button--arrow--right svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pswp__button--arrow--left svg, .pswp__button--arrow--right svg {
  pointer-events: none;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.7);
  background-image: none !important;
  border-radius: 50%;
}
.pswp__button--arrow--left svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.pswp__counter {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}

.o-accordion-section {
  background-color: #FAFAFA;
  padding: 3.5rem 0;
}
@media (min-width: 992px) {
  .o-accordion-section {
    padding: 8rem 0;
  }
}
.o-accordion-section__heading {
  text-align: center;
  max-width: 1016px;
  margin: 0 auto 3rem;
}
.o-accordion-section__heading strong {
  color: #141414;
}
.o-accordion-section .heading__black {
  color: #141414;
}
.o-accordion-section .heading__grey {
  color: #707070;
}
.o-accordion-section__accordion {
  list-style-type: none;
  padding: 0;
  max-width: 808px;
  margin: 0 auto;
}
.o-accordion-section .accordion__item {
  border-bottom: 1px solid #D5D5D5;
}
.o-accordion-section .accordion .item__top {
  padding: 2rem 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .o-accordion-section .accordion .item__top {
    padding: 2.6rem 0 2.25rem;
  }
}
.o-accordion-section .accordion .item__heading {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #141414;
  margin-bottom: 0;
}
.o-accordion-section .accordion .item__heading::after {
  content: "";
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1C6BBA;
  -webkit-mask-image: url(arrow.svg);
          mask-image: url(arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .o-accordion-section .accordion .item__heading::after {
    right: 28px;
  }
}
.o-accordion-section .accordion .item__bottom {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.o-accordion-section .accordion .item__bottom-inner {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .o-accordion-section .accordion .item__bottom-inner {
    padding-bottom: 3.5rem;
  }
}
.o-accordion-section .accordion .item__description a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.o-accordion-section .accordion .item__list {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 992px) {
  .o-accordion-section .accordion .item__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.o-accordion-section .accordion .item__list-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
@media (min-width: 992px) {
  .o-accordion-section .accordion .item__list-item {
    margin-bottom: 1.5rem;
  }
}
.o-accordion-section .accordion .item__list-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 8px;
  background-color: #1C6BBA;
  -webkit-mask-image: url(checkmark.svg);
          mask-image: url(checkmark.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.o-accordion-section .accordion .item__list-item:last-child {
  margin-bottom: 0;
}
.o-accordion-section .accordion .item.is-active .item__heading::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.o-cookies {
  z-index: 1200;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 2rem;
  border-color: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.o-cookies__form {
  z-index: 10;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 520px;
  padding: 4rem 2rem;
  border-radius: 4px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.o-cookies .form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
  max-width: 392px;
}
.o-cookies .form__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .o-cookies .form__logo {
    margin-bottom: 4rem;
  }
}
.o-cookies .form__logo svg {
  height: auto;
  display: block;
}
.o-cookies .form__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  margin-bottom: 4rem;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}
@media (min-width: 576px) {
  .o-cookies .form__description {
    font-size: 14px;
  }
}
.o-cookies .form__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.o-cookies .form__button:last-child {
  margin-top: 1.5rem;
}
.o-cookies__backdrop {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  opacity: 0.8;
  background-color: #141414;
}
.o-cookies.is-visible {
  pointer-events: all;
  opacity: 1;
}

.o-footer {
  background: #FAFAFA;
}
.o-footer__nav {
  max-width: 1016px;
  padding: 2rem 0;
  margin: 0 auto 3rem;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .o-footer__nav {
    padding: 5rem 0 2.5rem;
    margin-bottom: 4.5rem;
  }
}
.o-footer .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 -1.5rem;
}
.o-footer .nav__item {
  display: inline-block;
  margin: 0 0.5rem;
}
.o-footer .nav__link {
  display: block;
  padding: 0 1rem;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 992px) {
  .o-footer .nav__link {
    font-size: 14px;
  }
}
.o-footer__centre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-footer__contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
}
@media (min-width: 768px) {
  .o-footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    margin-right: -1rem;
  }
}
.o-footer__contacts-item {
  width: auto;
  min-width: 245px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .o-footer__contacts-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.o-footer__contacts-item:last-child {
  margin-bottom: 0;
}
.o-footer__social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .o-footer__social-media-links {
    margin-top: 7.75rem;
  }
}
.o-footer__copyright {
  max-width: 600px;
  padding: 2rem 0 3rem;
  border-top: 0;
  margin: 1rem auto 0;
}
@media (min-width: 992px) {
  .o-footer__copyright {
    padding: 2rem 0 5rem;
    margin-top: 3.5rem;
  }
}
.o-footer__copyright-text {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}
@media (min-width: 992px) {
  .o-footer__copyright-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.o-form__loading {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: white;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.o-form__loading .a-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.o-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.o-form .form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 2rem 3rem;
  border-bottom: solid 1px #D5D5D5;
}
.o-form .form__header-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.o-form .form__header-close {
  padding: 2rem;
  margin: -2rem;
}
.o-form .form__content {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 10;
      -ms-flex: 10 1 auto;
          flex: 10 1 auto;
  padding: 1rem 2rem;
}
@media (min-width: 424px) {
  .o-form .form__content {
    padding: 1rem 3rem;
  }
}
.o-form .form__content-section {
  margin-top: 1.5rem;
}
.o-form .form__content-subtitle {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.o-form .form__content-field {
  margin-top: 1rem;
}
.o-form .form__content-field:first-child {
  margin-top: 0;
}
.o-form .form__content-consents {
  margin-top: 2rem;
}
.o-form .form__content-annotation {
  padding-top: 2rem;
  border-top: solid 1px #D5D5D5;
  margin-top: 2rem;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}
.o-form .form__content-annotation p:last-child {
  margin-bottom: 0;
}
.o-form .form__content-extra-fields {
  font-size: 14px;
}
.o-form .form__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .o-form .form__datetime {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-form .form .datetime__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .o-form .form .datetime__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin: 0;
  }
}
.o-form .form .datetime__time {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .o-form .form .datetime__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-left: 1rem;
  }
}
.o-form .form .datetime__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 1rem;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
@media (min-width: 576px) {
  .o-form .form .datetime__text {
    margin-top: 0;
  }
}
.o-form .form__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 3rem;
  -webkit-box-shadow: 0px -4px 4px rgba(213, 213, 213, 0.5);
          box-shadow: 0px -4px 4px rgba(213, 213, 213, 0.5);
}
.o-form .form__footer-button {
  max-width: unset;
  width: 100%;
}
.o-form__thanks {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 3rem;
}
.o-form .thanks__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
}
.o-form .thanks__image {
  width: 100%;
}
.o-form .thanks__title {
  margin-bottom: 2rem;
  text-align: center;
  color: #707070;
}
.o-form.is-loading .o-form__loading {
  pointer-events: all;
  opacity: 1;
}
.o-form.is-completed .o-form__form {
  display: none;
}
.o-form.is-completed .o-form__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-header__bar {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FAFAFA;
  overflow: hidden;
}
@media (min-width: 783px) {
  body.admin-bar .o-header__bar {
    margin-top: 32px;
  }
}
.o-header .bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8rem;
  max-width: 1920px;
  padding: 0 2rem;
  border-bottom: solid 1px #f5f4f4;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .o-header .bar__container {
    padding: 0 3rem;
  }
}
.o-header .bar__logo {
  height: 100%;
}
.o-header__side-nav {
  z-index: 1100;
}
.o-header__backdrop {
  z-index: 990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #141414;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .o-header__backdrop {
    z-index: 1010;
  }
}
.o-header.is-active .o-header__backdrop {
  opacity: 0.8;
  pointer-events: all;
}

.o-stock-car {
  padding: 2.5rem 0 3rem;
  background-color: #FAFAFA;
}
@media (min-width: 992px) {
  .o-stock-car {
    padding: 5rem 0;
  }
}
.o-stock-car--single-view {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 992px) {
  .o-stock-car__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.o-stock-car__back {
  position: absolute;
  right: 3rem;
  top: -37px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1C6BBA;
}
@media (min-width: 992px) {
  .o-stock-car__back {
    top: -49px;
  }
}
.o-stock-car__back img {
  margin-right: 8px;
}
.o-stock-car__column-slider {
  position: relative;
}
@media (min-width: 992px) {
  .o-stock-car__column-slider {
    width: calc(100% - 392px);
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .o-stock-car__column-details {
    width: 392px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-stock-car__slider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o-stock-car__header {
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .o-stock-car__header {
    margin-top: 0;
  }
}
.o-stock-car__name {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #141414;
}
@media (min-width: 992px) {
  .o-stock-car__name {
    margin-bottom: 0.5rem;
  }
}
.o-stock-car__name-text {
  float: left;
  width: 100%;
}
.o-stock-car__name-tooltip {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 992px) {
  .o-stock-car__name-tooltip {
    padding: 0;
    margin-left: 0.5rem;
  }
}
.o-stock-car__offer-number {
  font-size: 12px;
  color: #616161;
  margin-bottom: 0;
}
.o-stock-car__prices {
  margin: 16px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .o-stock-car__prices {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.o-stock-car .prices__label {
  width: 50%;
  padding-right: 1rem;
  font-size: 12px;
  color: #707070;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .o-stock-car .prices__label {
    margin-bottom: 1rem;
  }
}
.o-stock-car .prices__label--primary {
  color: #141414;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .o-stock-car .prices__label--primary {
    margin-bottom: 1.5rem;
  }
}
.o-stock-car .prices__label--no-margin {
  margin-bottom: 0;
}
.o-stock-car .prices__total-value {
  width: 50%;
  text-align: right;
  color: #707070;
  font-size: 12px;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .o-stock-car .prices__total-value {
    margin-bottom: 1rem;
  }
}
.o-stock-car .prices__total-value--primary {
  color: #141414;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .o-stock-car .prices__total-value--primary {
    margin-bottom: 1.5rem;
  }
}
.o-stock-car .prices__total-value--primary .prices__value {
  font-size: 20px;
}
@media (min-width: 992px) {
  .o-stock-car .prices__total-value--primary .prices__value {
    font-size: 16px;
  }
}
.o-stock-car .prices__total-value--no-margin {
  margin-bottom: 0;
}
.o-stock-car .prices__value {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 992px) {
  .o-stock-car .prices__value {
    font-size: 20px;
  }
}
.o-stock-car__technical-details {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media (min-width: 992px) {
  .o-stock-car__technical-details {
    border: none;
  }
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__top-wrapper {
    cursor: text;
  }
}
.o-stock-car .technical-details__top {
  padding: 2rem 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__top {
    padding: 0;
    pointer-events: none;
  }
}
.o-stock-car .technical-details__heading {
  font-size: 14px;
  font-weight: 400;
  color: #1C6BBA;
  margin-bottom: 0;
  padding-right: 16px;
  position: relative;
}
.o-stock-car .technical-details__heading::after {
  content: "";
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1C6BBA;
  -webkit-mask-image: url(arrow.svg);
          mask-image: url(arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__heading {
    font-size: 16px;
    color: #141414;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .o-stock-car .technical-details__heading::after {
    content: none;
  }
}
.o-stock-car .technical-details__bottom {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__bottom {
    max-height: unset;
    padding: 2rem 0;
    border-top: 1px solid #D5D5D5;
  }
}
.o-stock-car .technical-details__bottom-inner {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__bottom-inner {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-stock-car .technical-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__list {
    width: calc(50% - 12px);
    margin-bottom: 0;
    display: block;
  }
}
.o-stock-car .technical-details__list .technical-details__label:last-of-type, .o-stock-car .technical-details__list .technical-details__value:last-of-type {
  margin-bottom: 0;
}
.o-stock-car .technical-details__list:last-child {
  margin-bottom: 0;
}
.o-stock-car .technical-details__label {
  width: 50%;
  font-size: 12px;
  color: #707070;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__label {
    width: auto;
    float: left;
    clear: both;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.o-stock-car .technical-details__value {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #141414;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .o-stock-car .technical-details__value {
    width: auto;
    margin-bottom: 2rem;
  }
}
.o-stock-car .technical-details__see-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.o-stock-car .technical-details__see-more-button {
  font-size: 12px;
  color: #141414;
  font-weight: 500;
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.o-stock-car .technical-details__see-more-button:hover {
  color: #284E80;
}
.o-stock-car .technical-details.is-active .technical-details__heading::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.o-stock-car .technical-details.is-active .technical-details__bottom {
  display: block;
}
.o-stock-car .technical-details--single-view {
  border-top: none;
  border-bottom: none;
}
.o-stock-car .technical-details--single-view .technical-details__top {
  padding: 0;
}
.o-stock-car .technical-details--single-view .technical-details__heading {
  font-size: 16px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 2rem;
}
.o-stock-car .technical-details--single-view .technical-details__heading::after {
  content: none;
}
.o-stock-car .technical-details--single-view .technical-details__bottom {
  max-height: unset;
  padding: 2rem 0;
  border-top: 1px solid #D5D5D5;
}
.o-stock-car .technical-details--single-view .technical-details__bottom-inner {
  padding-bottom: 0;
}
.o-stock-car__contact {
  margin: 16px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .o-stock-car__contact {
    display: block;
  }
}
.o-stock-car .contact__label {
  font-size: 12px;
  color: #141414;
}
@media (min-width: 992px) {
  .o-stock-car .contact__label {
    display: block;
    text-align: center;
  }
}
.o-stock-car .contact__value {
  font-size: 12px;
  color: #141414;
  font-weight: 500;
}
@media (min-width: 992px) {
  .o-stock-car .contact__value {
    display: block;
    text-align: center;
  }
}
.o-stock-car__bottom {
  margin-top: 16px;
}
.o-stock-car__bottom .a-button {
  margin-top: 8px;
}
.o-stock-car__button {
  display: block;
  width: 100%;
}
.o-stock-car .show_form:hover {
  cursor: pointer;
}
.o-stock-car .blueone {
  background: #141414;
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  line-height: 8px;
  text-transform: capitalize;
  height: 32px;
}
.o-stock-car .blueone:hover {
  cursor: pointer;
}
.o-stock-car dt.leasing {
  color: #707070;
  margin-top: 12px;
}
.o-stock-car dd.leasing {
  margin-top: 8px;
}
.o-stock-car dd.leasing .prices__value {
  font-size: 20px !important;
}
.o-stock-car dd.leasing .blue_inline {
  font-size: 12px;
}
.o-stock-car .revert {
  padding-left: 4rem;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1C6BBA;
  text-transform: uppercase;
}
.o-stock-car .revert:hover {
  cursor: pointer;
}
.o-stock-car .revert img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-stock-car .tabs ul {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-stock-car .tabs ul li {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  font-weight: 500;
  height: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: none;
}
.o-stock-car .tabs ul li:hover {
  cursor: pointer;
}
.o-stock-car .tabs ul li.active_tab {
  border-bottom: 1px solid #000;
}
.o-stock-car .tabs_container > div {
  display: none;
  padding-top: 3rem;
}
.o-stock-car .tabs_container > div.tab_0 label, .o-stock-car .tabs_container > div.tab_1 label {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-top: 2rem;
  padding: 0;
  display: block;
}
@media (min-width: 992px) {
  .o-stock-car .tabs_container > div.tab_0 label, .o-stock-car .tabs_container > div.tab_1 label {
    padding: 0 12px;
  }
}
.o-stock-car .tabs_container > div.tab_0 label span, .o-stock-car .tabs_container > div.tab_1 label span {
  float: right;
}
.o-stock-car .tabs_container > div .slide__combo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 16px;
  height: 24px;
  color: #000;
}
.o-stock-car .tabs_container > div .slide__combo_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}
.o-stock-car .tabs_container > div .slide__combo_inner > div:not(.combo__selected):hover {
  cursor: pointer;
}
.o-stock-car .tabs_container > div .slide__combo_inner > div.combo__selected {
  color: #fff;
  background: #000;
  border-radius: 16px;
  height: 24px;
}
.o-stock-car .tabs_container > div .switch {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.o-stock-car .tabs_container > div .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.o-stock-car .tabs_container > div .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 1px solid #707070;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.o-stock-car .tabs_container > div .slider:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.o-stock-car .tabs_container > div input:checked + .slider {
  background-color: #000;
  border-color: #000;
}
.o-stock-car .tabs_container > div {
  /* Rounded sliders */
}
.o-stock-car .tabs_container > div .form-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #141414;
  line-height: 20px;
}
.o-stock-car .tabs_container > div .form-switch .switch {
  margin-right: 8px;
}
.o-stock-car .tabs_container > div .form-switch .info_label.last {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
  padding-right: 12px;
}
.o-stock-car .tabs_container > div .form-switch .icon_tooltip {
  padding-left: 0.5rem;
  margin-top: -2px;
}
.o-stock-car .tabs_container > div .form-spacer {
  margin-top: 32px;
}
.o-stock-car .tabs_container > div {
  /* Tooltip container */
}
.o-stock-car .tabs_container > div .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
.o-stock-car .tabs_container > div {
  /* Tooltip text */
}
.o-stock-car .tabs_container > div .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.o-stock-car .tabs_container > div {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.o-stock-car .tabs_container > div .tooltip:hover .tooltiptext {
  visibility: visible;
}
.o-stock-car .tabs_container > div .line__element {
  border-bottom: 1px solid #D5D5D5;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 2rem;
}
.o-stock-car .tabs_container > div .price__combo.big {
  margin-top: -3px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.o-stock-car .tabs_container > div .form__header-text {
  font-size: 14px;
}
.o-stock-car .tabs_container > div .form__content-annotation {
  font-size: 12px;
  color: #707070;
  line-height: 18px;
}
.o-stock-car .tabs_container > div .form__content-field {
  margin-bottom: 1rem;
}
.o-stock-car .mb_1 {
  margin-bottom: 3rem !important;
}
.o-stock-car .summary_title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #141414;
}
.o-stock-car .summary_price {
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
.o-stock-car .summary {
  margin-top: 48px;
}
.o-stock-car .summary label {
  margin: 0 0 8px 0 !important;
}
.step_3_a,
.step_2_a,
.step_1_a,
.step__a {
  display: none;
}
.step_3_a .o-stock-car__name,
.step_2_a .o-stock-car__name,
.step_1_a .o-stock-car__name,
.step__a .o-stock-car__name {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .step_3_a .o-stock-car__name,
  .step_2_a .o-stock-car__name,
  .step_1_a .o-stock-car__name,
  .step__a .o-stock-car__name {
    margin-top: 0;
  }
}

#finansowanie {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #finansowanie {
    margin-top: 0;
  }
}

.column-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  border-bottom: 0;
}
.column-details__top > dl {
  padding: 0 16px;
}

.grid dt.leasing {
  margin-top: 0 !important;
  margin-bottom: 16px;
}
.grid .crossline {
  display: block;
  margin-top: 5px;
}
.grid .crossline span {
  margin: 0 !important;
}
.grid .prices__value.hide_on_list {
  font-weight: 500 !important;
  padding-top: 6px;
  display: block;
}

body:not(.grid) .o-stock-car__offer-details {
  font-size: 14px;
  color: #616161;
  margin-bottom: 16px;
}
body:not(.grid) .o-stock-car__prices.prices .prices__total-value {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  body:not(.grid) .o-stock-car__prices.prices .prices__total-value {
    font-size: 14px;
  }
}

.o-stock-cars-slider {
  margin-bottom: 3rem;
}
.o-stock-cars-slider__slider {
  position: relative;
}
.o-stock-cars-slider .swiper-container {
  padding: 2rem 1rem;
  margin: -2rem -1rem;
}
.o-stock-cars-slider .slider__button {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.o-stock-cars-slider .slider__button--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .o-stock-cars-slider .slider__button--prev {
    left: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.o-stock-cars-slider .slider__button--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 992px) {
  .o-stock-cars-slider .slider__button--next {
    right: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.o-stock-cars-slider .slider__button.is-hidden {
  display: none;
}
.o-stock-cars-slider__slide {
  width: 212px;
  height: auto;
}
@media (min-width: 992px) {
  .o-stock-cars-slider__slide {
    width: auto;
  }
}
.o-stock-cars-slider__item {
  display: block;
}
.o-stock-cars-slider__item--car:hover .car__img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.o-stock-cars-slider__item--excerpt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  padding: 2rem 3rem;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.o-stock-cars-slider__item--excerpt:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.o-stock-cars-slider .car__img-wrapper {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .o-stock-cars-slider .car__img-wrapper {
    margin-bottom: 1rem;
  }
}
.o-stock-cars-slider .car__img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.o-stock-cars-slider .car__category {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}
.o-stock-cars-slider .car__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #141414;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-stock-cars-slider .car__details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.o-stock-cars-slider .car__engine {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .o-stock-cars-slider .car__engine {
    margin-bottom: 0;
  }
}
.o-stock-cars-slider .car__price {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .o-stock-cars-slider .car__price {
    margin-bottom: 0;
  }
}
.o-stock-cars-slider .car__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  border-top: 1px solid #D5D5D5;
  padding-top: 0.5rem;
}
.o-stock-cars-slider .car__button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #1C6BBA;
  text-transform: uppercase;
}
.o-stock-cars-slider .excerpt__content {
  max-width: 205px;
  margin: 0 auto;
}
.o-stock-cars-slider .excerpt__heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #141414;
}
.o-stock-cars-slider .excerpt__description {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}
.o-stock-cars-slider .excerpt__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-stock-cars-slider .excerpt__button {
  font-size: 14px;
  font-weight: 500;
  color: #1C6BBA;
  text-transform: uppercase;
}

.o-text-editor__content {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
}
.o-text-editor__content h2 {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-text-editor__content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
}
.o-text-editor__content p {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin-bottom: 3rem;
}
.o-text-editor__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-text-editor__content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4rem;
  }
}
.o-text-editor__content a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.o-text-editor-extended__content {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
}
.o-text-editor-extended__content h2 {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-text-editor-extended__content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
}
.o-text-editor-extended__content p {
  font-size: 12px;
  line-height: 18px;
  color: #141414;
  margin-bottom: 3rem;
}
.o-text-editor-extended__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-text-editor-extended__content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4rem;
  }
}
.o-text-editor-extended__content a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.o-text-editor-extended__content ul {
  list-style-type: none;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .o-text-editor-extended__content ul {
    margin-bottom: 4rem;
  }
}
.o-text-editor-extended__content ul li {
  font-size: 12px;
  line-height: 18px;
  color: #141414;
  margin-bottom: 1rem;
}
.o-text-editor-extended__content ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .o-text-editor-extended__content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.o-text-editor-extended__content ul li::before {
  content: "•";
  color: #1C6BBA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.l-not-found {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-not-found__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 6rem;
}
.l-not-found__logo .a-logo__img {
  width: 100px;
}
@media (min-width: 992px) {
  .l-not-found__logo .a-logo__img {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .l-not-found__logo .a-logo__img {
    width: 240px;
  }
}
.l-not-found__logo .a-logo__text {
  font-size: 12px;
}
@media (min-width: 576px) {
  .l-not-found__logo .a-logo__text {
    padding-left: 5rem;
    margin-left: 5rem;
  }
}
@media (min-width: 992px) {
  .l-not-found__logo .a-logo__text {
    font-size: 27px;
    padding-left: 7rem;
    margin-left: 7rem;
  }
  .l-not-found__logo .a-logo__text::before {
    height: 18px;
  }
}
.l-not-found__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-not-found .content__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-not-found .content__text {
  font-size: 96px;
  font-weight: 500;
  color: #EBEBEB;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .l-not-found .content__text {
    font-size: 150px;
  }
}
@media (min-width: 992px) {
  .l-not-found .content__text {
    font-size: 288px;
  }
}
.l-not-found .content__img {
  display: block;
  width: 164px;
  margin-right: -45px;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}
@media (min-width: 576px) {
  .l-not-found .content__img {
    width: 250px;
    -webkit-transform: translate(-24%, -10%);
            transform: translate(-24%, -10%);
  }
}
@media (min-width: 992px) {
  .l-not-found .content__img {
    width: 460px;
  }
}
.l-not-found__bottom {
  margin-top: 4rem;
  border-top: 1px solid #D5D5D5;
  padding-top: 3rem;
}
.l-not-found__heading {
  text-align: center;
  color: #707070;
}

.l-section--mt-1 {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .l-section--mt-1 {
    margin-top: 2rem;
  }
}
.l-section--mt-2 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .l-section--mt-2 {
    margin-top: 3rem;
  }
}
.l-section--mt-3 {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .l-section--mt-3 {
    margin-top: 6rem;
  }
}
.l-section--mt-4 {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-section--mt-4 {
    margin-top: 8rem;
  }
}
.l-section--mt-5 {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .l-section--mt-5 {
    margin-top: 11rem;
  }
}
.l-section--mb-1 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .l-section--mb-1 {
    margin-bottom: 2rem;
  }
}
.l-section--mb-2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .l-section--mb-2 {
    margin-bottom: 3rem;
  }
}
.l-section--mb-3 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .l-section--mb-3 {
    margin-bottom: 6rem;
  }
}
.l-section--mb-4 {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .l-section--mb-4 {
    margin-bottom: 8rem;
  }
}
.l-section--mb-5 {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .l-section--mb-5 {
    margin-bottom: 11rem;
  }
}

.l-side-form__bar {
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAFAFA;
}
@media screen and (max-height: 400px) {
  .l-side-form__bar {
    display: none;
  }
}
.l-side-form .bar {
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 -4px 8px rgba(20, 20, 20, 0.07);
          box-shadow: 0 -4px 8px rgba(20, 20, 20, 0.07);
}
.l-side-form .bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199.98px) {
  .l-side-form .bar__container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .l-side-form .bar__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-side-form .bar__text {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 992px) {
  .l-side-form .bar__text {
    display: block;
  }
}
.l-side-form .bar__text a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.l-side-form .bar__button {
  width: 100%;
  max-width: 288px;
}
.l-side-form__aside {
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 445px;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 783px) {
  body.admin-bar .l-side-form__aside {
    margin-top: 32px;
  }
}
.l-side-form__form {
  height: 100%;
}
.l-side-form__backdrop {
  z-index: 1090;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141414;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.l-side-form.is-opened .l-side-form__aside {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.l-side-form.is-opened .l-side-form__backdrop {
  pointer-events: all;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .l-stock .filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D5D5D5;
  }
}
.l-stock .filters .top__heading {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .l-stock .filters .top__heading {
    margin-bottom: 0;
  }
}
.l-stock .filters__content {
  margin: 3rem 0 2rem;
}
@media (min-width: 992px) {
  .l-stock .filters__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding: 2rem 0;
  }
}
.l-stock .filters .content__item {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .l-stock .filters .content__item {
    width: calc(25% - 3rem);
    margin: 0 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .l-stock .filters .content__item--range {
    width: calc(50% - 3rem);
  }
}
.l-stock .filters .content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .l-stock .filters .content__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .l-stock .filters .content__input-range {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-stock .filters .content__input-range .a-input-range__top {
    margin-bottom: 0;
    margin-left: 2rem;
    width: calc(50% - 1.5rem);
  }
  .l-stock .filters .content__input-range .a-input-range__inputs {
    margin-right: 1.5rem;
    margin-top: 0;
    width: calc(50% - 1.5rem);
  }
}
.l-stock .filters .content__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .l-stock .filters .content__bottom {
    display: none;
  }
}
.l-stock .filters .content__additional-filters {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .l-stock .filters .content__additional-filters {
    max-height: unset;
    overflow: unset;
  }
}
@media (min-width: 992px) {
  .l-stock .filters .content .additional-filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-stock .filters .content__additional-filters-button {
  font-size: 12px;
  color: #1C6BBA;
  border: none;
  padding: 0;
  background-color: transparent;
}
.l-stock .filters .content__submit {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .l-stock .filters .content__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid #D5D5D5;
    padding-top: 2rem;
  }
}
.l-stock .filters .content__submit-button {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .l-stock .filters .content__submit-button {
    width: auto;
    margin-top: 0;
  }
}
.l-stock .filters #reset__filters {
  color: #000;
  font-weight: 500;
  line-height: 50px;
}
.l-stock .filters .a-button {
  min-width: unset;
}
.l-stock__loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
}
.l-stock__loading .a-spinner {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-stock__cars-wrapper {
  position: relative;
}
.l-stock__cars-wrapper.is-loading .l-stock__loading {
  opacity: 1;
  pointer-events: all;
}
.l-stock .cars__heading {
  text-align: center;
  color: #707070;
}
.l-stock .cars__heading-count {
  color: #141414;
}
@media (min-width: 992px) {
  .l-stock .cars__heading {
    margin-bottom: 4rem;
  }
}
.l-stock .cars__list {
  list-style-type: none;
  padding: 0;
}
.l-stock .cars__list-item:nth-child(even) .o-stock-car {
  background-color: #fff;
}

.l-stock-car-single__accordion-section {
  margin-top: 4rem;
  padding-bottom: 16.25rem;
}
@media (min-width: 992px) {
  .l-stock-car-single__accordion-section {
    margin-top: 8rem;
    padding-bottom: 21.5rem;
  }
}
.l-stock-car-single__gallery {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -7.25rem;
}
@media (min-width: 992px) {
  .l-stock-car-single__gallery {
    margin-bottom: -0.5rem;
  }
}

.l-tyre-labels__list {
  list-style-type: none;
  padding: 0;
  margin: 5rem 0 0;
}
@media (min-width: 992px) {
  .l-tyre-labels__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 3rem -1.5rem 0;
  }
}
.l-tyre-labels__item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 2rem;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .l-tyre-labels__item {
    margin: 0 1.5rem 3rem;
    width: calc(33.3333333333% - 3rem);
  }
}
.l-tyre-labels__item .item__img {
  display: block;
  width: 100%;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 8rem;
}
.l-wrapper__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.l-wrapper__footer {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-wrapper__footer {
    margin-top: 8rem;
  }
}
.l-wrapper--has-side-form {
  padding-bottom: 64px;
}
.l-wrapper--header-footer-hidden {
  padding: 0;
}
.l-wrapper--header-footer-hidden .o-footer,
.l-wrapper--header-footer-hidden .o-header,
.l-wrapper--header-footer-hidden .l-side-form {
  display: none;
}

@media (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map*/