:root {
  --body: #333;
  --title: black;
  --bg: white;
  --primary: #cc0905;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 60px;
  --desktop: 150px;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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: var(--body);
  background-color: #f8f9fa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border: 0 #000;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu-wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  padding-top: 22px;
  padding-bottom: 18px;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  max-width: 180px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary);
}

.nav-right {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: 8px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.nav-button.desktop {
  background-color: var(--primary);
  border-radius: 8px;
}

.nav-button.desktop:hover {
  background-color: #101244;
}

.nav-button.mobile {
  display: none;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title.contact-page {
  padding-top: 60px;
  padding-bottom: 20px;
}

.main-title {
  margin-bottom: 0;
}

.main-title.center {
  text-align: center;
}

.sub-title {
  color: var(--title);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.page-data.faq-page {
  margin-bottom: -150px;
}

.page-data.margin-bottom {
  margin-bottom: 100px;
}

.sg-section {
  margin-bottom: var(--desktop);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

.color-main.body-color {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: #000;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom {
  grid-column-gap: 60px;
  color: #999;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-bottom-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.ft-bottom-link:hover {
  color: #999;
}

.ft-social {
  grid-column-gap: 8px;
  display: flex;
}

.ft-social-link {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  padding: 5px 14px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
}

.ft-social-link:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.ft-social-link.hidden {
  display: none;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.footer-left {
  grid-row-gap: 15px;
  color: #999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 180px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-right {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 48%;
  display: flex;
}

.ft-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.ft-menu {
  flex-flow: column;
  display: flex;
}

.ft-link {
  color: #999;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover, .ft-link.w--current {
  color: #fff;
}

.footer-data {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-block {
  flex-flow: column;
  display: flex;
}

.ft-title {
  grid-column-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-address {
  color: #999;
  max-width: 195px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.ft-mail {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.ft-mail:hover {
  color: #fff;
}

.button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: center;
}

.primary-button {
  grid-column-gap: 8px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.secondary-button {
  grid-column-gap: 6px;
  color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.error-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.outline-button {
  grid-column-gap: 8px;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.utility-page-content {
  background-color: var(--bg);
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 452px;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.pass-input {
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.pass-input:focus {
  border-color: #00000080;
}

.pass-input::placeholder {
  color: #999;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 800;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.single-text {
  margin-bottom: 0;
}

.policy-text {
  margin-bottom: 30px;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.contact-right {
  width: 100%;
  max-width: none;
}

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

.success-message {
  background-color: var(--bg);
  color: #000;
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 6px;
}

.error-message {
  color: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-heading {
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
}

.input {
  background-color: var(--bg);
  color: #000;
  background-image: url('../images/ic-name.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 10px 10px 45px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-color: #00000080;
}

.input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.input.email {
  background-image: url('../images/ic-email.svg');
}

.input.phone {
  background-image: url('../images/ic-call.svg');
}

.input.vehicle {
  background-image: url('../images/ic-email.svg');
}

.form-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  background-color: var(--bg);
  color: #000;
  background-image: url('../images/ic-message.svg');
  background-position: 15px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 6px;
  min-height: 160px;
  margin-bottom: 0;
  padding: 10px 10px 10px 45px;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-color: #00000080;
}

.textarea::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.form-bottom {
  grid-column-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.submit-button {
  grid-column-gap: 8px;
  background-color: var(--primary);
  color: #fff;
  background-image: url('../images/button-arrow.svg');
  background-position: 108px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 42px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.checkbox {
  border: 1px solid #000;
  border-radius: 2px;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.locations {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.section-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.section-heading {
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.location-block {
  grid-row-gap: 18px;
  color: var(--title);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.location-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.location-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
}

.location-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.location-data {
  display: flex;
}

.faq {
  margin-bottom: var(--desktop);
}

.faq-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-right {
  width: 100%;
  max-width: 68%;
}

.faq-left {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-info {
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-info.top {
  padding-top: 0;
}

.ans-box {
  padding-top: 10px;
  padding-right: 40px;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.que-icon {
  justify-content: center;
  align-items: center;
}

.ans-text {
  margin-bottom: 0;
}

.faq-data {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-data.mobile {
  display: none;
}

.cta {
  margin-bottom: var(--desktop);
}

.cta-wrap {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cta-img {
  width: 100%;
  max-width: 26%;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-right {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 74%;
  padding: 60px 60px 60px 40px;
  display: flex;
}

.cta-title {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 400;
}

.cta-data {
  width: 100%;
  max-width: 68%;
}

.cta-text {
  color: #000;
  margin-top: 25px;
  font-weight: 600;
}

.qr-code {
  min-width: 156px;
  max-width: 156px;
  min-height: 156px;
  max-height: 156px;
}

.reviews {
  margin-bottom: var(--desktop);
}

.empty-state {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

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

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 25px;
  background-color: var(--bg);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.review-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-img {
  background-color: #f8f9fa;
  border-radius: 50%;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
}

.quote-icon {
  min-width: 60px;
  max-width: 60%;
  min-height: 60px;
  max-height: 60px;
}

.review-text {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.review-name {
  margin-bottom: 0;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.blogs {
  margin-bottom: var(--desktop);
}

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

.post-item {
  display: flex;
}

.post-block {
  grid-row-gap: 20px;
  background-color: var(--bg);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.post-img {
  background-color: #f8f9fa;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.post-title {
  margin-bottom: 0;
}

.post-line {
  background-color: #0003;
  width: auto;
  height: 1px;
}

.post-data {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.post-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-divider {
  background-color: #0000001a;
  width: 14px;
  height: 1px;
}

.post-main {
  margin-bottom: var(--desktop);
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-heading {
  padding-top: 60px;
  padding-bottom: 40px;
}

.post-main-title {
  margin-bottom: 0;
}

.post-sub-title {
  color: var(--title);
  background-color: #eff3ff;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 14px;
  line-height: 150%;
}

.post-left {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.post-title-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.post-date {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.categories {
  margin-bottom: var(--desktop);
  display: none;
}

.category-item {
  display: flex;
}

.category-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;
}

.category-block {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.category-img {
  object-fit: cover;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
}

.category-data {
  background-color: #00000040;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-title {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.category-arrow {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff26;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.service-item {
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.service-main {
  margin-bottom: var(--desktop);
}

.service-main-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-details {
  width: 100%;
  max-width: 74%;
}

.service-details ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.service-details li {
  margin-bottom: 0;
}

.service-right {
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 6px;
  width: 100%;
  max-width: 24%;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.service-heading {
  margin-bottom: 40px;
}

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

.service-link {
  grid-column-gap: 20px;
  color: #000;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  text-decoration: none;
  display: flex;
}

.cards {
  margin-bottom: var(--desktop);
}

.card-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.card-left {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.card-right {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 65%;
  position: relative;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  inset: auto 100px 30px;
}

.card-block {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 50%;
  position: relative;
  overflow: hidden;
}

.card-data {
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000, #0006);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-heading {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
}

.card-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #fff3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.card-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.card-info {
  grid-row-gap: 6px;
  color: #fff;
  background-image: linear-gradient(#0000, #0006);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.cars {
  margin-top: -40px;
  margin-bottom: var(--desktop);
}

.cars.cars-page {
  margin-bottom: 69px;
}

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

.car-item {
  display: flex;
}

.car-block {
  grid-row-gap: 20px;
  background-color: var(--bg);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.car-block.hidden {
  display: none;
}

.car-img {
  background-color: #f8f9fa;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.car-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
}

.car-title {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.car-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.car-category {
  color: #000;
  background-color: #eff3ff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 120%;
  display: none;
}

.car-bottom {
  border-top: 1px solid #0003;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.car-arrow {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.car-price-ex-insurance {
  grid-column-gap: 4px;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.car-price-ex-insurance.hidden {
  display: none;
}

.price-text {
  font-size: 20px;
  font-weight: 600;
}

.car-info-wrap {
  grid-column-gap: 25px;
  display: flex;
}

.car-info {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  line-height: 120%;
  display: flex;
}

.car-main {
  margin-bottom: var(--desktop);
}

.car-top {
  background-color: var(--bg);
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.car-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 700px;
  max-height: 700px;
}

.car-data-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  position: absolute;
  inset: auto 0% 40px;
}

.car-bottom-data {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.car-name-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%;
}

.price-wrap {
  grid-column-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.car-price-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.car-information {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.car-dot {
  background-color: #fff3;
  border-radius: 50%;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
}

.car-info-block {
  grid-column-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.car-bg {
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.car-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.car-left {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 72%;
  display: flex;
}

.car-heading {
  margin-bottom: 20px;
}

.fleet-overview {
  display: flex;
}

.fo-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fo-block {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fo-title {
  color: var(--title);
  min-width: 120px;
}

.fo-info {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.car-sub-title {
  margin-bottom: 40px;
}

.booking-journey {
  margin-bottom: 0;
}

.bj-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.bj-input {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-map.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 10px 10px 44px;
  font-size: 14px;
  line-height: 150%;
}

.bj-input:focus {
  border-color: #00000080;
}

.bj-input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.bj-input.date {
  background-image: url('../images/ic-date.svg');
}

.booking-form {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.car-right {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 28%;
  display: flex;
}

.car-box {
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 6px;
  width: 100%;
  padding: 30px;
}

.notice-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.rental-conditions {
  margin-bottom: var(--desktop);
}

.rc-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.car-main-img {
  background-color: var(--bg);
  width: 100%;
  position: relative;
}

.about-heading {
  padding-top: 60px;
  padding-bottom: 40px;
}

.our-story {
  margin-bottom: var(--desktop);
}

.story-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.story-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.story-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.story-text {
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

.story-data {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-right {
  grid-column-gap: 10px;
  display: flex;
}

.story-tag {
  border: 1px solid #0003;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 140%;
}

.vision {
  margin-bottom: var(--desktop);
}

.vision.about-us {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vision-wrap {
  grid-column-gap: 60px;
  margin-bottom: 60px;
  display: flex;
}

.vision-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 56%;
  position: relative;
  overflow: hidden;
}

.vision-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vision-right {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 44%;
  display: flex;
}

.vision-title {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 150%;
}

.vision-sub-title {
  margin-bottom: 0;
}

.vision-data {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.vision-info {
  grid-column-gap: 20px;
  color: #000;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.vision-icon {
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.steps {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.step-right {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.step-data {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-block {
  grid-row-gap: 20px;
  background-color: var(--bg);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.step-name {
  margin-bottom: 8px;
  font-weight: 400;
}

.step-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.step-icon {
  background-color: #eff3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.step-inner-icon {
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
}

.d-none {
  display: none;
}

.service-title {
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
}

.service-section {
  margin-bottom: var(--desktop);
}

.ss-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ss-left {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.ss-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.ss-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.ss-block {
  grid-column-gap: 60px;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.ss-block:hover {
  border-bottom-color: #000;
}

.service-number {
  color: #000;
  width: 100%;
  max-width: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

.ss-heading {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ss-title {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.ss-arrow {
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
}

.ss-arrow.hidden {
  display: none;
}

.ss-image {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about {
  margin-bottom: var(--desktop);
  display: none;
}

.about-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.about-title {
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
}

.about-wrap {
  grid-column-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 62%;
  position: relative;
  overflow: hidden;
}

.about-box {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 38%;
  padding: 23px 40px 22px;
  display: flex;
}

.about-sub-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

.about-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-data {
  grid-row-gap: 5px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.about-sub-heading {
  margin-bottom: 0;
}

.about-line {
  background-color: #0003;
  width: auto;
  height: 1px;
}

.hero {
  margin-bottom: var(--desktop);
}

.hero-img {
  background-color: var(--bg);
  width: 100%;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

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

.hero-top {
  position: absolute;
  inset: 166px 0% auto;
}

.hero-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 600;
  line-height: 120%;
}

.hero-text {
  color: #fff;
  width: 100%;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
}

.hero-bg {
  background-color: #00000040;
  background-image: linear-gradient(#00000040, #00000040), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  position: absolute;
  inset: 0%;
}

.hero-bg.hero-image {
  background-image: linear-gradient(#00000061, #00000061), url('../images/cor0001b_23_web_1_large_landscape.webp');
  background-position: 0 0, 32% 100%;
  background-size: auto, cover;
  min-height: 600px;
  max-height: 500px;
  position: relative;
}

.hero-buttons {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-link {
  grid-column-gap: 6px;
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.hero-button {
  grid-column-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.hero-button:hover {
  background-color: var(--primary);
  color: #fff;
}

.form-field {
  overflow: visible;
}

.form {
  grid-column-gap: 0px;
  text-align: center;
}

.login-fields {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.login-btn {
  text-align: center;
  margin-top: 25px;
}

.login-form {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-state {
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.sign-up-verification {
  text-align: center;
}

.success-state {
  text-align: center;
  border-radius: 6px;
}

.agreement {
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.access-denied-wrap {
  text-align: center;
  padding-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.cart-title {
  margin-bottom: 0;
}

.user-account {
  background-color: #0000;
  padding: 0;
}

.block-header, .block-content {
  background-color: #0000;
}

.user-buttons {
  grid-column-gap: 14px;
  margin-top: 25px;
  display: flex;
}

.cancel-button {
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.car-details-img {
  background-color: var(--bg);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.car-details-image {
  object-fit: cover;
  width: 100%;
  min-height: 490px;
  max-height: 490px;
}

.car-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
}

.on-scroll {
  background-color: var(--bg);
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-inner {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.service-main-title {
  margin-bottom: 25px;
}

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

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

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

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

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

.hero-subscribe-right {
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px;
  position: relative;
}

.hero-wrapper-2 {
  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 {
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.filter-white {
  filter: contrast(0%) brightness(200%);
}

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

.error-message-2 {
  background-color: #f0f0f0;
}

.service-section-cars {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2 {
  font-size: 52px;
}

.link {
  text-decoration: none;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.faq-title {
  flex-flow: column;
  margin-bottom: 53px;
  display: flex;
}

.section-heading-faq {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.sub-title-faq {
  color: var(--title);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.car-price-inc-vat {
  grid-column-gap: 4px;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.car-price-inc-vat.hidden {
  display: none;
}

.togglebutton {
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 171px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebuttongrey {
  opacity: 0;
  pointer-events: none;
  background-color: green;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 101%;
  height: 40px;
  display: flex;
  position: absolute;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 23px;
  margin-left: 7px;
  margin-right: 4px;
  position: relative;
}

.buttontext-off {
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.inc-insurance-text {
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.car-price-inc-insurance {
  grid-column-gap: 4px;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.car-price-inc-insurance.hidden {
  display: none;
}

.togglebutton-2 {
  color: #fff;
  cursor: pointer;
  background-color: #cc0905;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 171px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.car-block-2 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.dropdown {
  background-color: var(--bg);
  color: #000;
  background-image: url('../images/ic-name.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 10px 10px 45px;
  font-size: 14px;
  line-height: 150%;
}

.dropdown:focus {
  border-color: #00000080;
}

.dropdown::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.dropdown.email {
  background-image: url('../images/ic-email.svg');
}

.dropdown.phone {
  background-image: url('../images/ic-call.svg');
}

.dropdown.vehicle, .dropdown.coucil {
  background-image: none;
  width: 100%;
  padding-left: 10px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  margin-top: 12px;
  margin-left: -45px;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  blockquote {
    padding: 30px;
  }

  .top-line {
    background-color: #000;
    width: 20px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    max-width: 100%;
  }

  .center-line {
    background-color: #000;
    width: 20px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .btm-line {
    background-color: #000;
    width: 20px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wrap {
    position: static;
    transform: none;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding: 20px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .nav-button.desktop {
    display: none;
  }

  .nav-button.mobile {
    margin-top: 12px;
    display: flex;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--tablet);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-top {
    padding-top: 50px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    margin-bottom: 30px;
  }

  .footer-right {
    grid-column-gap: 40px;
    max-width: 68%;
  }

  .menu-icon {
    border: 1px solid #000;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    display: flex;
  }

  .menu-icon.w--open {
    color: #fff;
    background-color: #0000;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .contact-right {
    max-width: none;
  }

  .contact-heading {
    margin-bottom: 20px;
  }

  .form-wrap {
    grid-column-gap: 30px;
  }

  .form-bottom {
    margin-top: 30px;
  }

  .locations, .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .faq-right, .faq-left {
    max-width: none;
  }

  .faq-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-data {
    display: none;
  }

  .faq-data.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 55%;
    display: flex;
  }

  .cta {
    margin-bottom: var(--tablet);
  }

  .cta-img {
    display: none;
  }

  .cta-right {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    padding: 40px 30px;
  }

  .cta-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .cta-data {
    font-size: 14px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-block {
    padding: 30px;
  }

  .review-text {
    font-size: 14px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .post-image {
    min-height: auto;
    max-height: none;
  }

  .post-title {
    font-size: 16px;
  }

  .post-data {
    grid-row-gap: 12px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-details {
    max-width: 100%;
    margin-top: 40px;
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-heading {
    padding-top: 50px;
  }

  .post-left {
    grid-row-gap: 10px;
    max-width: none;
  }

  .post-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .categories {
    margin-bottom: var(--tablet);
  }

  .category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .category-img {
    min-height: 282px;
    max-height: 282px;
  }

  .category-data {
    padding: 20px;
  }

  .category-title {
    font-size: 22px;
  }

  .service-main {
    margin-bottom: var(--tablet);
  }

  .service-main-img {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .service-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .service-details {
    max-width: 100%;
  }

  .service-right {
    max-width: 50%;
    position: static;
  }

  .service-heading {
    margin-bottom: 30px;
  }

  .cards {
    margin-bottom: var(--tablet);
  }

  .card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .card-left {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    max-width: none;
  }

  .card-right {
    max-width: 100%;
  }

  .card-block {
    max-width: 50%;
    max-height: none;
  }

  .card-data {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .card-heading {
    font-size: 20px;
  }

  .card-info {
    grid-row-gap: 10px;
    padding: 20px;
  }

  .card-text {
    font-size: 32px;
    line-height: 120%;
  }

  .cars {
    margin-bottom: var(--tablet);
  }

  .car-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .car-block {
    padding: 20px;
  }

  .car-image {
    min-height: 190px;
    max-height: 190px;
  }

  .car-name {
    font-size: 18px;
  }

  .car-category {
    font-size: 12px;
  }

  .car-info-wrap {
    grid-column-gap: 20px;
  }

  .car-main {
    margin-bottom: var(--tablet);
  }

  .car-top {
    margin-bottom: 40px;
  }

  .car-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .car-data-wrap {
    bottom: 20px;
  }

  .car-bottom-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .car-name-text {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .car-price-text {
    font-size: 24px;
  }

  .car-information {
    grid-column-gap: 14px;
  }

  .car-info-block {
    font-size: 12px;
  }

  .car-bg {
    background-image: linear-gradient(#0000, #000000e6);
  }

  .car-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .car-left {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .car-heading {
    margin-bottom: 16px;
  }

  .fo-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
  }

  .fo-info {
    grid-column-gap: 10px;
  }

  .car-right {
    max-width: 50%;
  }

  .rental-conditions {
    margin-bottom: var(--tablet);
  }

  .rc-wrap {
    max-width: 100%;
  }

  .about-heading {
    padding-top: 50px;
  }

  .our-story {
    margin-bottom: var(--tablet);
  }

  .story-wrap {
    grid-row-gap: 25px;
  }

  .story-image {
    min-height: 450px;
    max-height: 450px;
  }

  .story-text {
    max-width: none;
  }

  .story-data {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-tag {
    font-size: 14px;
  }

  .vision {
    margin-bottom: var(--tablet);
  }

  .vision-wrap {
    grid-column-gap: 30px;
  }

  .vision-right {
    font-size: 14px;
    line-height: 150%;
  }

  .vision-title {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .vision-sub-title {
    font-size: 16px;
  }

  .vision-data {
    grid-row-gap: 10px;
  }

  .vision-info {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .steps {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .step-right {
    max-width: 100%;
  }

  .step-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .step-name {
    font-size: 16px;
  }

  .step-text {
    font-size: 12px;
  }

  .service-section {
    margin-bottom: var(--tablet);
  }

  .ss-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ss-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .ss-right {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .ss-image {
    display: none;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .about-top {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .about-title {
    max-width: none;
    font-size: 34px;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-img, .about-box {
    max-width: none;
  }

  .hero {
    margin-bottom: var(--tablet);
  }

  .hero-image {
    min-height: 520px;
    max-height: 520px;
  }

  .hero-top {
    top: 80px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-text {
    max-width: none;
  }

  .hero-bg.hero-image {
    min-height: 330px;
    max-height: 330px;
  }

  .hero-buttons {
    margin-top: 30px;
  }

  .car-details-image {
    min-height: auto;
    max-height: none;
  }

  .service-main-title {
    margin-bottom: 15px;
  }

  .container-sub {
    max-width: 728px;
  }

  .hero-subscribe-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .shadow-two {
    width: 100%;
    max-width: none;
  }

  .service-section-cars, .faq-section {
    margin-bottom: var(--tablet);
  }

  .car-block-2 {
    padding: 20px;
  }

  .dropdown.vehicle, .dropdown.coucil {
    height: 41px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-title {
    font-size: 12px;
    line-height: 120%;
  }

  .page-data, .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .ft-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-right {
    max-width: none;
  }

  .footer-data {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap.center {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .error-data {
    max-width: 90%;
  }

  .error-info {
    margin-top: 40px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .form-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
  }

  .form-bottom {
    margin-top: 25px;
  }

  .locations {
    margin-bottom: var(--landscape-mobile);
  }

  .location-block {
    grid-row-gap: 8px;
    min-width: 230px;
    font-size: 16px;
  }

  .location-image {
    min-height: 140px;
    max-height: 140px;
  }

  .location-wrap {
    grid-column-gap: 14px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .ans-box {
    padding-top: 8px;
  }

  .que-text {
    font-size: 16px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-data.mobile {
    max-width: 65%;
  }

  .cta {
    margin-bottom: var(--landscape-mobile);
  }

  .cta-right {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
  }

  .cta-title {
    margin-bottom: 6px;
  }

  .cta-data {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .cta-text {
    margin-top: 12px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-block {
    grid-row-gap: 20px;
  }

  .review-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .review-image {
    min-height: 50px;
    max-height: 50px;
  }

  .quote-icon {
    min-width: 50px;
    max-width: 50%;
    min-height: 50px;
    max-height: 50px;
  }

  .review-text {
    margin-top: 30px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-column-gap: 20px;
  }

  .post-block {
    grid-row-gap: 14px;
    padding: 18px;
  }

  .post-data {
    grid-row-gap: 10px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .post-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .post-main-title {
    font-size: 26px;
    line-height: 140%;
  }

  .categories {
    margin-bottom: var(--landscape-mobile);
  }

  .category-list {
    grid-template-columns: 1fr 1fr;
  }

  .category-img {
    min-height: 310px;
    max-height: 310px;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile);
  }

  .service-main-img {
    margin-top: 40px;
  }

  .service-image {
    min-height: 350px;
    max-height: 350px;
  }

  .service-details ul {
    grid-row-gap: 10px;
  }

  .service-right {
    max-width: 65%;
    padding: 25px;
  }

  .service-heading {
    margin-bottom: 25px;
  }

  .service-wrap {
    grid-row-gap: 12px;
  }

  .service-link {
    padding-top: 12px;
  }

  .cards {
    margin-bottom: var(--landscape-mobile);
  }

  .card-left {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .card-image {
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }

  .card-title {
    font-size: 20px;
    bottom: 20px;
    left: 40px;
    right: 40px;
  }

  .card-block {
    max-width: 100%;
  }

  .cars {
    margin-top: -20px;
    margin-bottom: var(--landscape-mobile);
  }

  .car-list {
    grid-column-gap: 0px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .car-image {
    min-height: 290px;
    max-height: 290px;
  }

  .car-main {
    margin-bottom: var(--landscape-mobile);
  }

  .car-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .car-data-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .car-bottom-data {
    grid-row-gap: 20px;
  }

  .car-name-text {
    color: #000;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .price-wrap {
    color: #000;
  }

  .car-price-text {
    font-size: 20px;
    font-weight: 500;
  }

  .car-information {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .car-dot {
    display: none;
  }

  .car-info-block {
    color: #000;
  }

  .car-bg {
    background-image: linear-gradient(#0006, #0006);
  }

  .fo-wrap {
    grid-column-gap: 60px;
  }

  .fo-block {
    grid-column-gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .fo-title {
    min-width: 98px;
  }

  .car-sub-title {
    margin-bottom: 30px;
  }

  .booking-form {
    grid-row-gap: 30px;
  }

  .car-right {
    max-width: 65%;
  }

  .car-box {
    padding: 25px;
  }

  .rental-conditions {
    margin-bottom: var(--landscape-mobile);
  }

  .car-icon.desktop {
    filter: invert();
  }

  .about-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .our-story {
    margin-bottom: var(--landscape-mobile);
  }

  .story-wrap {
    grid-row-gap: 20px;
  }

  .story-image {
    min-height: 350px;
    max-height: 350px;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .vision-img {
    max-width: 100%;
  }

  .vision-right {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .vision-title {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .vision-sub-title {
    font-size: 14px;
    font-weight: 400;
  }

  .steps {
    grid-row-gap: 20px;
  }

  .step-data {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .service-section {
    margin-bottom: var(--landscape-mobile);
  }

  .service-number {
    max-width: 15px;
    font-size: 20px;
  }

  .ss-heading {
    grid-column-gap: 16px;
  }

  .ss-title {
    font-size: 20px;
  }

  .ss-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-top {
    font-size: 14px;
    line-height: 150%;
  }

  .about-title {
    font-size: 32px;
  }

  .about-box {
    grid-row-gap: 40px;
    padding: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .about-sub-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .about-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-sub-heading {
    font-size: 16px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-image {
    object-position: 0% 50%;
    min-height: 480px;
    max-height: 480px;
  }

  .hero-top {
    top: 60px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-buttons {
    margin-top: 25px;
  }

  .login-form {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-inner {
    grid-row-gap: 30px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .service-section-cars {
    margin-bottom: var(--landscape-mobile);
  }

  .sub-title-faq {
    font-size: 12px;
    line-height: 120%;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button.desktop {
    display: none;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-title.fleet-page {
    padding-bottom: 0;
  }

  .main-title {
    text-align: center;
    font-size: 32px;
  }

  .sub-title {
    margin-bottom: 6px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .page-data.faq-page {
    margin-bottom: 10px;
  }

  .page-data.margin-bottom {
    margin-bottom: 60px;
  }

  .page-data.car-page {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .ft-social-link {
    padding: 4px 12px;
    font-size: 12px;
  }

  .footer-top {
    padding-top: 40px;
  }

  .footer-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .footer-left {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .footer-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .ft-heading {
    text-align: center;
    margin-bottom: 6px;
  }

  .ft-link {
    text-align: center;
  }

  .ft-link:hover {
    color: #999;
  }

  .footer-data {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .ft-block {
    width: 100%;
  }

  .ft-block.centered {
    justify-content: center;
    align-items: center;
  }

  .ft-title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ft-address {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .ft-address.max-195 {
    text-align: center;
    max-width: 195px;
    margin-left: 15px;
  }

  .ft-mail {
    text-align: center;
    width: 100%;
    padding-left: 23px;
  }

  .primary-button {
    width: auto;
  }

  .secondary-button {
    margin-left: 0;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .error-info {
    grid-row-gap: 30px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .pass-field {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-heading {
    font-size: 16px;
  }

  .form-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .form-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .locations, .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-wrap {
    grid-row-gap: 25px;
  }

  .ans-box {
    padding-right: 0;
  }

  .que {
    grid-column-gap: 15px;
  }

  .faq-data.mobile {
    grid-row-gap: 20px;
    max-width: none;
  }

  .cta {
    margin-bottom: var(--portrait-mobile);
  }

  .cta-right {
    padding: 25px 20px;
  }

  .cta-title {
    font-size: 20px;
  }

  .cta-data {
    font-size: 12px;
  }

  .cta-text {
    font-size: 14px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-block {
    grid-row-gap: 14px;
    padding: 20px;
  }

  .quote-icon {
    min-width: 40px;
    max-width: 40%;
    min-height: 40px;
    max-height: 40px;
  }

  .review-text {
    margin-top: 20px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-block {
    grid-row-gap: 10px;
    padding: 14px;
  }

  .post-data {
    grid-row-gap: 8px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-details {
    margin-top: 30px;
  }

  .post-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-heading {
    padding-bottom: 25px;
  }

  .post-left {
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .post-title-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .categories {
    margin-bottom: var(--portrait-mobile);
  }

  .category-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .category-img {
    min-height: auto;
    max-height: none;
  }

  .category-data {
    padding: 12px 10px 10px 12px;
  }

  .category-title {
    font-size: 18px;
  }

  .category-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .service-main {
    margin-bottom: var(--portrait-mobile);
  }

  .service-main-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-right {
    max-width: 100%;
    padding: 20px;
  }

  .service-heading {
    margin-bottom: 20px;
  }

  .service-wrap {
    grid-row-gap: 10px;
  }

  .service-link {
    padding-top: 10px;
  }

  .cards {
    margin-bottom: var(--portrait-mobile);
  }

  .card-wrapper, .card-left {
    grid-row-gap: 18px;
  }

  .card-image {
    min-height: 250px;
    max-height: 250px;
  }

  .card-title {
    font-size: 18px;
    left: 20px;
    right: 20px;
  }

  .card-heading {
    font-size: 18px;
  }

  .cars {
    margin-top: -10px;
    margin-bottom: var(--portrait-mobile);
  }

  .cars.cars-page {
    margin-bottom: 20px;
  }

  .car-list {
    grid-row-gap: 0px;
  }

  .car-block {
    grid-row-gap: 20px;
    margin-bottom: 25px;
    padding: 16px;
  }

  .car-image {
    min-height: 185px;
    max-height: 220px;
  }

  .car-title {
    margin-bottom: 16px;
  }

  .car-bottom {
    margin-top: 12px;
    padding-top: 10px;
  }

  .car-arrow {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }

  .car-price-ex-insurance {
    font-size: 12px;
  }

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

  .car-info {
    grid-column-gap: 4px;
    font-size: 14px;
  }

  .car-main {
    margin-bottom: var(--portrait-mobile);
  }

  .car-name-text {
    font-size: 28px;
  }

  .price-wrap {
    font-size: 12px;
  }

  .car-price-text {
    font-size: 18px;
  }

  .car-information {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .fo-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .car-sub-title {
    margin-bottom: 25px;
  }

  .bj-wrap {
    grid-row-gap: 16px;
  }

  .booking-form {
    grid-row-gap: 25px;
  }

  .car-right {
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .car-box {
    padding: 20px;
  }

  .rental-conditions {
    margin-bottom: var(--portrait-mobile);
  }

  .about-heading {
    padding-bottom: 30px;
  }

  .our-story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-image {
    min-height: 250px;
    max-height: 250px;
  }

  .story-tag {
    padding: 6px 16px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vision-title {
    margin-bottom: 27px;
  }

  .vision-sub-title {
    margin-bottom: 20px;
  }

  .vision-icon {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
  }

  .step-right {
    justify-content: flex-start;
    align-items: center;
  }

  .step-data {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .step-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .step-text {
    font-size: 15px;
  }

  .step-icon {
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
  }

  .step-inner-icon {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
  }

  .service-section {
    margin-bottom: var(--portrait-mobile);
  }

  .ss-wrap {
    grid-row-gap: 0px;
  }

  .ss-left {
    grid-row-gap: 25px;
  }

  .ss-list {
    grid-row-gap: 12px;
  }

  .ss-block {
    grid-column-gap: 40px;
    padding-bottom: 12px;
  }

  .ss-block:hover {
    border-bottom-color: #0003;
  }

  .service-number {
    font-size: 15px;
    font-weight: 400;
  }

  .ss-heading {
    grid-column-gap: 10px;
  }

  .ss-title {
    color: var(--body);
    font-size: 15px;
    font-weight: 400;
  }

  .ss-arrow {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-title {
    font-size: 20px;
    line-height: 150%;
  }

  .about-box {
    grid-row-gap: 25px;
    padding: 20px;
  }

  .about-sub-title {
    font-size: 20px;
  }

  .about-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .about-data {
    font-size: 12px;
  }

  .about-sub-heading {
    font-size: 14px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-top {
    top: 61px;
  }

  .hero-title {
    line-height: 130%;
  }

  .hero-text {
    font-size: 13px;
    line-height: 160%;
  }

  .hero-bg.hero-image {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/cor0001b_23_web_1_large_landscape.webp');
    background-position: 0 0, 40% 100%;
    background-size: auto, cover;
  }

  .form-field {
    width: 100%;
  }

  .login-fields {
    grid-row-gap: 20px;
  }

  .login-btn {
    margin-top: 20px;
  }

  .car-button {
    padding: 8px 14px;
    font-size: 12px;
  }

  .container-sub {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .button-primary {
    width: 100%;
    margin-top: 11px;
  }

  .hero-subscribe-right {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .filter-white {
    text-align: center;
    display: block;
  }

  .service-section-cars {
    margin-bottom: var(--portrait-mobile);
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-2 {
    font-size: 28px;
  }

  .text-block-2 {
    text-align: center;
  }

  .faq-title {
    margin-bottom: 14px;
  }

  .sub-title-faq {
    margin-bottom: 6px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile);
  }

  .car-price-inc-vat {
    font-size: 12px;
  }

  .togglebutton {
    margin-right: 10px;
  }

  .div-block-2 {
    width: 100%;
  }

  .image-7 {
    width: 130px;
  }

  .car-price-inc-insurance {
    font-size: 12px;
  }

  .car-block-2 {
    grid-row-gap: 20px;
    margin-bottom: 25px;
    padding: 16px;
  }
}

#w-node-_8adaa4a9-05ef-80e1-5f1c-0cfc86e49a6f-1b98c4b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9e37a9-b971-aebc-8675-3f17126273d0-1b98c4b9, #w-node-_9f9e37a9-b971-aebc-8675-3f17126273d5-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed4194-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed4196-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed4199-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed419e-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41a3-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41a6-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41aa-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41af-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41b2-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41b6-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41bb-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41be-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41c2-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41c7-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41ca-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41ce-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41d3-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41d6-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41da-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41df-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41e2-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41e6-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41eb-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41ee-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41f2-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41f7-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41fa-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed41fe-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed4203-1b98c4b9, #w-node-_4396e82a-c4d7-4dcc-442e-893cffed4206-1b98c4b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1705b8-f5ed-55c8-9e67-64fd51773471-1b98c4c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d8d1a552-80c4-5ac9-7a69-76bc17cd2729-1b98c4ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d1705b8-f5ed-55c8-9e67-64fd51773471-1b98c4c2 {
    grid-column: span 1 / span 1;
  }
}


