.model {
text-transform: capitalize;
}
.price {
font-size: 30px;
line-height: 30px;
}
.loading-img {
height: 31px;
}
/*.tax {
font-size: 15px;
font-weight: normal;
}*/
.price-leasing {
font-size: 30px;
line-height: 15px;
}
.button:hover {
cursor: pointer;
}
.segments img {
width: 80px;
max-width: 100%;
}
.segment-text {
width: 100%;
}
.segment-text p {
max-width: 100%;
text-align: center;
margin: 0 auto 20px;
}
.customer-promise .segments .segment {
width:100%;
}
@media(min-width:600px) {
.customer-promise .segments .segment {
width:30%;
}
}
@media(min-width:768px) {
.customer-promise .segments .segment {
padding:30px;
row-gap:20px
}
}
@media(min-width:1024px) {
    .customer-promise .segments .segment {
        height:330px;
        width:22%
    }
    .segment-text p {
    max-width: 66%;
    text-align: center;
    margin: 20px auto 0;
    }
}
@media(min-width:1600px) {
    .customer-promise .segments .segment {
        height:330px
    }
}
@media(max-width:767px) {
.price-wrapper {
margin-top: 10px;
display: block;
text-align: center;
}
.module-1 .button,
.module-2 .button,
.module-3 .button,
.segment-text .button  {
max-width: 100%;
}
.loading-img {
margin: 0 auto;
}
}
.callback-container {
display: flex;
align-items: center;
padding-top: 50px;
padding: 40px;
background-color: #000;
flex-direction: column-reverse;
}
.callback-container .button {
background-color: #fff;
color: #000;
flex: 1;
width: 100%;
}
.message {
color:rgb(151, 139, 127);
flex-shrink:0;
font-family:"RenaultGroup-Semibold", sans-serif, Arial;
font-size:16px;
line-height:18px;
margin-bottom: 20px;
}
@media(min-width:1600px) {
.message {
font-size:20px;
line-height:22px;
width:auto
}
}
.message p {
display:flex;
flex-direction:column;
margin-bottom:0
}
.message .new-line {
color:#fff;
font-family:"RenaultGroup-Extrabold", sans-serif, Arial;
font-size:20px;
line-height:22px
}
@media(min-width:1100px) {
.callback-container {
flex-direction: row;
}
.message {
margin: auto 0 auto 20px;
flex: 1;
}
.callback-container .button {
flex: 0.8;
}
}
@media(min-width:1600px) {
.message .new-line {
font-size:24px;
line-height:26px
}
}
.button.disable {
opacity: 0.7;
}
.button.disable:hover {
cursor: not-allowed;
}
.hidden-default {
/*display: none;*/
}
@media (min-width: 768px) {
  body .button-class {
    max-width: 430px;
  }
}

body .hint-text span {
    display: block;
    font-size: initial;
    line-height: initial;
  padding: 0;
  margin: 0;
    margin-top: 20px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

.logo {
  fill: #fff;
  width: 100%;
  display: block;
  filter: invert(1);
}
header a {
  flex-shrink: 0;
    width: 150px;
    margin-left: 32px;
    display: flex;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

app-fuel-consumption-details {
  display: none;
}

@media (max-width: 1200px) {
  #header .header-body {
    align-items: center;
  }
  header a {
    margin-left: 0;
    width: 90px;
  }
}

app-vehicles {
  max-width: 1245px;
  display: block;
}

app-vehicle-images {
  max-width: 1000px;
  display: block;
}




.app-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.app-tile {
  flex: 1 1 280px;
  max-width: 320px;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transition: 0.2s ease;
  box-shadow: 0 0 0 transparent;
  cursor: pointer;
}

.app-tile:hover {
  /*transform: translateY(-4px);*/
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.app-tile img {
  height: 48px;
  margin-bottom: 1rem;
}

.app-tile h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.app-tile p {
  font-size: 0.95rem;
  color: #666;
}
@supports (position: sticky) {
 body .cx-sell .sticky-top {
   top: var(--height-header-body-mobile);
 }
}

@media (min-width: 1600px) {
  @supports (position: sticky) {
   body .cx-sell .sticky-top {
     top: var(--height-header-body-high-desktop);
   }
  }
}


