@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.woff2') format("woff2"), url('../fonts/THICCCBOI-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi Thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --soft-grey: whitesmoke;
  --midnight-black: #1a1a1a;
  --white: #fff;
  --background-image: #000;
  --bold-tangerine: #e65f00;
  --slate-gray: #616066;
  --vibrant-tangerine: #ff7326;
  --light-slate-grey: #d6d6d6;
  --cta_button: #8d00ff;
  --text_color: #662eff;
  --graphite-gray: #8d8d91;
  --back-card: #2a2a2a;
  --tangerine-glow: #ff9561;
  --card-background: ;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--soft-grey);
  color: var(--midnight-black);
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
}

.page-wrapper {
  display: block;
  position: static;
}

.navbar {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  display: block;
  position: fixed;
}

.navbar.black-bg-navbar {
  background-color: var(--midnight-black);
}

.navbar.nav-scrolled {
  background-color: var(--background-image);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.brand:hover {
  transform: scale(.95);
}

.brand.w--current {
  transition: transform .2s;
  display: block;
}

.brand.w--current:hover {
  transform: scale(.95);
}

.nav-menu-wrapper {
  clear: none;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--bold-tangerine);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.bknw {
  background-color: #662eff;
  border-radius: 100px;
  padding: .5rem 1rem;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: .25px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.w--open {
  display: flex;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  font-size: 18px;
  transition: all .2s;
  position: static;
}

.nav-dropdown-icon:hover {
  color: var(--bold-tangerine);
}

.nav-dropdown-list {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  left: -20px;
}

.nav-dropdown-list.pages-dropdown-list {
  background-color: var(--white);
  border: 1px solid #0000001a;
}

.nav-dropdown-list.pages-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #0000001a;
  left: -190px;
}

.nav-dropdown-list.filter-dropdown-list {
  z-index: 2;
  border-style: none;
  border-color: #000;
  margin-top: 20px;
}

.nav-dropdown-list.filter-dropdown-list.w--open {
  background-color: #fff0;
  border-radius: 0;
  margin-top: 0;
  padding: 20px 0 0;
  left: 0;
}

.nav-dropdown-link {
  color: var(--slate-gray);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.nav-dropdown-link:hover {
  color: var(--bold-tangerine);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--vibrant-tangerine);
}

.nav-dropdown-link.filter-dropdown-link {
  color: var(--slate-gray);
}

.nav-dropdown-link.filter-dropdown-link:hover, .nav-dropdown-link.filter-dropdown-link.w--current {
  color: var(--vibrant-tangerine);
}

.cta-button {
  background-color: var(--cta_button);
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.cta-button:hover {
  background-color: var(--bold-tangerine);
  color: #fff;
  transform: scale(.95);
}

.cta-button:active {
  background-color: #43464d;
}

.cta-button.button-small {
  padding: 10px 20px;
  font-size: 12px;
}

.cta-button.button-large {
  padding: 28px 60px;
  font-size: 20px;
}

.content-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-list-item {
  color: #fff;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.brand-logo {
  width: 150px;
}

.nav-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list-wrapper.filter-list-wrapper {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 12px;
  width: 100%;
  padding: 40px;
}

.nav-dropdown-heading {
  margin-top: 0;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 60px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-section-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-section-wrapper.page-header-section-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 320px;
  padding-bottom: 20px;
  display: flex;
}

.header-content-wrapper {
  margin-top: 0;
}

.header-content-wrapper.page-header-content-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.header-text1 {
  color: var(--text_color);
  background-color: #fffefe;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 60px;
}

.header-text1.page-header-text {
  text-align: center;
}

.header-text1.black-color {
  color: var(--midnight-black);
  margin-bottom: 0;
  font-size: 32px;
}

.primary-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.primary-text.page-subheading {
  clear: none;
  text-align: center;
  align-self: auto;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.primary-text.grey-color {
  color: var(--graphite-gray);
  font-weight: 500;
  line-height: 30px;
}

.primary-text.grey-color.metric-text {
  text-align: left;
}

.primary-text.grey-color.size-20-px {
  font-size: 20px;
  line-height: 34px;
}

.primary-text.grey-color.size-20-px.medium {
  font-weight: 600;
}

.primary-text.grey-color.size-20-px.bold {
  font-weight: 700;
}

.primary-text.grey-color.medium {
  font-weight: 600;
}

.primary-text.grey-color.bold {
  font-weight: 700;
}

.primary-text.grey-color.size-16-px {
  font-size: 16px;
}

.primary-text.black-color {
  color: var(--midnight-black);
  text-align: left;
  background-color: #ddd0;
  font-weight: 500;
}

.primary-text.black-color.centered-text {
  text-align: center;
}

.primary-text.car-specifcation {
  color: var(--midnight-black);
  font-size: 16px;
  font-weight: 400;
}

.primary-text.car-specifcation.specification {
  font-weight: 600;
}

.header-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-top: 220px;
  font-size: 14px;
  display: flex;
}

.header-text-wrapper.page-header-text-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.header-button-wrapper {
  margin-top: 20px;
}

.brand-span {
  color: var(--vibrant-tangerine);
}

.grid-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.grid-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metric-number {
  color: var(--text_color);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.title-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.footer-section-wrapper {
  background-color: var(--background-image);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.footer-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-top-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-style: none;
  border-width: 1px;
  border-color: black black var(--light-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-logo-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-newsletter {
  flex-flow: column;
  width: 25%;
  display: flex;
}

.footer-newsletter.fnws {
  display: none;
}

.footer-text {
  color: var(--light-slate-grey);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.newsletter-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-field {
  background-color: var(--soft-grey);
  height: 60px;
  color: var(--slate-gray);
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition: border-color .3s;
}

.form-field:focus {
  border: 1px solid var(--vibrant-tangerine);
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border: 1px solid var(--bold-tangerine);
  color: var(--midnight-black);
}

.form-field.text-area {
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 200px;
}

.social-media-links {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 100%;
  display: flex;
}

.image {
  width: 20px;
}

.image.tiktok {
  width: 18px;
}

.social-media {
  background-color: var(--cta_button);
  border-radius: 30px;
  padding: 8px;
  transition: all .2s;
}

.social-media:hover {
  transform: translate(0, -5px);
}

.footer-bottom-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px none var(--light-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-link {
  color: var(--light-slate-grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.footer-nav-link:hover {
  color: var(--bold-tangerine);
}

.footer-nav-link.w--current {
  color: var(--vibrant-tangerine);
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.copyright-info-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.footer-copyright-text {
  color: var(--light-slate-grey);
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.header-section {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/bg-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cars-collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cars-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.car-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border: 1px #0000001a;
  border-radius: 20px;
  flex-flow: column;
  width: 400px;
  min-width: 0;
  max-width: 450px;
  padding: 0 0 6px;
  display: flex;
}

.car-card.sp {
  width: 350px;
  height: 100%;
  padding-bottom: 0;
}

.car-card.carcardspecial {
  background-color: var(--back-card);
}

.car-image-wrapper {
  position: relative;
}

.car-details-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 20px 10px 10px;
  display: flex;
}

.listing-car-image {
  border-radius: 16px;
  width: 300px;
  height: auto;
}

.car-listing-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.listing-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.listing-price-wrapper.car-page-price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}

.currency-price-term {
  color: var(--slate-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.currency-price-term.car-page-currency-price-term {
  font-size: 20px;
}

.car-listing-price {
  color: var(--midnight-black);
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 700;
}

.car-listing-price.carr-page-price {
  font-size: 32px;
}

.car-listing-details-wrapper {
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 6px 20px;
  display: flex;
}

.car-listing-details-wrapper.car-page-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.car-listing-detail {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.car-listing-detail.car-page-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  padding: 6px 12px;
  box-shadow: 0 1px 6px #0003;
}

.listing-icon {
  width: 20px;
}

.listing-detail {
  color: var(--slate-gray);
  font-size: 12px;
  font-weight: 400;
}

.car-listing-year {
  background-color: var(--vibrant-tangerine);
  color: var(--white);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
}

.details-btn {
  background-color: var(--vibrant-tangerine);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.details-btn:hover {
  background-color: var(--bold-tangerine);
}

.filter-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px none var(--light-slate-grey);
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brand-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.filter-search-field {
  height: 50px;
  color: var(--midnight-black);
  background-color: #00000014;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.filter-search-field:focus-visible, .filter-search-field[data-wf-focus-visible] {
  border: 1px solid var(--midnight-black);
}

.filter-search-field::placeholder {
  color: var(--slate-gray);
}

.reset-button {
  color: var(--midnight-black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.applied-filters-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.empty-state-wrapper {
  background-color: var(--vibrant-tangerine);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.metric-number-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metric-plus-sign {
  color: var(--text_color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 30px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bg-white {
  background-color: var(--white);
  padding: 140px 40px 20px;
  position: static;
}

.section-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.section-heading.heading-center {
  font-weight: 700;
}

.section-heading.mm {
  margin-top: 20px;
}

.left-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.left-column.vertical-center-header-wrapper.about-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.images-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.car-image {
  border-radius: 15px;
}

.car-image.about-car-image {
  object-fit: cover;
  height: 100%;
}

.split-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.split-content-wrapper.contact-content-wrapper {
  grid-template-columns: 1fr 2fr;
}

.right-column.about-image-column {
  height: 100%;
}

.text-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.car-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.divider {
  border-bottom: 1px solid var(--light-slate-grey);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f500;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.feature-icon {
  width: 25px;
}

.car-specifications {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.specification-wrapper {
  background-color: var(--soft-grey);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.contact-method-wrapper {
  border: 1px none var(--light-slate-grey);
  border-radius: 20px;
  padding: 60px 50px;
  position: static;
  top: 20px;
  box-shadow: 0 3px 20px #0003;
}

.contact-method-wrapper.tablet-mobile-car-rental-info {
  width: 100%;
  margin-top: 20px;
  display: none;
  position: static;
}

.contact-method-wrapper.contact-form-wrapper {
  position: static;
}

.car-images-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.car-enquiry-form-block {
  margin-bottom: 0;
}

.enquiry-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.form-fields {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields.contact-form-fields {
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
}

.car-info-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--midnight-black);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.contact-link:hover {
  color: var(--vibrant-tangerine);
}

.contact-link-icon {
  width: 30px;
}

.form-success-message {
  background-color: var(--vibrant-tangerine);
  color: var(--white);
  border-radius: 5px;
  padding: 40px;
  font-size: 20px;
  line-height: 26px;
}

.form-error-message {
  color: var(--vibrant-tangerine);
  background-color: #ffdede00;
  margin-top: 20px;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
}

.location-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-listing-image-wrapper {
  text-decoration: none;
  position: relative;
}

.location-listing-image {
  filter: brightness(50%);
  border-radius: 20px;
  transition: filter .2s;
}

.location-listing-image:hover {
  filter: brightness(75%);
}

.location-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 25px 25px;
}

.location-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-center-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.location-image {
  border-radius: 15px;
}

.location-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.brands-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.icon-wrapper {
  background-color: var(--cta_button);
  border-radius: 50%;
  width: 100px;
  margin-bottom: 5px;
  padding: 20px;
}

.icon-wrapper.contact-icon-wrapper {
  background-color: var(--cta_button);
  width: 70px;
  margin-bottom: 0;
  padding: 18px;
}

.icon-wrapper.grey-bg {
  background-color: var(--light-slate-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper.centered-icon-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.small-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
}

.faq-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  outline-offset: 0px;
  border: 1px #000;
  border-bottom: 1px solid #00000026;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.field-label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.label-field-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.contact-form-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.style-guide-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.style-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-block {
  background-color: var(--vibrant-tangerine);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0 1px 6px #0003;
}

.color-block.black-color {
  background-color: var(--midnight-black);
}

.color-block.bold-tangerine-color {
  background-color: var(--bold-tangerine);
}

.color-block.slate-grey {
  background-color: var(--slate-gray);
}

.color-block.light-slate-grey {
  background-color: var(--light-slate-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver-cloud {
  background-color: var(--white);
}

.color-block.graphite-grey {
  background-color: var(--graphite-gray);
}

.color-block.tangerine-glow {
  background-color: var(--tangerine-glow);
}

.color-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styles-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styles-list.buttons-list {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  display: flex;
}

.text-style-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-styles {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.haeding-style {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
}

.haeding-style.size-20-px {
  font-size: 20px;
}

.haeding-style.size-18-px {
  font-size: 18px;
}

.haeding-style.size-16-px {
  font-size: 16px;
}

.haeding-style.size-32-px {
  font-size: 32px;
}

.haeding-style.size-24-px {
  font-size: 24px;
}

.amenities-icon-guide {
  width: 60px;
}

.link-text {
  color: var(--vibrant-tangerine);
  font-size: 18px;
  font-weight: 500;
}

.image-links-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-button {
  background-color: var(--tangerine-glow);
  color: var(--white);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.filters-items-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

.filter-dropdown-icon {
  color: var(--graphite-gray);
  font-size: 18px;
}

.dropdown {
  border: 1px solid #ff732600;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  transition: border .2s;
  box-shadow: 0 1px 6px #00000026;
}

.dropdown:hover, .dropdown:focus {
  border: 1px solid var(--vibrant-tangerine);
}

.dropdown-toggle {
  padding-right: 100px;
  display: flex;
}

.dropdown-toggle:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-width: 0;
  border-color: #000;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.enquiry-button-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.instruction-images-wrapper {
  margin-top: 20px;
}

.header-text {
  box-sizing: border-box;
  height: 60px;
  color: var(--white);
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 139px;
  font-weight: 400;
  display: block;
}

.bold-text {
  text-align: left;
}

.container {
  order: 1;
}

.cta-button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #8d00ff;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.cta-button-2:hover {
  color: #fff;
  background-color: #e65f00;
  transform: scale(.95);
}

.cta-button-2:active {
  background-color: #43464d;
}

.navbar-2 {
  z-index: 5;
  background-color: #fff;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1a1a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #e65f00;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #1a1a1a;
}

.faq-answer {
  color: var(--midnight-black);
  text-decoration: none;
}

.header-section-faq, .header-section-fleet {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/bg-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.code-embed {
  flex-flow: row;
  width: 100%;
  height: 630px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.splide {
  width: 100%;
  overflow: hidden;
}

.splide.slider1 {
  background-color: #f7f7f7;
  overflow: hidden;
}

.cap-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.cap-text.rotate {
  color: #ff6464;
  height: 70.25px;
  font-weight: 800;
}

.card-number {
  color: #347fff;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.item {
  opacity: .34;
  cursor: grab;
  flex: none;
  width: 33%;
  max-width: 500px;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  transform: scale(.9);
}

.item.slick-current {
  opacity: 1;
  transform: scale(1.2);
}

.list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px;
  transition: all .2s;
  box-shadow: 4px 4px 12px #0000001a;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.card-header {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 0;
  padding-bottom: 0;
  transition: color .4s cubic-bezier(.215, .61, .355, 1), height .4s ease-out, opacity .7s cubic-bezier(.77, 0, .175, 1);
  display: grid;
  overflow: hidden;
}

.wrapper {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial_title-wrapper {
  max-width: 50rem;
}

.profile_content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.customer-name {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.card_profile-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.drag-button {
  width: 9rem;
  height: 2rem;
  position: absolute;
}

.testimonial-card {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: #f6f6f6;
  border-radius: .5rem;
  flex-flow: column;
  width: 38rem;
  padding: 1.87rem;
  display: flex;
}

.testimonial_cards-wrapper {
  grid-column-gap: 1.87rem;
  grid-row-gap: 1.87rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial_wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.testimonial_slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial_text-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-large {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-t1, .left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon-t1 {
  position: absolute;
  inset: 10% auto auto 15%;
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 0;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.arrow {
  height: 25px;
  transform: rotate(0);
}

.slide-subwrapper-t1 {
  flex-direction: column;
  width: auto;
  max-width: 245px;
  height: auto;
  margin: 20px;
}

.quote-t1 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slide-nav-t1 {
  font-size: 11px;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-name-t1 {
  color: #3e88e9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.slider-mobile-portrait-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.arrow-copy {
  height: 60px;
  transform: rotate(0);
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.testimonials-t1 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  overflow: visible;
}

.testimonials-t8 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.slide-wrapper-t8 {
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin: 25px 25px 78px;
  padding: 30px 12px;
  display: flex;
  box-shadow: 5px 5px 20px #cecece;
}

.testimonials-wrapper-t8 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.mask-t8 {
  width: 300px;
  overflow: visible;
}

.slide-nav-t8 {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.right-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% 200px;
}

.quote-t8 {
  color: #777;
  text-align: center;
}

.slider-t8 {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.user-picture-t8 {
  border-radius: 100px;
  margin-top: 15px;
  box-shadow: 1px 1px 3px #bbb;
}

.left-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 200px 0% 0%;
}

.user-name-t8 {
  margin-top: 12px;
  font-weight: 700;
}

.review1_component-stars {
  color: #faa540;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.icon-3.is-tiny {
  height: 1.125rem;
}

.heading-2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #000;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-weight: 700;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.navbutton {
  cursor: pointer;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
  position: fixed;
  box-shadow: 3px 3px 7px #1e4c464d;
}

.menuicon {
  width: 40px;
  height: 40px;
  margin: 5px 15px;
}

.text-block {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  text-decoration: none;
}

.text-block.n0-10 {
  margin-top: 0;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 30px;
  display: flex;
}

.custom-code {
  opacity: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_menu {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav_logo {
  color: #fff;
  width: 8em;
  transition: width .4s;
}

.nav_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.nav_droplink {
  padding: 1em 1.5em;
  transition: all .3s;
}

.nav_droplink:hover {
  color: #7255ca;
}

.nav_link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
}

.nav_droplist {
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-clip: border-box;
  border: 2px solid #4b4b4b;
  border-radius: .5em;
  margin-top: .15em;
  padding: 1em;
  display: none;
  left: -1.5em;
  overflow: hidden;
  box-shadow: 3px 3px #4b4b4b;
}

.nav {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: 0;
}

.swipe-btn-v2 {
  cursor: pointer;
  background-color: #f5f5f7;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 263px;
  min-height: 44px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swipe-bg-v2 {
  background-color: #86868b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 100%)scale(1.1);
}

.swipe-text-v2 {
  color: #000;
  position: relative;
}

.swipe-btn-v3 {
  z-index: 2004px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1d1d1f;
  cursor: pointer;
  background-color: #662eff;
  border-radius: 100px;
  flex-flow: column;
  flex: 0 180px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  max-width: none;
  min-height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swipe-btn-v3:hover {
  background-color: #000;
}

.swipe-btn-v3.vqwertyuio {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
}

.swipe-btn-v3.vqwertyuio.dpl {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.swipe-btn-v3.vqwertyuio.oopl {
  flex-basis: 120px;
}

.swipe-bg-v1-4 {
  background-color: #dcf2f9;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.2)translate(-100%);
}

.swipe-text-v1 {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
}

.section-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-2 {
  margin-right: 10px;
  padding-right: 0;
}

.link-block {
  text-decoration: none;
  display: block;
}

.fs-cookie-popup {
  background-color: #faf7f2;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.fs-cookie-popup.fs-cc-banner {
  z-index: 99999;
  position: fixed;
}

.cookie-tag {
  color: #27313d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cookie-paragraph {
  color: #050505;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.button {
  background-color: #27313d;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button.accept {
  float: left;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button.deny {
  float: left;
  color: #27313d;
  text-align: center;
  background-color: #faf7f2;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button.deny:hover {
  color: #faf7f2;
  background-color: #27313d;
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.checkbox-label {
  display: none;
}

.link-privacy {
  color: #27313d;
  text-decoration: underline;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: #27313d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.fs-preferences-manager-wrapper {
  z-index: 2;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.privacy-title {
  color: #27313d;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.preferences-container {
  z-index: 99;
  background-color: #faf7f2;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.image-3 {
  transition: all .2s;
}

.consents-form {
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph.bold {
  color: #27313d;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.fs-manager-opener {
  z-index: 99999;
  cursor: pointer;
  background-color: #27313d;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.footer-section {
  display: block;
}

.specials-section {
  height: 100vh;
}

.pp-section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-3, .heading-4 {
  text-align: center;
}

.herosecction {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
}

.background-video {
  height: 100vh;
}

.overallcontainer {
  max-width: 1500px;
  margin-top: 220px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-5 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 59px;
  line-height: 60px;
}

.text-block-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-2 {
  max-width: 650px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scalebutton {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
}

.scalebutton.cpecialbutton {
  background-color: #000;
  border: 1px solid #fff;
}

.scalebutton.inhero {
  border: 1px solid #fff;
}

.div-block-4 {
  color: #662eff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.cars-section {
  background-color: #f8f8f8;
  padding: 40px 10px;
  display: block;
  overflow: visible;
}

.carscontainer {
  max-width: 1300px;
  position: static;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-3 {
  color: #6c6c6c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  max-width: 280px;
  padding: 10px 20px;
}

.heading-7 {
  color: #000;
}

.parent-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.parent-div.first {
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.image-4 {
  border-radius: 20px;
  width: 60%;
}

.image-4.fstimg {
  object-fit: cover;
  width: 400px;
  height: 100%;
}

.image-4.fstimg.mag {
  width: 290px;
  height: 0%;
}

.image-4.fstimg.kia-carn {
  height: 230px;
}

.image-4.fstimg.lambo {
  flex: 1;
  align-self: center;
  height: 220px;
}

.image-4.lrr {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 29vh;
}

.div-block-8 {
  flex: 0 auto;
  padding: 10px 20px 15px;
}

.div-block-8.spec {
  display: none;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  font-family: Thicccboi, sans-serif;
}

.heading-8.headspec {
  color: #fff;
}

.engine-seat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-5 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.image-5.seat {
  width: 18px;
}

.text-block-4 {
  line-height: 21px;
}

.text-block-4.tbspec {
  color: #fff;
}

.div-block-10 {
  margin-top: 5px;
}

.heading-9 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-9.pricspec {
  color: #fff;
}

.text-span {
  font-size: 18px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-11 {
  margin-top: 40px;
}

.container-2 {
  max-width: 1300px;
  margin-top: 60px;
}

.div-block-12, .div-block-13, .div-block-14, .div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.specials {
  background-color: #000;
  height: auto;
  padding: 100px 40px;
  display: block;
}

.container-3 {
  max-width: 1300px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-10 {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
}

.text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.testimonialscont {
  max-width: 1500px;
}

.heading-11 {
  text-align: center;
}

.parentdiv {
  margin-top: 40px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.cars-track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transition: transform .2s;
  display: flex;
}

.carcard {
  border: 1px solid #333;
  border-radius: 20px;
  min-width: 500px;
  padding: 10px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-left, .arrow-right {
  width: 40px;
  padding: 10px;
}

.div-block-19 {
  display: flex;
}

.car-track {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.image-6 {
  width: 250px;
  min-width: 250px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.image-6.benz {
  width: 220px;
  min-width: 0;
  max-width: none;
  margin-top: 20px;
}

.image-6.lexus {
  width: 205px;
  min-width: 200px;
}

.image-6.bmw {
  width: 150px;
  min-width: 100px;
}

.image-6.infiniti {
  width: 190px;
  min-width: 150px;
}

.image-6.ford {
  object-fit: contain;
  width: 250px;
  height: 155px;
}

.image-6.nissan {
  width: 215px;
  min-width: 200px;
}

.image-6.lambo {
  width: 200px;
  min-width: 200px;
}

.di {
  display: none;
}

.container-4 {
  max-width: 1500px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-image-portrait.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 58px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cars-we-offer {
  background-color: #fff0;
  height: 700px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.cars-we-offer.sl-sp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  max-width: 450px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.mask-2.msk-sp {
  max-width: 400px;
}

.mercedes-amg-gt43, .audi-rs3 {
  height: auto;
}

.left-arrow {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  left: 1px;
}

.right-arrow {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.browse-by-brand {
  background-color: #fff0;
  height: 22rem;
  overflow: hidden;
}

.div-block-21 {
  background-color: #fff;
  border: 10px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.div-block-21.tesladiv {
  display: none;
}

.div-block-21.cooper {
  height: 210px;
}

.mask-3 {
  max-width: 325px;
  overflow: visible;
}

.left-arrow-2, .right-arrow-2 {
  color: #000;
}

.section-7 {
  background-color: #000;
  height: auto;
  padding: 60px 40px;
}

.container-5 {
  max-width: 1300px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Thicccboi, sans-serif;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  font-size: 16px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.button-3 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
}

.section-8 {
  color: #000;
  background-color: #000;
  height: auto;
  padding-top: 220px;
}

.container-6 {
  max-width: 1250px;
}

.image-7 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.specs-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.spec-card-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #2a2a2a;
  border: 1px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rent-now-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  display: flex;
}

.button-4 {
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.button-4:hover {
  background-color: #2a2a2a;
}

.hero {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
}

.product-image {
  border-radius: 20px;
  width: 100%;
}

.container-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1250px;
}

.container-8 {
  max-width: 1px;
}

.image-8 {
  border-radius: 20px;
  width: 100%;
}

.container-9 {
  max-width: 1250px;
  padding-top: 20px;
}

.image-9 {
  border-radius: 20px;
  width: 100%;
}

.container-10 {
  max-width: 1250px;
  padding-top: 140px;
}

.section-9 {
  background-color: #000;
  padding-top: 140px;
}

.container-11 {
  max-width: 1250px;
}

.image-10 {
  border-radius: 20px;
  width: 100%;
}

.section-10 {
  background-color: #000;
  padding-top: 140px;
}

.container-12 {
  max-width: 1250px;
}

.image-11 {
  border-radius: 20px;
  width: 100%;
}

.container-13 {
  max-width: 1250px;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-11 {
  padding: 140px 20px;
}

.express-container {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-12 {
  border-radius: 20px;
  width: 100%;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-16 {
  margin-top: 0;
}

.button-5 {
  text-align: center;
  background-color: #900;
  border-radius: 20px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25px;
}

._140-top-and-bottom-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

._140-top-and-bottom-section.cons {
  background-color: #000;
}

._140-top-and-bottom-section._w-140px-bottom {
  padding-bottom: 0;
}

.div-block-27, .div-block-28 {
  margin-bottom: 20px;
}

.heading-17, .heading-18, .heading-19 {
  text-align: center;
}

.type-divs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-30, .div-block-31, .div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-3 {
  background-color: #ddd0;
  overflow: hidden;
}

.mask-4 {
  max-width: 320px;
  overflow: visible;
}

.icon-4, .icon-5 {
  color: #000;
}

.paragraph-2 {
  max-width: 300px;
}

.paragraph-3 {
  color: #fff;
  max-width: 300px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-20 {
  color: #fff;
  margin-bottom: 40px;
}

.link-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  text-decoration: none;
}

.icon-6 {
  inset: 0% auto 0% 0%;
}

.bmw {
  border-radius: 20px;
}

.mercedes {
  margin-right: 0;
}

.div-block-33 {
  overflow: hidden;
}

.heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
  font-family: Thicccboi, sans-serif;
}

.arrow-icon {
  color: #000;
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto 0;
  padding: 0 0;
  font-size: 20px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.arrow-icon.right {
  color: #000;
  background-color: #0000;
  margin-left: 40px;
}

.arrow-icon.brandarrow {
  top: 0%;
}

.arrow-icon.otcs {
  left: -15%;
}

.text-block-9 {
  color: #000;
  font-family: Thicccboi, sans-serif;
}

.slide-nav {
  font-size: 7px;
}

.div-block-34 {
  background-image: url('../images/Mercedes-AMG-GTR.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 215px;
}

.slide-nav-2, .slide-nav-3, .slide-nav-4 {
  font-size: 7px;
}

.link-block-2 {
  background-image: url('../images/Mercedes-Benz-AMG-GLE-53.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  height: 100%;
}

.link-block-2.sec {
  background-image: url('../images/Mercedes-GLC-2024-AMG-Package-White.jpeg');
  background-position: 50%;
  background-size: cover;
}

.link-block-2.thi {
  background-image: url('../images/Porsche-Boxter-Convertible-2024.jpg');
  background-size: cover;
}

.link-block-2.fou {
  background-image: url('../images/Chevrolet-Corvette-Convertible-2021.jpg');
}

.link-block-2.fib {
  background-image: url('../images/Mercedes-AMG-GTR.jpg');
}

.link-block-2.speclinkbl {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.specials-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lamborghini-urus.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 395px;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.specials-div.n2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/BMW-Z4.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.specials-div.n3 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Porsche-Boxter-Convertible-2024.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.specials-div.n4 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Chevrolet-Corvette-Convertible-2021.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.specials-div.n5 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Mercedes-AMG-GTR.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-35.inspecdiv {
  display: none;
}

.heading-28 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 35px;
}

.text-block-10 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.specials-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem;
  font-family: Thicccboi, sans-serif;
  font-size: 25px;
}

.specials-button:hover {
  background-color: #000;
  border-color: #000;
}

.heading-29 {
  color: #000;
  font-family: Thicccboi, sans-serif;
}

.image-14 {
  width: 100%;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-38 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Chevrolet-C8-Convertible.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.image-15 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.heading-30 {
  color: #fff;
  font-size: 65px;
  line-height: 68px;
}

.paragraph-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.special-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #662eff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 1rem 1.5rem;
  display: none;
}

.heading-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.carcards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  color: #000;
}

.text-block-11.textspec {
  color: #fff;
}

.text-block-12 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block-12.inspeck {
  color: #fff;
}

.section-13 {
  height: 100vh;
}

.div-block-39 {
  position: relative;
}

.div-block-40 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-41 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-4 {
  padding-left: 100px;
  padding-right: 100px;
}

.mask-5 {
  max-width: 330px;
}

.specs-div {
  flex-flow: row;
}

.div-of-specs {
  flex-flow: column;
  display: flex;
}

.oga-car-card {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.oga-car-card.teslaslide {
  display: none;
}

.binspeck, .heading-32, .car-name {
  color: #fff;
}

.cms-test-blocks, .text-block-14, .text-block-15 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.section-14 {
  background-color: #000;
}

.heading-34, .heading-35, .heading-36 {
  color: #fff;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.heading-37 {
  color: #fff;
}

.text-block-17 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.heading-38 {
  color: #fff;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.image-16 {
  background-color: #662eff;
  border-radius: 10px;
  width: 80px;
  padding: .5rem;
}

.div-block-42 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-45 {
  margin-bottom: 40px;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-17 {
  width: 20px;
}

.container-15 {
  max-width: 1100px;
}

.section-15 {
  padding: 140px 20px 100px;
}

.product-price-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-39 {
  color: #fff;
}

.heading-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46, .heading-47 {
  color: #fff;
}

.heading-48 {
  color: #fff;
  text-align: center;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.consignment-div {
  padding: 20px;
}

.consignment-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-49 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.text-block-19 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.heading-50 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.image-18 {
  width: 40px;
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 55px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.radio-button-label {
  color: #d5d5d5;
  font-size: 16px;
  line-height: 23px;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.consignment-form-submit-button {
  background-color: #662eff;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.popup-overlay {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #dd55dd03;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.popup-box {
  opacity: 1;
  background-color: #000;
  border-radius: 20px;
  max-width: 1000px;
  padding: 1rem 2rem 2rem;
}

.pop-up-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.radio-button-label-2 {
  color: #d5d5d5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-19 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.radio-button-field {
  margin-bottom: 0;
}

.div-block-52 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-20 {
  cursor: pointer;
  background-color: #662eff;
  width: 30px;
}

.div-block-53 {
  line-height: 50px;
}

.heading-52 {
  color: #fff;
  text-align: center;
}

.text-span-3 {
  font-size: 18px;
}

.text-block-22 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link {
  color: #fff;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  display: block;
}

.dropdowndiv {
  border-bottom: 1px solid #d5d5d5;
}

.dropdowndiv.teslalink {
  display: none;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  color: #fff;
}

.div-block-54 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 40px;
}

.icon-7 {
  color: #fff;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-55 {
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-56 {
  margin-bottom: 20px;
}

.overall-dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68 {
  margin-top: 40px;
}

.gallery-wrapper {
  background-color: #000;
  height: 100vh;
}

.lightbox-wrapper {
  margin-top: 20px;
}

.chatbot-wrapper {
  z-index: 999999;
  position: fixed;
  inset: auto 0% 0%;
}

.popup-form {
  display: none;
}

.image-21 {
  width: 100%;
}

.div-block-70 {
  padding-top: 20px;
}

.heading-53 {
  color: #fff;
  text-align: center;
}

.div-block-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 100%;
}

.heading-54 {
  color: #fff;
}

.div-block-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-23 {
  width: 100%;
}

.heading-55 {
  color: #fff;
}

.div-block-73 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-24 {
  width: 100%;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-56 {
  color: #fff;
}

.image-25 {
  width: 100%;
}

.heading-57 {
  color: #fff;
}

.image-26 {
  width: 100%;
}

.heading-58 {
  color: #fff;
}

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calendar-code {
  width: 100%;
  margin-top: 20px;
}

.calendar-wrapper-div {
  width: 100%;
  display: none;
}

.code-embed-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-block {
  width: 100%;
}

.facebook-bot-wrapper {
  position: fixed;
  inset: 0% 0% 0% auto;
}

.slide-nav-5 {
  display: none;
}

.home-services-right-arrow {
  color: #1f2432;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  font-size: 23px;
  transition: transform .3s, box-shadow .3s, color .3s, background-color .3s;
  display: flex;
  inset: -115px 0 auto auto;
  overflow: hidden;
  box-shadow: 0 5px 20px #1f24321f;
}

.home-services-right-arrow:hover {
  color: #fff;
  background-color: #1f2432;
  transform: scale(.96);
  box-shadow: 0 0 #1f24321f;
}

.section-16 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-16.home-services {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-secondary {
  color: #1f2432;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f5f7fa;
  border-radius: 1000px;
  padding: 24px 40px;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
}

.button-secondary:hover {
  color: #1f2432;
  background-color: #d3d8e4;
  transform: scale3d(.96, .96, 1.01);
}

.button-secondary._2-buttons-button {
  margin-bottom: 20px;
  display: inline-block;
}

.card-service-arrow {
  color: #1f2432;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-top: auto;
  margin-left: auto;
  font-size: 23px;
  display: flex;
  box-shadow: 0 6px 20px #1f24321f;
}

.home-services-left-arrow {
  color: #1f2432;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  font-size: 23px;
  transition: transform .3s, color .3s, background-color .3s, box-shadow .3s;
  display: flex;
  inset: -115px 80px auto auto;
  overflow: hidden;
  box-shadow: 0 5px 20px #1f24321f;
}

.home-services-left-arrow:hover {
  color: #fff;
  background-color: #1f2432;
  transform: scale(.96);
  box-shadow: 0 0 #1f24321f;
}

.card-service-contact {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-2 {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 9px #1f243205, 0 24px 38px #1f24320d;
}

.card-2.service {
  height: 100%;
  box-shadow: none;
  color: #6d768d;
  background-color: #0000;
  flex-direction: column;
  padding: 54px 40px 56px;
  text-decoration: none;
  display: flex;
}

.card-2.service:hover {
  color: #6d768d;
}

.card-2.service.bg-neutral-200 {
  background-color: #f5f7fa;
}

._2-buttons {
  margin-bottom: -20px;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1f2432;
  border-radius: 1000px;
  padding: 24px 40px;
  font-weight: 600;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #2662fa;
  transform: scale3d(.96, .96, 1.01);
}

.button-primary._2-buttons-button {
  margin-bottom: 20px;
  margin-right: 28px;
}

.paragraph-5.card-service {
  margin-bottom: 40px;
}

.title.home-services {
  margin-bottom: 58px;
}

.tilte {
  background-color: #ff414c;
  width: 80px;
  height: 4px;
}

.tilte.blue {
  background-color: #2662fa;
}

.tilte.yellow {
  background-color: #ffd233;
}

.tilte.violet {
  background-color: #a926fa;
}

.tilte.purple {
  background-color: #6255f7;
}

.tilte.magenta {
  background-color: #fa267f;
}

.home-services-slider {
  background-color: #0000;
  height: 100%;
  margin-bottom: 49px;
  overflow: visible;
}

.home-services-mask {
  max-width: 432px;
  overflow: visible;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.slide-nav-6 {
  top: auto;
}

.image-27 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-28 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-27 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-29 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-28 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-30 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-29 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-31 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-30 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-32 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-31 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-33 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-32 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-34 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-33 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-35 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-34 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-36 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-35 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-37 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-36 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-38 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-37 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-39 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-38 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-40 {
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.text-block-39 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.lambo-collection {
  padding-top: 20px;
}

.image-of-car {
  width: 100%;
}

.div-block-76, .no-display-div {
  display: none;
}

.new-additions-slider {
  background-color: #0000;
  height: 700px;
}

.new-addition-slide-nav {
  font-size: 10px;
}

.s-d {
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
}

.button-6 {
  align-self: center;
  max-width: 0;
  max-height: 0;
  padding: 0;
  display: block;
  position: static;
  bottom: 30px;
  left: 25px;
  right: 30px;
}

.container-16 {
  max-width: 1210px;
}

.bold-text-2, .heading-59 {
  text-align: center;
}

.paragraph-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bold-text-3, .heading-60 {
  text-align: center;
}

.paragraph-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph-8 {
  text-align: left;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.cell {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
}

.image-41, .image-42, .image-43 {
  border-radius: 20px;
  box-shadow: 20px 20px 5px #0003;
}

.black-background-div {
  background-color: #000;
  height: auto;
  padding-top: 3em;
  padding-bottom: 5em;
}

.hero-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-grid-crd {
  border-radius: 60px;
}

.hero-h1 {
  max-width: 420px;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-h1.without-max-width {
  max-width: none;
}

.blue-text-span {
  color: var(--text_color);
}

.amex-hero-image {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.white-text-block {
  color: var(--soft-grey);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.white-text-block.centralized {
  text-align: center;
}

.how-it-works-section {
  background-image: radial-gradient(circle, #161616d9, #000);
  padding-top: 3em;
  padding-bottom: 3em;
}

.centralized-div {
  border-bottom: 1px solid #3b3b3b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.text-span-4 {
  text-align: left;
}

.cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.cards-grid._4rows {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.cards {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  display: flex;
}

.white-tick-image {
  width: 45px;
}

.considerations-section {
  background-color: #000;
  padding-top: 3em;
  padding-bottom: 3em;
}

.white-text-link {
  color: var(--light-slate-grey);
  text-decoration: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  background-color: var(--text_color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left {
  background-color: var(--back-card);
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  margin-top: 100px;
  padding: 100px 30px 80px;
  position: relative;
}

.rich-text-block {
  color: var(--slate-gray);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.image-44 {
  text-align: center;
  vertical-align: middle;
  width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
}

.video {
  margin-top: 0;
}

.image-45 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-17 {
  background-color: var(--soft-grey);
}

.heading-61 {
  color: var(--white);
  font-size: 44px;
  line-height: 46px;
}

.text-block-40 {
  color: var(--light-slate-grey);
}

.dropdown-toggle-3 {
  border: 1px solid #0000;
  border-radius: 1px;
  padding-top: 0;
  padding-bottom: 10px;
}

.icon-8 {
  margin-top: 24px;
  margin-left: 20px;
  padding-left: 20px;
}

.heading-62 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.bold-text-4 {
  color: var(--back-card);
}

.container-20 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.dropdown-list-2, .dropdown-list-3, .dropdown-list-4, .dropdown-list-5, .dropdown-list-6, .dropdown-list-7, .dropdown-list-8, .dropdown-list-9 {
  background-color: var(--soft-grey);
}

.collection-list-wrapper {
  width: 100%;
}

.image-46 {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.div-block-77 {
  border: 1px solid var(--slate-gray);
  background-color: var(--back-card);
  height: 350px;
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--text_color);
  text-decoration-color: var(--text_color);
}

.section-18 {
  background-color: var(--background-image);
  padding-top: 200px;
}

.heading-63 {
  color: var(--soft-grey);
  text-align: center;
  margin-bottom: 40px;
}

.heading-64 {
  color: var(--light-slate-grey);
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}

.text-block-41 {
  color: var(--slate-gray);
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
}

.collection-list-2 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--midnight-black);
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px 24px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding: 0;
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 15px;
  }

  .nav-dropdown {
    position: relative;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: static;
  }

  .nav-dropdown-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-dropdown-icon {
    margin-left: 0;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    border-color: #000;
    border-radius: 0;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--midnight-black);
    padding: 20px 0;
    left: auto;
  }

  .nav-dropdown-list.pages-dropdown-list {
    border-style: none;
    border-color: #000;
  }

  .nav-dropdown-list.pages-dropdown-list.w--open {
    background-color: #0000;
    position: static;
    left: auto;
  }

  .nav-dropdown-link {
    color: var(--light-slate-grey);
  }

  .cta-button {
    margin-top: 0;
  }

  .menu-button {
    background-color: #fff0;
    padding: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-list-item {
    margin-left: 0;
  }

  .icon {
    color: var(--white);
    font-size: 40px;
    display: none;
  }

  .cta-button-wrapper {
    margin-top: 5px;
  }

  .nav-dropdown-heading {
    color: var(--white);
  }

  .hamburger-menu-lottie {
    width: 50px;
    height: 50px;
    transform: scale(2);
  }

  .header-text-wrapper {
    width: 500px;
  }

  .grid-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .grid-item-wrapper {
    width: 40%;
  }

  .grid-item-wrapper.password-field {
    width: auto;
  }

  .title-small {
    text-align: center;
  }

  .footer-top-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-logo-social, .footer-newsletter {
    width: 45%;
  }

  .footer-bottom-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .cars-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .listing-car-image {
    width: 100%;
    height: auto;
  }

  .car-listing-details-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .car-listing-details-wrapper.car-page-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .applied-filters-wrapper {
    padding: 30px;
  }

  .left-column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .images-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .split-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .split-content-wrapper.contact-content-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-method-wrapper {
    display: none;
  }

  .contact-method-wrapper.tablet-mobile-car-rental-info {
    display: block;
    position: static;
  }

  .contact-method-wrapper.contact-form-wrapper {
    display: block;
  }

  .car-images-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .location-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .location-header {
    grid-template-columns: 1fr;
  }

  .vertical-center-header-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .styles-list {
    flex-flow: wrap;
  }

  .filters-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    padding-right: 60px;
  }

  .hamburger-menu-lottie-2 {
    width: 50px;
    height: 50px;
    transform: scale(2);
  }

  .cta-button-2 {
    margin-top: 0;
  }

  .icon-2 {
    color: #fff;
    font-size: 40px;
    display: none;
  }

  .nav-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #1a1a1a;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px 24px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding: 0;
    font-size: 18px;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .nav_menu {
    -webkit-text-fill-color: inherit;
    background-color: #3b3b3b;
    background-clip: padding-box;
    width: 100%;
    height: 100vh;
  }

  .nav_menu-mobile-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -5.9em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .nav_drop {
    width: 100%;
  }

  .nav_logo {
    width: 6em;
  }

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

  .nav_droplink {
    color: #d4d4d4;
    text-align: center;
    font-size: 2em;
  }

  .nav_ham {
    width: 1em;
  }

  .nav_link {
    justify-content: center;
    width: 100%;
    padding: 1.6em;
    font-size: 2em;
    transition: all .2s;
    display: flex;
  }

  .nav_link:hover {
    color: #fff;
  }

  .nav_ham-wrap {
    justify-content: flex-end;
    padding: .5em;
  }

  .nav_ham-wrap.w--open {
    background-color: #c8c8c800;
  }

  .nav_droplist {
    background-color: #494949;
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    display: none;
    position: relative;
    left: auto;
  }

  .nav {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .swipe-btn-v3.vqwertyuio {
    display: none;
  }

  .swipe-btn-v3.vqwertyuio.dpl {
    flex-basis: 189px;
    display: block;
  }

  .swipe-btn-v3.vqwertyuio.oopl {
    flex-basis: 140px;
    display: flex;
  }

  .swipe-text-v1 {
    font-size: 18px;
    top: -11px;
  }

  .section-5 {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10px;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .express-container {
    max-width: 750px;
  }

  .div-block-44 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-17 {
    position: relative;
    top: 12px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-54 {
    flex-flow: column;
  }

  .home-services-right-arrow {
    top: -103px;
    left: 80px;
    right: auto;
  }

  .section-16 {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .home-services-left-arrow {
    top: -103px;
    left: 0;
    right: auto;
  }

  .paragraph-5.card-service {
    margin-bottom: 40px;
  }

  .title.home-services {
    margin-bottom: 140px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-17 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-18, .container-19 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-dropdown {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.w--open {
    left: auto;
  }

  .nav-dropdown-list.pages-dropdown-list {
    background-color: #0000;
  }

  .nav-dropdown-list.pages-dropdown-list.w--open {
    flex-flow: column;
  }

  .content-wrapper {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-section-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .header-text1 {
    margin-left: 0;
    padding-left: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .header-text1.page-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .header-text1.black-color {
    box-sizing: border-box;
    float: left;
    object-fit: scale-down;
    margin: 220px 0 20px 20px;
    padding-top: 20px;
    font-size: 30px;
    display: block;
    position: static;
    overflow: visible;
  }

  .primary-text.grey-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-text-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-section-wrapper {
    padding-left: 20px;
  }

  .footer-top-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo-social {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
  }

  .footer-bottom-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-section {
    background-image: linear-gradient(#00000080 100%, #fff), url('../images/bg-image-portrait.jpg');
  }

  .applied-filters-wrapper {
    padding: 40px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 28px;
  }

  .left-column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .images-list, .car-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-fields {
    grid-template-columns: 1fr;
  }

  .location-header {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .location-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/la.jpeg');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .vertical-center-header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: auto;
  }

  .styles-list.buttons-list {
    flex-flow: column;
  }

  .haeding-style {
    font-size: 40px;
  }

  .image-links-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .filters-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 4px;
    display: grid;
  }

  .header-text {
    align-self: flex-start;
    margin-bottom: 20px;
    line-height: 44px;
  }

  .navbar-2 {
    max-width: 100%;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .header-section-faq, .header-section-fleet {
    background-image: linear-gradient(#00000080 100%, #fff), url('../images/bg-image-portrait.jpg');
  }

  .left-arrow-t1 {
    inset: 0% auto 0% 0%;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .arrow {
    height: 35px;
  }

  .slide-subwrapper-t1 {
    width: 50%;
  }

  .right-arrow-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .right-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .arrow-copy {
    height: 35px;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials-t1 {
    padding: 40px 10px;
  }

  .slider-t1 {
    display: none;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .testimonials-t8 {
    padding: 40px 10px;
  }

  .swipe-btn-v3 {
    min-height: 45px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }

  .heading-4 {
    font-size: 25px;
  }

  .overallcontainer {
    max-width: 500px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .div-block-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .container-7, .container-10, .container-11, .container-12, .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .type-divs {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
  }

  .heading-31 {
    font-size: 25px;
  }

  .carcards {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-47 {
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    justify-content: center;
    align-items: center;
  }

  .consignment-grid {
    grid-template-columns: 1fr;
  }

  .text-field {
    height: 40px;
    font-size: 15px;
  }

  .popup-overlay {
    padding: 3rem;
  }

  .popup-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-51 {
    font-size: 20px;
  }

  .text-block-21, .radio-button-label-2 {
    font-size: 15px;
  }

  .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-of-lb {
    margin-bottom: 20px;
  }

  .div-block-69 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    grid-template-columns: 1fr;
  }

  .home-services-right-arrow {
    top: -95px;
  }

  .section-16 {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .home-services-left-arrow {
    top: -95px;
  }

  .card-2.service {
    padding: 45px 33px 47px;
  }

  .paragraph-5.card-service {
    max-width: 523px;
    margin-bottom: 35px;
  }

  .title.home-services {
    margin-bottom: 120px;
  }

  .title.card-service {
    max-width: 523px;
  }

  .home-services-slider {
    margin-bottom: 45px;
  }

  .hero-div-block {
    grid-template-columns: 1fr;
  }

  .team-slider, .hero-stack, .hero-stack-2, .hero-heading-right, .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu-wrapper {
    background-color: #000;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--midnight-black);
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link.w--current {
    background-color: #0000;
    font-size: 14px;
  }

  .nav-dropdown-toggle {
    padding-right: 0;
    position: static;
  }

  .nav-dropdown-icon {
    font-size: 20px;
  }

  .nav-dropdown-list.w--open {
    left: auto;
  }

  .nav-dropdown-link {
    font-size: 18px;
    font-weight: 600;
  }

  .cta-button {
    margin-left: 0;
  }

  .menu-button {
    margin-right: 10px;
    padding-right: 0;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 150px;
  }

  .nav-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hamburger-menu-lottie {
    background-color: var(--cta_button);
  }

  .utility-page-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-text1 {
    background-color: var(--white);
  }

  .header-text1.page-header-text {
    font-size: 32px;
    line-height: 42px;
  }

  .header-text1.black-color {
    margin-top: 40px;
    font-size: 20px;
  }

  .primary-text.grey-color.metric-text {
    padding-left: 0;
  }

  .header-text-wrapper {
    width: 100%;
    padding-top: 163px;
  }

  .grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-item-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title-small {
    text-align: left;
    line-height: 30px;
  }

  .footer-top-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
  }

  .header-section {
    background-image: linear-gradient(#00000080 100%, #fff), url('../images/bg-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cars-collection-list {
    grid-template-columns: 1fr;
  }

  .car-card {
    width: 350px;
    margin-right: 0;
  }

  .car-card.sp {
    width: 260px;
  }

  .details-btn {
    background-color: var(--cta_button);
  }

  .applied-filters-wrapper {
    padding: 30px;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 20px 20px 40px;
    display: block;
  }

  .section.bg-white {
    padding: 20px 0 10px;
  }

  .section-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .section-heading {
    padding-left: 10px;
    font-size: 24px;
  }

  .section-heading.heading-center {
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    display: flex;
  }

  .left-column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .images-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .car-image {
    border-radius: 10px;
  }

  .contact-method-wrapper {
    padding: 50px 30px;
  }

  .car-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-fields {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-fields.contact-form-fields {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .car-info-heading {
    font-size: 24px;
  }

  .features-wrapper {
    grid-template-columns: 1fr;
  }

  .location-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .location-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    display: grid;
  }

  .location-name-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    font-size: 16px;
  }

  .contact-form-bottom-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    align-items: stretch;
  }

  .style-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .styles-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .styles-list.buttons-list {
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-list, .text-styles {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .haeding-style {
    font-size: 32px;
  }

  .haeding-style.size-32-px {
    font-size: 30px;
  }

  .image-links-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .filters-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-text {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 100px;
    font-size: 30vw;
    line-height: 44vw;
    display: flex;
  }

  .hamburger-menu-lottie-2 {
    background-color: #8d00ff;
  }

  .nav-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-2 {
    font-size: 20px;
    font-weight: 600;
  }

  .nav-link-2.w--current {
    background-color: #0000;
  }

  .header-section-faq, .header-section-fleet {
    background-image: linear-gradient(#00000080 100%, #fff), url('../images/about-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .code-embed {
    display: flex;
  }

  .arrow {
    height: 45px;
  }

  .slide-subwrapper-t1 {
    width: 350px;
    max-width: 400px;
    margin-top: 0;
  }

  .quote-t1 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-mobile-landscape-t1, .slider-mobile-portrait-t1 {
    display: none;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow-copy {
    height: 45px;
  }

  .testimonials-t1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .testimonials-t8 {
    width: 100%;
  }

  .review1_component-stars {
    justify-content: center;
    margin-top: 10px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .whatsapp-container {
    width: 50px;
    height: 50px;
    color: var(--cta_button);
    background-color: #8d00ff;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .section-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .whatsapp-container-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .navbutton {
    -webkit-text-fill-color: inherit;
    background-color: #18c546;
    background-clip: border-box;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .menuicon {
    background-color: #0000;
  }

  .nav_wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav_droplink {
    font-size: 1.2em;
  }

  .nav_link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.2em;
  }

  .swipe-btn-v3 {
    display: none;
  }

  .swipe-btn-v3.vqwertyuio {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .swipe-btn-v3.vqwertyuio.dpl {
    flex-basis: 30px;
    width: 100%;
    min-height: 45px;
  }

  .swipe-text-v1 {
    font-size: 13px;
  }

  .section-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-5.ofcall {
    top: 19px;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .cookie-paragraph {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button.accept, .button.deny, .preferences-link {
    margin-right: 0;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    overflow: scroll;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .preferences-container {
    padding: 15px;
  }

  .overallcontainer {
    max-width: 300px;
  }

  .carscontainer {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .image-4.fstimg {
    width: 320px;
    max-width: 450px;
    margin-right: 0;
  }

  .engine-seat {
    flex-flow: row;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .specials, .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cars-we-offer {
    width: 360px;
    height: 600px;
  }

  .mask-2 {
    width: 360px;
    max-width: 450px;
  }

  .mask-2.msk-sp {
    max-width: 400px;
  }

  .browse-by-brand {
    min-width: 360px;
    height: 15rem;
  }

  .div-block-21 {
    width: 350px;
    max-width: 375px;
  }

  .mask-3 {
    width: 360px;
    max-width: 375px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .express-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-3 {
    min-width: 360px;
    height: 23rem;
    min-height: 15rem;
  }

  .mask-4 {
    width: 360px;
    max-width: 400px;
  }

  .div-block-34 {
    width: 320px;
    height: 180px;
  }

  .specials-div {
    width: 350px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .div-block-38 {
    height: 300px;
    padding-bottom: 10px;
  }

  .heading-31 {
    font-size: 18px;
    line-height: 28px;
  }

  .carcards {
    margin-top: 20px;
  }

  .oga-car-card {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-44 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-17 {
    font-size: 10px;
    top: -11px;
  }

  .consignment-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    height: 35px;
  }

  .consignment-form-submit-button {
    width: 90%;
    height: auto;
    padding-bottom: 0;
    font-size: 15px;
  }

  .heading-51 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .div-block-54 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-2 {
    margin-left: 0;
  }

  .home-services-right-arrow {
    top: -90px;
  }

  .section-16 {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .home-services-left-arrow {
    top: -90px;
  }

  .card-2.service {
    padding: 38px 25px 39px;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-primary._2-buttons-button {
    margin-right: 0;
  }

  .paragraph-5.card-service {
    margin-bottom: 30px;
  }

  .title.home-services {
    margin-bottom: 110px;
  }

  .home-services-slider {
    margin-bottom: 40px;
  }

  .home-services-mask {
    max-width: 100%;
  }

  .flex-vc {
    align-items: stretch;
  }

  .hero-h1 {
    text-align: left;
    max-width: none;
  }

  .cards-grid, .cards-grid._4rows {
    grid-template-columns: 1fr;
  }

  .container-17 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-18, .container-19 {
    max-width: none;
  }
}

#Message.w-node-_3b8c752b-da0a-be5e-ae0e-07796704572b-8a2da49d, #w-node-_09b094fb-9274-84b8-f8bd-42975857054b-8a2da49d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0067648-4022-36af-13f1-02c0313955ae-8a2da49f, #w-node-_1d32cacc-1085-857b-aead-49873ab65072-8a2da49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abfc0ec7-e6aa-e44c-ceba-e630ffc1c237-72e5b58f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-abfc0ec7-e6aa-e44c-ceba-e630ffc1c239-72e5b58f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-abfc0ec7-e6aa-e44c-ceba-e630ffc1c23b-72e5b58f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_9ef5678c-701c-ee48-96b8-979a469933c2-72e5b58f, #w-node-_9ef5678c-701c-ee48-96b8-979a469933cc-72e5b58f, #w-node-_9ef5678c-701c-ee48-96b8-979a469933d6-72e5b58f, #w-node-_9ef5678c-701c-ee48-96b8-979a469933e0-72e5b58f {
  place-self: center end;
}

#w-node-_920de0df-0751-c26f-9382-41e649325e9f-0058c0d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2c667e3-a71a-fbc6-f99e-3731c979c761-0058c0d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2c667e3-a71a-fbc6-f99e-3731c979c763-0058c0d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b2c667e3-a71a-fbc6-f99e-3731c979c765-0058c0d3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_8b6520d6-dce3-2df1-728d-70d7ff1502b2-0058c0d3, #w-node-_8b6520d6-dce3-2df1-728d-70d7ff1502bc-0058c0d3, #w-node-_8b6520d6-dce3-2df1-728d-70d7ff1502c6-0058c0d3, #w-node-_8b6520d6-dce3-2df1-728d-70d7ff1502d0-0058c0d3 {
  place-self: center end;
}

#w-node-de0451c0-4202-0ea8-cd75-264bd0a4f15c-5d6f29d2, #w-node-eb59f042-3c4b-68b7-bf11-041c66c55977-41602578, #w-node-_6fb9a515-4e43-c43b-9934-694e85f9ce72-011d9b7c, #w-node-_0a71eafe-05bc-f76f-c510-0fb7c705cdd4-fa9b76f2, #w-node-_2be399f5-cb45-00fc-afb1-d674bda24ce4-27603ae6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eda8e667-2e99-b2d0-a434-4eca057389a5-8178b5d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eda8e667-2e99-b2d0-a434-4eca057389a7-8178b5d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eda8e667-2e99-b2d0-a434-4eca057389a9-8178b5d6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-eda8e667-2e99-b2d0-a434-4eca057389c1-8178b5d6, #w-node-eda8e667-2e99-b2d0-a434-4eca057389cb-8178b5d6, #w-node-eda8e667-2e99-b2d0-a434-4eca057389d5-8178b5d6, #w-node-eda8e667-2e99-b2d0-a434-4eca057389df-8178b5d6 {
  place-self: center end;
}

#w-node-_770b2435-7e6b-a287-27ed-2f2423cf8eb1-d70273d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_226c7c6d-44c6-80ff-a9d1-81a93158d084-8a2da49d, #w-node-_1f18d6d8-36f5-221f-f922-8241028951be-8a2da49d, #w-node-a7b2f1ba-8a0c-83d4-afe2-f0d3b1f1dc95-8a2da49d, #w-node-_35adb260-ac70-32f5-32fd-029d74df339e-8a2da49d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_226c7c6d-44c6-80ff-a9d1-81a93158d084-8a2da49d, #w-node-_1f18d6d8-36f5-221f-f922-8241028951be-8a2da49d, #w-node-a7b2f1ba-8a0c-83d4-afe2-f0d3b1f1dc95-8a2da49d, #w-node-_35adb260-ac70-32f5-32fd-029d74df339e-8a2da49d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abfc0ec7-e6aa-e44c-ceba-e630ffc1c237-72e5b58f {
    place-self: auto;
  }

  #w-node-abfc0ec7-e6aa-e44c-ceba-e630ffc1c23b-72e5b58f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_920de0df-0751-c26f-9382-41e649325e9f-0058c0d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2c667e3-a71a-fbc6-f99e-3731c979c761-0058c0d3 {
    place-self: auto;
  }

  #w-node-b2c667e3-a71a-fbc6-f99e-3731c979c765-0058c0d3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-de0451c0-4202-0ea8-cd75-264bd0a4f15c-5d6f29d2, #w-node-eb59f042-3c4b-68b7-bf11-041c66c55977-41602578, #w-node-_6fb9a515-4e43-c43b-9934-694e85f9ce72-011d9b7c, #w-node-_0a71eafe-05bc-f76f-c510-0fb7c705cdd4-fa9b76f2, #w-node-_2be399f5-cb45-00fc-afb1-d674bda24ce4-27603ae6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eda8e667-2e99-b2d0-a434-4eca057389a5-8178b5d6 {
    place-self: auto;
  }

  #w-node-eda8e667-2e99-b2d0-a434-4eca057389a9-8178b5d6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_770b2435-7e6b-a287-27ed-2f2423cf8eb1-d70273d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'), url('../fonts/THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}