.contact-us-sticky {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6.5rem;
  height: 6.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 9999;
  transition: right 0.5s;
  box-shadow: -10px 10px 11px 0 rgba(0, 0, 0, 0.1098039216), -20px 40px 37px 0 rgba(0, 0, 0, 0.0705882353);
}
.contact-us-sticky .contact-us-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .contact-us-sticky {
    display: none;
  }
}
.contact-us-sticky.hidden {
  right: -20rem;
}

.configurator-lobby-page {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2.5rem 2rem 6rem 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .configurator-lobby-page {
    padding: 6rem 0;
    gap: 7rem;
    overflow: initial;
  }
}
.configurator-lobby-page .background-overall-mask {
  position: absolute;
  top: -17rem;
  right: -3rem;
  z-index: 0;
}
.configurator-lobby-page .background-overall-mask.desktop {
  display: none;
}
@media (min-width: 769px) {
  .configurator-lobby-page .background-overall-mask.desktop {
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 769px) {
  .configurator-lobby-page .background-overall-mask.mobile {
    display: none;
  }
}
.configurator-lobby-page .background-circles-image {
  position: absolute;
  top: 0;
  left: -8rem;
  z-index: 1;
}
.configurator-lobby-page .background-circles-image.desktop {
  display: none;
}
@media (min-width: 769px) {
  .configurator-lobby-page .background-circles-image.desktop {
    display: block;
    z-index: 0;
  }
}
@media (min-width: 769px) {
  .configurator-lobby-page .background-circles-image.mobile {
    display: none;
  }
}
.configurator-lobby-page .configurator-lobby-filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .configurator-lobby-page .configurator-lobby-filters-wrapper {
    align-items: flex-start;
    gap: 2rem;
  }
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .title-wrapper {
  width: -moz-max-content;
  width: max-content;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .title-wrapper .page-title {
  font-size: 4.2rem;
  line-height: 6rem;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .title-wrapper .under-title-divider {
  width: 100%;
  height: 0.2rem;
  background-color: #182C54;
  box-shadow: -2px 2px 3px 0px rgba(22, 40, 77, 0.16), -8px 8px 12px 0px rgba(20, 35, 65, 0.12);
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .current-active-filters {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .single-filter-wrapper {
  position: relative;
  display: flex;
  padding-right: 2rem;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .single-filter-wrapper .icon {
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  margin: auto 0;
  right: 0.5rem;
}
.configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .single-filter-wrapper .icon.white-x {
  display: none;
  margin-top: 0.2rem;
}
@media (min-width: 769px) {
  .configurator-lobby-page .configurator-lobby-filters-wrapper .configurator-lobby-filters .single-filter-wrapper:hover {
    cursor: pointer;
  }
}
.configurator-lobby-page .search-results {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 11;
  width: 100%;
}
@media (min-width: 769px) {
  .configurator-lobby-page .search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    justify-items: center;
  }
}
.configurator-lobby-page .search-results .vehicle-result-card {
  max-width: 40rem;
  width: 100%;
  box-shadow: -10px 10px 11px 0px rgba(0, 0, 0, 0.11), -20px 40px 37px 0px rgba(0, 0, 0, 0.07);
  padding: 2rem 3rem;
  border-radius: 1rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .configurator-lobby-page .search-results .vehicle-result-card {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 1rem;
    transition: background 0.4s;
    padding: 3rem;
  }
}
.configurator-lobby-page .search-results .vehicle-result-card .background-card-mask {
  position: absolute;
  top: -18rem;
  left: -34rem;
  z-index: 2;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper {
    justify-content: flex-start;
  }
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-image {
  width: 20rem;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-image {
    width: auto;
  }
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-name {
  font-weight: 500;
  text-align: center;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 2rem;
  margin: 1.8rem auto;
}
@media (min-width: 769px) {
  .configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details {
    margin-top: auto;
  }
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details.less-than-three {
  justify-content: space-around;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details .detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details .detail .content-key {
  white-space: nowrap;
  font-weight: 300;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .vehicle-details .detail .content-value {
  font-weight: 500;
  white-space: nowrap;
}
.configurator-lobby-page .search-results .vehicle-result-card .card-content-wrapper .car-page-button {
  margin-top: 1rem;
}
.configurator-lobby-page .no-results {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 769px) {
  .configurator-lobby-page .no-results {
    margin: 10rem auto;
  }
}
