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

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

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

.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: #242d3d;
  font-family: Atvfabriga, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

strong {
  margin-right: 2px;
  font-weight: 400;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-button-wrapper {
  margin-left: 10px;
}

.button-primary {
  color: #ee1a26;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ee1a26;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.banner-section {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section {
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.section._3 {
  padding-bottom: 60px;
}

.section.inner {
  background-color: #f7f6f5;
  border-top: 1px solid #0000000a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 1224px;
  max-width: none;
  padding-bottom: 0;
}

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

.container.inner {
  padding-bottom: 0;
}

.container.hero {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container._3 {
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.car-cude {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  display: flex;
}

.car-cude._2 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

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

.cube {
  color: #242d3d;
  border: 1px solid #0000001a;
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
}

.brand-logo {
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 120px;
  height: 120px;
  padding: 12px;
}

.grid-brands {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.footer {
  background-color: #f7f6f5;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.footer-link {
  color: #242d3d;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.notion-block {
  color: #242d3d;
  font-size: 14px;
  font-weight: 300;
}

.car-icon {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.con-sm {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-bottom: 20px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}

.car-info {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.p-count {
  color: #242d3d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.body {
  font-family: Atvfabriga, Arial, sans-serif;
}

.brand-info {
  font-size: 14px;
}

.frt-icon {
  opacity: 1;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.car-ftr-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 120px;
  height: 40px;
}

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

.p-center.home {
  margin-bottom: 0;
}

.p-center.shot {
  width: 560px;
}

.bread-section {
  background-color: #f7f6f5;
  padding: 12px 0;
}

.bread-crum {
  width: 1224px;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.bread {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.bread.acitve {
  color: #fe1a00;
  font-weight: 400;
}

.bread-space {
  color: #c2c2c2;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
}

.banner-con {
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: 200px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hero-p {
  color: #fff;
}

.hero-title {
  color: #fff;
  font-size: 52px;
  line-height: 64px;
}

.car-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.inner-con-area {
  width: auto;
  padding-right: 0;
}

.inner-con-area._2 {
  padding-left: 40px;
}

.inner-block {
  border-radius: 10px;
}

.column-4 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-large {
  height: 100px;
  margin-top: 30px;
}

.columns-2 {
  height: 100%;
}

.h2-sm {
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

.search-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.rent-search {
  color: #242d3d;
  border: 1px #0003;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.search-con {
  width: 1224px;
  max-width: none;
  height: auto;
  margin-top: 20px;
  padding-bottom: 0;
}

.fotter-block {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  margin-bottom: 22px;
  display: flex;
}

.notion {
  color: #242d3d;
  text-decoration: none;
}

.footer-space {
  color: #242d3d33;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 300;
  text-decoration: none;
}

.footer-space:hover {
  color: #1a1b1fbf;
}

.sm-icon {
  width: 40px;
  height: 40px;
  margin-left: 6px;
  margin-right: 6px;
}

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

.link-block {
  margin-right: 16px;
}

.floating-whatsapp {
  z-index: 10;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  margin-right: 24px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-7 {
  width: 60px;
  height: 60px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.image-9 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 400px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.con-sm-block {
  width: 900px;
}

.car-name {
  margin-top: 20px;
  font-family: Atvfabriga, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.car-model {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.car-price-cube {
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 10px;
  display: flex;
}

.per-day {
  margin-top: 4px;
  margin-left: 0;
  font-family: Atvfabriga, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.h3-price {
  margin-top: 0;
  margin-left: 2px;
  padding-top: 4px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.price-block {
  width: 50%;
}

.m-v-price {
  text-align: right;
  margin-top: 0;
  padding-top: 3px;
  font-family: Atvfabriga, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
}

.price {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.aed {
  width: 20px;
  max-width: none;
  height: 18px;
}

.mon-price-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.aed-sm {
  width: 12px;
  max-width: none;
  height: 10px;
  margin-left: 8px;
  margin-right: 2px;
}

.list-item {
  margin-bottom: 0;
}

.banner-con-block {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-req {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.car-cude-3 {
  background-color: #fff;
  border: 1px #0000001a;
  border-right-style: solid;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding-right: 30px;
  display: flex;
}

.car-cude-3.no-line {
  border-right-style: none;
}

.req-con {
  margin-top: 30px;
  display: flex;
}

.car-icon-sm {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.h3-about {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
}

.read-btn {
  color: #ee1a26;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2px 10px;
  font-weight: 500;
  display: none;
}

.read-block {
  background-color: #fff;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.read-less-btn {
  color: #ee1a26;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 2px 10px;
  font-weight: 500;
  display: block;
}

.expant-block {
  height: auto;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.h2 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 28px;
}

.heading-5 {
  font-size: 32px;
  line-height: 38px;
}

.popup {
  z-index: 99;
  background-color: #000000a3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-con {
  justify-content: center;
  align-items: center;
  width: 1224px;
  max-width: none;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 6px;
  width: 350px;
  padding: 0 30px 30px;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 10px;
}

.text-field {
  border-radius: 4px;
  height: 42px;
}

.text-field.error {
  border: 1px solid #ee1a26;
  margin-bottom: 4px;
}

.submit-button {
  background-color: #ee1a26;
  border-radius: 4px;
  width: 100%;
  height: 46px;
  margin-top: 0;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.pro-cub-2 {
  background-color: #f7f6f5;
  background-image: url('../images/1.svg');
  background-position: 120% 30px;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 30px;
}

.pro-cub-2._2 {
  background-image: url('../images/2.svg');
}

.pro-cub-2._3 {
  background-image: url('../images/3.svg');
  border-color: #0003;
}

.about-banner-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.about-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-banner-con-block {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 28px;
  line-height: 32px;
}

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

.add-title {
  text-align: center;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
}

.add-cube {
  border: 1px solid #0003;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
}

.radio-block {
  margin-top: 10px;
  display: flex;
}

.radio-button-field {
  margin-right: 20px;
}

.car-title {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.popup-car-name {
  margin-bottom: 20px;
}

.column-5 {
  padding-right: 40px;
}

.p-sm {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.terms-privacy {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  list-style-type: lower-alpha;
}

.tcp {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
}

.list-2 {
  padding-left: 40px;
}

.tcp-link {
  color: #0534ff;
  border-bottom: 1px solid #0534ff;
  text-decoration: none;
}

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

.div-block-copy {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  margin-bottom: 20px;
  display: flex;
}

.image-10 {
  height: 20px;
}

.h1-center {
  font-size: 28px;
  line-height: 34px;
}

.type-logo-large {
  height: 140px;
  margin-top: 30px;
}

.blank-20 {
  height: 10px;
}

.error-form {
  color: #ee1a26;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .notion-block {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-space {
    margin-bottom: 10px;
  }
}

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

  ul {
    padding-left: 20px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    border-radius: 4px;
  }

  .banner-section {
    height: auto;
  }

  .section {
    padding-top: 40px;
  }

  .section.car {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section.top {
    padding-top: 20px;
  }

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

  .section.inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }

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

  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.center {
    width: auto;
  }

  .container.hero {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .car-cude {
    padding: 10px 10px 0;
  }

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

  .cube {
    margin-bottom: 10px;
  }

  .brand-logo {
    width: auto;
    height: auto;
  }

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

  .footer {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .notion-block {
    margin-bottom: 10px;
  }

  .con-sm, .p-center.shot {
    width: auto;
  }

  .p-center.about {
    margin-bottom: 0;
  }

  .bread-section {
    display: none;
  }

  .banner-con {
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-p {
    line-height: 20px;
  }

  .hero-title {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 36px;
  }

  .inner-con-area {
    margin-top: 20px;
    padding-right: 0;
  }

  .inner-con-area._2 {
    padding-left: 0;
  }

  .column-4 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .brand-logo-large {
    max-width: none;
    height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .columns-2 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .h2-sm {
    font-size: 20px;
    line-height: 26px;
  }

  .search-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .rent-search {
    margin-right: 20px;
  }

  .search-con {
    width: auto;
    padding-bottom: 0;
  }

  .fotter-block {
    flex-flow: wrap;
    width: auto;
    margin-bottom: 20px;
  }

  .footer-space.notion-space {
    display: none;
  }

  .sm-icon {
    height: 34px;
  }

  .search-section {
    padding: 10px 20px 30px;
  }

  .link-block {
    margin-right: 10px;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

  .image-9 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: auto;
    position: static;
  }

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

  .con-sm-block {
    box-sizing: border-box;
    width: auto;
  }

  .list-item {
    width: 100%;
  }

  .banner-con-block {
    border-radius: 0;
    height: 360px;
  }

  .car-cude-3 {
    border-right-style: none;
    margin-right: 0;
    padding: 4px 0;
  }

  .req-con {
    flex-flow: column;
    margin-top: 10px;
  }

  .h2 {
    margin-bottom: 0;
  }

  .popup {
    display: none;
  }

  .popup-con {
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: auto;
  }

  .submit-button {
    width: 100%;
  }

  .columns-3 {
    flex-flow: column-reverse wrap;
    margin-bottom: 40px;
  }

  .grid-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .pro-cub-2 {
    background-position: 110% 50px;
    background-size: auto 100px;
    margin-bottom: 20px;
    padding: 24px 24px 14px;
  }

  .pro-cub-2._3 {
    margin-bottom: 0;
  }

  .about-banner-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .about-banner-con-block {
    border-radius: 0;
    height: 360px;
  }

  .h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .add-cube {
    padding: 20px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    margin-bottom: 60px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 10px;
  }

  .h1-center {
    text-align: center;
    line-height: 26px;
  }

  .type-logo-large {
    max-width: none;
    height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .blank-20 {
    height: 6px;
  }
}

#w-node-_7f70c6bf-b52f-a5ba-70df-78321e752537-032501a6, #w-node-_6056a0f4-bc65-015e-0a8e-b1d81e381b3e-032501a6, #w-node-_6056a0f4-bc65-015e-0a8e-b1d81e381b43-032501a6, #w-node-_6056a0f4-bc65-015e-0a8e-b1d81e381b48-032501a6, #w-node-_6056a0f4-bc65-015e-0a8e-b1d81e381b4d-032501a6, #w-node-b03c2ee1-97a2-a7fe-dc4a-f756b1462e29-032501a6, #w-node-b03c2ee1-97a2-a7fe-dc4a-f756b1462e2e-032501a6, #w-node-b03c2ee1-97a2-a7fe-dc4a-f756b1462e33-032501a6, #w-node-b03c2ee1-97a2-a7fe-dc4a-f756b1462e38-032501a6, #w-node-_311a51f4-e7df-69ca-acc5-2494374723e6-032501a6, #w-node-_311a51f4-e7df-69ca-acc5-2494374723eb-032501a6, #w-node-_311a51f4-e7df-69ca-acc5-2494374723f0-032501a6, #w-node-_311a51f4-e7df-69ca-acc5-2494374723f5-032501a6, #w-node-fc6edf3b-f0fb-a2a5-3f7e-9583bcba6fa4-032501a6, #w-node-fc6edf3b-f0fb-a2a5-3f7e-9583bcba6fa9-032501a6, #w-node-fc6edf3b-f0fb-a2a5-3f7e-9583bcba6fae-032501a6, #w-node-fc6edf3b-f0fb-a2a5-3f7e-9583bcba6fb3-032501a6, #w-node-_022f7f45-1fd8-60ad-8a0a-c6dc6c264bf1-032501a6, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454a2-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454a7-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454ac-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454b1-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454e3-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454e8-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454ed-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b0454f2-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b045524-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b045529-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b04552e-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b045533-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b045565-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b04556a-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b04556f-1901705a, #w-node-_43732cf1-eacf-6db9-135a-a7501b045574-1901705a, #w-node-b986d024-4a9c-0caa-41cd-200399a60beb-1901705a, #w-node-b986d024-4a9c-0caa-41cd-200399a60bf0-1901705a, #w-node-b986d024-4a9c-0caa-41cd-200399a60bf5-1901705a, #w-node-b986d024-4a9c-0caa-41cd-200399a60bfa-1901705a, #w-node-_10af764b-bb64-d6dc-14ac-41487a38aaa0-1901705a, #w-node-_10af764b-bb64-d6dc-14ac-41487a38aaa5-1901705a, #w-node-_10af764b-bb64-d6dc-14ac-41487a38aaaa-1901705a, #w-node-_10af764b-bb64-d6dc-14ac-41487a38aaaf-1901705a, #w-node-_6f34ce9e-41e4-dc2c-8127-1e2e97d1fc98-1901705a, #w-node-_6f34ce9e-41e4-dc2c-8127-1e2e97d1fc9d-1901705a, #w-node-_6f34ce9e-41e4-dc2c-8127-1e2e97d1fca2-1901705a, #w-node-_6f34ce9e-41e4-dc2c-8127-1e2e97d1fca7-1901705a, #w-node-_329a6995-a457-8811-3c98-9dc7b8e477aa-1901705a, #w-node-_329a6995-a457-8811-3c98-9dc7b8e477af-1901705a, #w-node-_329a6995-a457-8811-3c98-9dc7b8e477b4-1901705a, #w-node-_329a6995-a457-8811-3c98-9dc7b8e477b9-1901705a, #w-node-_066bdc22-04c7-fd42-2ddd-644ceeeab0b1-1901705a, #w-node-_066bdc22-04c7-fd42-2ddd-644ceeeab0b6-1901705a, #w-node-_066bdc22-04c7-fd42-2ddd-644ceeeab0bb-1901705a, #w-node-_066bdc22-04c7-fd42-2ddd-644ceeeab0c0-1901705a, #w-node-_3b53b3a7-752c-b06e-2d94-a6bf65b0190e-1901705a, #w-node-_3b53b3a7-752c-b06e-2d94-a6bf65b01913-1901705a, #w-node-_3b53b3a7-752c-b06e-2d94-a6bf65b01918-1901705a, #w-node-_3b53b3a7-752c-b06e-2d94-a6bf65b0191d-1901705a, #w-node-_51771b72-1861-a62d-e478-293e5bc4771a-1901705a, #w-node-_51771b72-1861-a62d-e478-293e5bc4771f-1901705a, #w-node-_51771b72-1861-a62d-e478-293e5bc47724-1901705a, #w-node-_51771b72-1861-a62d-e478-293e5bc47729-1901705a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Atvfabriga';
  src: url('../fonts/ATVFabriga.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}