.cupra-usato {
  --primary-lighter: rgba(0, 62, 81, 0.8);
  --primary: #003e51;
  --primary-darker: #002935; }
  .cupra-usato .cupra-usato-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 40px; }
  .cupra-usato .action-buttons .btn {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%; }
  .cupra-usato .border {
    border-color: #d5d5d5 !important; }
  .cupra-usato .page-link {
    color: var(--primary); }
  .cupra-usato .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary); }
  .cupra-usato .btn {
    color: #fff;
    padding: 0.8rem 5rem;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0; }
    .cupra-usato .btn:hover {
      background-color: var(--primary-lighter);
      border-color: var(--primary-lighter); }
  .cupra-usato .btn-outline-primary {
    color: var(--primary);
    background-color: transparent; }
  @media only screen and (min-width: 1436px) {
    .cupra-usato {
      max-width: 1436px;
      margin-left: auto;
      margin-right: auto; } }
  .cupra-usato .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .cupra-usato .col-sm-6,
  .cupra-usato .col-sm-4,
  .cupra-usato .col-sm-12 {
    position: relative;
    width: 100%; }
  @media (min-width: 768px) {
    .cupra-usato .ui-mobile {
      display: none !important; }
    .cupra-usato .action-buttons .btn {
      display: inline-block;
      margin-bottom: 0;
      width: auto; }
    .cupra-usato .ml-sm-auto {
      margin-left: auto; }
    .cupra-usato .d-sm-none {
      display: none; }
    .cupra-usato .mt-sm-0 {
      margin-top: 0 !important; }
    .cupra-usato .btn-sm-inline-block {
      display: inline-block !important;
      width: auto !important; }
    .cupra-usato .sm-flex {
      display: flex; }
    .cupra-usato .col-sm-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .cupra-usato .col-sm-4 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .cupra-usato .col-sm-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.ratio {
  position: relative;
  display: block;
  overflow: hidden; }
  .ratio::before {
    display: block;
    content: ""; }
  .ratio > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  .ratio > .r-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .ratio > .r-item > img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 0;
      object-fit: cover;
      font-family: "object-fit: cover;"; }

.r-21-9::before {
  padding-top: 42.85%; }

.r-16-9::before {
  padding-top: 56.25%; }

.r-3-2::before {
  padding-top: 66.67%; }

.r-4-3::before {
  padding-top: 75%; }

.r-2-1::before {
  padding-top: 50%; }

.r-1-1::before {
  padding-top: 100%; }

.r-4-1::before {
  padding-top: 25%; }

.text-preview {
  font-size: 14px;
  line-height: 2;
  color: #5c5c5c; }

.i-24 > svg {
  width: 24px;
  height: 24px; }

.i-20 > svg {
  width: 20px;
  height: 20px; }

.i-18 > svg {
  width: 18px;
  height: 18px; }

.tag-rata {
  font-size: 22px; }

.tag-contributo,
.tag-tasso {
  color: #5c5c5c;
  font-size: 13px; }

.previews {
  padding-bottom: 60px; }

.preview-col {
  position: relative;
  margin-bottom: 40px; }
  .preview-col.disabled {
    display: none; }

.form-group {
  padding-top: 18px; }

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-group {
    padding-top: 26px;
    line-height: 1.25; }
  .preview-col {
    margin-bottom: 0; }
  .previews-row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px; } }

@media (min-width: 992px) {
  .previews-row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px; } }

.dkcar-preview-txt {
  padding: 30px; }

.flex {
  display: flex; }

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

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

.preview-content {
  position: relative;
  padding-top: 18px;
  margin-top: 10px; }
  .preview-content .preview-date {
    font-size: 12px;
    position: absolute;
    color: rgba(15, 15, 15, 0.6);
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px; }

.preview {
  background-color: #fff; }
  .preview .tag + h3 {
    margin-top: 0; }
  .preview .tag-locale,
  .preview .tag-nazionale {
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 5px;
    border-radius: 3px; }
  .preview .tag-locale {
    background-color: #95c0d6;
    color: #000; }
  .preview .tag-nazionale {
    background-color: #ea5d1a;
    color: #000; }
  .preview .img .ratio::before {
    padding-top: 66.67%; }
  .preview .preview-intro {
    font-size: 14px;
    line-height: 2;
    color: #5c5c5c;
    margin-bottom: 28px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(30px * 2 + 2px); }
    .preview .preview-intro .tag {
      color: #000;
      display: inline-block;
      padding-right: 7px; }

.dkcar-preview {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.dkcar-preview .preview-intro {
  max-height: calc(80px * 2 + 2px);
  border-bottom: 1px solid #ddd;
  font-size: 16px; }

.dkcar-preview .title {
  font-family: "CupraMedium";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px; }

.dkcar-preview .text-price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  font-family: "CupraMedium", serif; }

.dkcar-preview .text-preview {
  color: #212529;
  font-size: 16px;
  display: inline-flex;
  align-items: center; }

.hero-highlight {
  margin-top: 60px; }

.preview-footer {
  padding-bottom: 15px; }

@media (min-width: 768px) {
  .preview-footer {
    padding-bottom: 0; }
  .hero-highlight {
    margin-top: 90px; }
  .hero-highlight .preview {
    display: flex; }
    .hero-highlight .preview .txt {
      flex: 0 0 41.66%;
      max-width: 41.66%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .hero-highlight .preview .img {
      flex: 0 0 58.34%;
      max-width: 58.34%; }
      .hero-highlight .preview .img .ratio::before {
        padding-top: 50%; } }

.modello-multiple-selection {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }
  .modello-multiple-selection div {
    display: block;
    flex: 0 0 calc(50% - 12.5px);
    width: calc(50% - 12.5px);
    margin-top: 25px; }
    .modello-multiple-selection div a {
      background-color: #fff;
      opacity: 0.4;
      position: relative;
      display: block;
      border: 1px solid #ccc;
      border-radius: 5px;
      text-align: center;
      font-size: 16px;
      line-height: 29px;
      color: #010101;
      font-weight: bold;
      text-decoration: none; }
      .modello-multiple-selection div a.enabled {
        opacity: 1; }
      .modello-multiple-selection div a picture {
        background-color: #cecece;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .modello-multiple-selection div a .cta {
        display: block;
        padding: 16px 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .modello-multiple-selection div a .indicator {
        display: none; }
      .modello-multiple-selection div a.enabled .indicator {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.27 11.01'%3E%3Cpolygon style='fill:%23fff;' points='5.72 11.01 0 6.77 1.19 5.16 5.33 8.23 11.69 0 13.27 1.22 5.72 11.01'/%3E%3C/svg%3E");
        background-size: 13px auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        position: absolute;
        right: -11px;
        bottom: 61px;
        transform: translateY(50%);
        background-color: #ea5d1a; }
  @media (min-width: 768px) {
    .modello-multiple-selection {
      justify-content: left;
      margin-left: -25px;
      margin-right: -25px; }
      .modello-multiple-selection div {
        flex: 0 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
        margin-right: 10px;
        margin-left: 10px; } }
