@charset "utf-8";
/* CSS Document */

body {
  background: #f8f8f8;
}
/* glide carousel css */

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  margin: 0;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: normal;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* general */
.leasing-com-widget,
.leasing-com-widget * {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* topgear */

@font-face {
  font-family: "ReithSans";
  src: url("../fonts/topgear/BBCReithSans_W_Bd.woff2") format("woff2"), url("../fonts/topgear/BBCReithSans_W_Bd.woff") format("woff");
  font-weight: bold;
  font-display: optional;
  font-display: swap;
}

@font-face {
  font-family: "ReithSans";
  src: url("../fonts/topgear/BBCReithSans_W_Rg.woff2") format("woff2"), url("../fonts/topgear/BBCReithSans_W_Rg.woff") format("woff");
  font-weight: 600;
  font-display: optional;
  font-display: swap;
}

@font-face {
  font-family: "Industry TG";
  src: url("../fonts/topgear/IndustryTG-Bold.woff2") format("woff2"), url("../fonts/topgear/IndustryTG-Bold.woff") format("woff");
  font-weight: bold;
  font-display: optional;
  font-display: swap;
}

@font-face {
  font-family: "Industry TG";
  src: url("../fonts/topgear/IndustryTG-Book.woff2") format("woff2"), url("../fonts/topgear/IndustryTG-Book.woff") format("woff");
  font-weight: normal;
  font-display: optional;
  font-display: swap;
}

/* main css */
.lc-topgear {
  font-family: ReithSans, Helvetica, Arial, sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  color: rgb(75, 75, 75);
  background-color: #f8f8f8;
  min-width: 320px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  padding: 16px;
  width: 100%;
  max-width: 600px;
  border: 0;
}

.lc-title {
  font-family: "Industry TG", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: rgb(15, 65, 86);
  font-size: 24px;
  line-height: 1.75rem;
}

.lc-title:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 62px;
  height: 2px;
  background-color: rgb(121, 214, 242);
}

.lc-logo {
  display: inline-block;
  width: 101px;
  height: 24px;
  vertical-align: top;
  padding-top: 6px;
}

.lc-logo img {
  width: 100%;
  height: auto;
}

.lc-deal-wrapper {
  position: relative;
}

.lc-inner-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lc-image-wrap {
  max-width: 270px;
  margin: 0 auto;
  min-width: 150px;
  flex: 1 1 150px;
}

.lc-image-wrap img {
  width: 100%;
  height: auto;
  transform: translateZ(0);
}

.lc-vehicle-wrap {
  width: 100%;
  flex: 2 1 280px;
  display: flex;
  flex-direction: column;
}

.lc-vehicle {
  font-family: "Industry TG", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5rem;
  color: rgb(15, 65, 86);
  font-size: 24px;
  line-height: 1.75rem;
  margin-bottom: 8px;
  max-height: 92px;
  overflow: hidden;
}

.lc-vehicle:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 25px;
  height: 2px;
  background-color: rgb(121, 214, 242);
}

.lc-values {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.75rem;
}

.lc-label {
  min-width: 150px;
}

.lc-value {
  align-self: flex-end;
  font-weight: bold;
  word-break: keep-all;
}

.lc-vat {
  font-size: 12px;
  line-height: 1.75rem;
  margin-bottom: 1em;
}

.lc-spacer {
  flex: 1;
}

.lc-cta {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
  border: medium none;
  transition: transform 0.2s ease 0s, opacity 0.5s ease 0s, background-color 0.2s ease-in-out 0s;
  font-family: Industry TG, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(121, 214, 242);
  color: rgb(9, 31, 41);
}

.lc-cta:hover,
.lc-cta:focus {
  text-decoration: underline;
  background-color: rgb(13, 46, 61);
  color: rgb(255, 255, 255);
}

.lc-small-text {
  margin-top: 16px;
  flex: 0;
  font-size: 10px;
  margin-bottom: 8px;
}

.glide__slide {
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.leasing-com-widget .glide__arrow {
  transition: color 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0px none;
  cursor: pointer;
  outline: currentcolor none medium;
  position: absolute;
  z-index: 4;
  color: rgb(9, 31, 41);
  margin: 8px;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}

.leasing-com-widget .glide__arrow:hover {
  background-color: rgb(9, 31, 41);
  color: rgb(121, 214, 242);
}

.leasing-com-widget .glide__arrow svg {
  width: 100%;
  height: 100%;
}

.leasing-com-widget .glide__arrow--left {
  left: -68px;
}

.leasing-com-widget .glide__arrow--right {
  right: -68px;
}

.ldc-padded {
  padding: 8%;
  background: #fff;
}

@media only screen and (min-width: 481px) {
  .leasing-com-widget.controls .lc-deal-wrapper {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 600px) {
  .lc-image-wrap {
    margin: 0;
    padding-right: 16px;
  }

  .lc-vehicle-wrap {
    max-width: 264px;
  }
}

@media only screen and (max-width: 599px) {
  .lc-image-wrap {
    flex: 1 1 100%;
    padding: 0;
  }

  .lc-vehicle {
    max-height: 64px;
  }
}

@media only screen and (max-width: 480px) {
  .lc-title,
  .lc-vehicle {
    font-size: 18px;
  }

  .lc-logo {
    padding-top: 4px;
    width: 76px;
    height: 18px;
  }

  .lc-deal-wrapper .glide__arrows {
    display: none;
  }
}
