:root {
  --castanho-texto: #312622;
  --castanho-auto: #312622;
  --white: white;
  --preto-auto: #1e1b1a;
  --azul-claro: #3958BF;
  --relume-library-lite--rl-white: white;
  --fafafa-escuro: #dfdfe2;
  --azul-escuro: #2A418C;
  --vermelho-rentacar: #cc2936;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--white: white;
  --relume-library-lite--grey: #e4e2df;
  --black: black;
  --azul-auto: #374b89;
  --fafafa: #fafafa;
}

input[type="text"]:read-only {
  background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-regular {
  color: var(--castanho-texto);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-style-h5 {
  color: var(--castanho-auto);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28.13px;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-large {
  color: var(--castanho-texto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-style-large.no_credit_card {
  text-align: center;
}

.text-style-large.submit {
  color: var(--preto-auto);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.heading-style-h6 {
  color: var(--azul-claro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h2 {
  color: var(--castanho-auto);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54.93px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1 {
  color: var(--castanho-auto);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68.66px;
  font-weight: 700;
  line-height: 1;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-image {
  object-fit: cover;
  border-radius: 28px;
  width: 100%;
  height: 80%;
}

.header-image-car {
  object-fit: cover;
  border-radius: 28px;
  width: 95%;
  min-width: 500px;
  height: auto;
  position: relative;
  transform: translate(-60px, -220px);
}

.header_image-wrapper {
  height: 100%;
  position: relative;
}

.heading_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.heading_spacing-block {
  width: 100%;
  padding-bottom: 1rem;
}

.header_component {
  column-gap: 4rem;
  row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: auto;
  display: grid;
}

.section_header {
  background-color: var(--relume-library-lite--rl-white);
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-buttons {
  column-gap: 1rem;
  row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  color: var(--preto-auto);
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar_dropdown-list.w--open {
  background-color: #fafafa;
  border-radius: 25px;
  padding: .5rem;
}

.navbar_link-text {
  color: var(--preto-auto);
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.dropdown-icon {
  color: var(--preto-auto);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.navbar_dropdown-toggle {
  color: var(--preto-auto);
  padding: .75rem 3rem .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.navbar_menu-dropdown {
  background-color: #fafafa;
  border-radius: 50px;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.navbar_menu-dropdown:hover {
  background-color: var(--fafafa-escuro);
}

.navbar_link {
  color: var(--preto-auto);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.navbar_link.w--current {
  color: #000;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar_component {
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mask {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  /* overflow: hidden; */
}

.form_step-progress-bar {
  background-color: #e4e4e7;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form_step-progress-bar.complete-step {
  background-color: #3958BF;
}

.form_step-progress-bar.current-step {
  background-color: #3958BF;
  width: 50%;
}

.error_message-wrapper {
  border-radius: 12px;
  margin-top: 116px;
  padding: 24px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 48rem;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.multi_step_form {
  float: left;
  background-color: #fafafa;
  border-radius: 28px;
  padding-left: 30px;
  padding-right: 30px;
}

.multi_step_form-block {
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.success_message-wrapper {
  background-color: #f5f9ff;
  border-radius: 24px;
  height: 494px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.steps_bar {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.form_step-number {
  background-color: #e4e4e7;
  color: var(--castanho-auto);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.form_step-number.completed {
  color: #fff;
  background-color: #3958BF;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
}

.slide {
  margin-right: 5rem;
}

.form_step-progress-bar-mobile {
  background-color: #e1e5eb;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--azul-auto);
  border-radius: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
}

.tooltip-label {
  transform: translate(0px, -2px);
}

.tooltip .tooltip-text {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 70%);
  backdrop-filter: blur(9px);
  color: #fff;
  text-align: left;
  padding: 10px 14px 10px 14px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -11px;
  margin-bottom: 3px;
  width: max-content;
  max-width: 350px;
  text-wrap: wrap;
  font-weight: 400;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #e73437;
  border: 0 solid #000;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: #cf1b1e;
  transform: translate3d(0, -4px, .01px);
}

.button.submit {
  background-color: var(--azul-claro);
  border-radius: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  caret-color: transparent;
}

.button.submit:hover {
  background-color: var(--azul-escuro);
}

.form_content {
  border-top: 1px solid #dfdfe2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.booking-form-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 2rem;
}

.booking-form-h2-centered {
  margin-top: 0px;
  text-align: center;
  font-size: 32px;
}

.rentalconditions-feedback-h3 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 30px;
  font-family: Hind;
}

.booking-form-description {
  margin-bottom: 1.5rem;
  font-family: Hind;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text_block {
  font-weight: 600;
}

.second_step-grid {
  column-gap: 28px;
  row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #efeff0;
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.success_message {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.multi_step_form-text-field {
  border: 1px solid var(--fafafa-escuro);
  color: var(--castanho-texto);
  background-color: #fff;
  background-position: 6px 9px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 10px;
  min-height: 44px;
  margin-bottom: 0;
  padding: 0.6rem 0.5rem 0.5rem 1.8rem;
  font-family: Hind, sans-serif;
  font-size: 1rem !important;
  overflow: visible;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.multi_step_form-text-field:hover {
  -webkit-text-stroke-color: #3958BF;
  background-repeat: no-repeat;
  border-color: #3958BF;
}

.multi_step_form-text-field:focus {
  background-repeat: no-repeat;
  border-color: #2A418C;
}

.quote-breakdown-price {
  margin-bottom: 8px;
  margin-left: 12px;
  font-size: 1rem;
}

.quote-breakdown-deposit {
  margin-bottom: 8px;
  margin-left: 12px;
  font-size: 1rem;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  margin-left: -50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  margin-left: -50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

h4.car-icon {
  background-image: url('../images/car_selection.svg');
  background-position: -2px 1px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 0rem 0.5rem 0rem 1.5rem;
}

.multi_step_form-text-field.car-icon {
  background-color: #fff;
  background-image: url('../images/car_selection.svg');
}

.multi_step_form-text-field.car-icon:hover,
.multi_step_form-text-field.car-icon:focus {
  background-image: url('../images/car_selection_focused.svg');
}

.multi_step_form-text-field.email-icon {
  background-image: url('../images/email_address.svg');
  background-position: 6px 10px;
}

.multi_step_form-text-field.email-icon:hover,
.multi_step_form-text-field.email-icon:focus {
  background-image: url('../images/email_address_focused.svg');
}

h4.insurance-icon {
  background-image: url('../images/insurance_type.svg');
  background-position: -2px 2px;
  background-repeat: no-repeat;
  background-size: auto 19px;
  padding: 0rem 0.5rem 0rem 1.4rem;
}

.multi_step_form-text-field.insurance-icon {
  background-image: url('../images/insurance_type.svg');
  background-position: 6px 11px;
}

.multi_step_form-text-field.insurance-icon:hover,
.multi_step_form-text-field.insurance-icon:focus {
  background-image: url('../images/insurance_type_focused.svg');
}

.multi_step_form-text-field.location-icon {
  background-color: #fff;
  background-image: url('../images/location_picker.svg');
  background-position: 6px 10px;
  background-repeat: no-repeat;
}

.multi_step_form-text-field.location-icon:hover,
.multi_step_form-text-field.location-icon:focus {
  background-image: url('../images/location_picker_focused.svg');
}

h4.driver-icon {
  background-image: url('../images/extra_driver.svg');
  background-position: -2px 1px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 0rem 0.5rem 0rem 1.4rem;
}

.multi_step_form-text-field.driver-icon {
  background-image: url('../images/extra_driver.svg');
  background-position: 6px 10px;
}

.multi_step_form-text-field.driver-icon:hover,
.multi_step_form-text-field.driver-icon:focus {
  background-image: url('../images/extra_driver_focused.svg');
}

h4.payments-icon {
  background-image: url('../images/payments.svg');
  background-position: -1px 2px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding: 0rem 0.5rem 0rem 1.5rem;
}

h3.name-icon {
  background-image: url('../images/name_surname.svg');
  background-position: -2px 5px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 0rem 0.5rem 0rem 1.5rem;
}

.multi_step_form-text-field.name-icon {
  background-image: url('../images/name_surname.svg');
  background-position: 6px 11px;
}

.multi_step_form-text-field.name-icon:hover,
.multi_step_form-text-field.name-icon:focus {
  background-image: url('../images/name_surname_focused.svg');
}

.multi_step_form-text-field.chair-icon {
  background-color: #fff;
  background-image: url('../images/chair_amount.svg');
  background-position: 6px 10px;
}

.multi_step_form-text-field.chair-icon:hover,
.multi_step_form-text-field.chair-icon:focus {
  background-image: url('../images/chair_amount_focused.svg');
}

.multi_step_form-text-field.phone-icon {
  background-image: url('../images/phone_number.svg');
}

.multi_step_form-text-field.phone-icon:hover,
.multi_step_form-text-field.phone-icon:focus {
  background-image: url('../images/phone_number_focused.svg');
}

h4.date-icon {
  background-image: url('../images/date_picker.svg');
  background-position: -2px 2px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 0rem 0.5rem 0rem 1.5rem;
}

.multi_step_form-text-field.date-icon {
  font-family: Hind, sans-serif;
  transition-property: border-width, color, all, border-color;
  background-position: 6px 10px;
  background-image: url('../images/date_picker.svg');
}

.multi_step_form-text-field.date-icon:hover,
.multi_step_form-text-field.date-icon:focus {
  background-image: url('../images/date_picker_focused.svg');
}

.multi_step_form-text-field.age-icon {
  background-image: url('../images/date_picker.svg');
}

.multi_step_form-text-field.age-icon:hover,
.multi_step_form-text-field.age-icon:focus {
  background-image: url('../images/date_picker_focused.svg');
}

.multi_step_form-text-field.time-icon {
  background-image: url('../images/time_picker.svg');
  font-family: Hind, sans-serif;
  transition-property: border-width, color, all, border-color;
  background-position: 6px 10px;
}

.multi_step_form-text-field.time-icon:hover,
.multi_step_form-text-field.time-icon:focus {
  background-image: url('../images/time_picker_focused.svg');
}

.multi_step_form-heading-field {
  color: var(--castanho-auto);
  border-radius: 16px;
  margin-bottom: 4px;
  margin-left: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-wrap: nowrap;
}


/* Car category dropdown */
.original-select {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.car-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.car-dropdown * {
  user-select: none;
}

.car-dropdown img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.car-dropdown-button {
  overflow-x: clip;
  border-radius: 10px;
}

.selected-value {
  line-height: 22px;
}

.car-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2147483647;
  isolation: isolate;
}

.car-dropdown-active .car-dropdown-options {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 8px;
  padding: 8px;
  width: 280.5px;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border-radius: 8px;
  border: 1px solid #b1b1b1;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.car-dropdown-select-label {
  margin: 4px 0px 0px 6px;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  height: 1;
  color: black;
}

.car-dropdown-description {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  margin: 4px 0px -6px 6px;
  font-family: Hind;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #606060;
}

.car-dropdown-option {
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  padding: 12px;
  height: 164px;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px;
  border: 2px solid #eee;
}

.car-dropdown-option-unavailable {
  background-color: #fff0f0;
  border: 1px solid #f4e6e6;
  pointer-events: none;
}

.car-dropdown-option-disabled {
  pointer-events: none;
}

.car-dropdown-option-top-div {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  padding-left: 6px;
}

.car-dropdown-option-group {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #3958be;
  margin: 0px;
}

.car-dropdown-option-cars {
  font-size: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  margin: 0px;
}

.car-dropdown-option-transmission {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.5;
  color: #333;
  margin: 0px;
}

.car-dropdown-option-img-container {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  align-items: unset;
  justify-content: unset;
  position: relative;
}

.car-dropdown-option-img {
  display: block;
  max-width: none;
  position: absolute;
  top: -4px;
  right: -40px;
}

.option-a-img {
  width: 148px;
  right: -48px;
}

.option-b-img {
  width: 148px;
  right: -50px;
}

.option-m-img {
  width: 148px;
  right: -40px;
}

.option-c-img {
  width: 164px;
  top: -20px;
  right: -65px;
}

.option-d-img {
  width: 154px;
  right: -55px;
}

.option-e-img {
  width: 148px;
  right: -50px;
}

.car-dropdown-option-bottom-div-info {
  grid-column: auto / span 2;
  grid-row: auto / span 1;
  white-space: normal;
  align-self: flex-end;
}

.car-dropdown-option-bottom-div-available {
  display: none;
  align-self: flex-end;
  justify-self: flex-start;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-content: stretch;
  justify-items: stretch;
  gap: 4px;
}

.car-dropdown-option-bottom-div-unavailable {
  display: none;
  align-self: flex-end;
  justify-self: flex-start;
  flex-direction: row;
  align-items: flex-start;
  justify-content: stretch;
  gap: 3px;
  padding-left: 6px;
  border-radius: 8px;
}

.car-dropdown-option-info {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.5;
  text-align: left;
}

.car-dropdown-option-price,
.car-dropdown-option-deposit {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  align-self: flex-end;
  justify-self: flex-end;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: black;
  margin: 0px;
}

.car-dropdown-option-description {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  align-self: flex-end;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.5;
  color: #333;
  margin: 0px;
}

.car-dropdown-option-suggestion-img {
  width: 20px;
}

.car-dropdown-option-suggestion {
  flex-grow: 1;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  white-space: normal;
  margin: 0px;
}

.car-dropdown-option-availability-container {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  align-self: flex-end;
  justify-self: flex-end;
  display: none;
  justify-content: center;
  align-items: stretch;
  gap: 0px;
  padding: 6px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #b7ffc3;
  border-radius: 20px;
}

.car-dropdown-option-availability-container-unavailable {
  background-color: #ffb7b7;
}

.car-dropdown-option-availability {
  align-self: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #248a3d;
  margin: 0px;
}

.car-dropdown-option-availability-unavailable {
  color: #8a2424;
}

.car-dropdown-option-availability-img {
  max-width: 18px;
}

.car-dropdown-option:hover {
  border: 2px solid #519dff;
}

/*  */

.multi_step_form-heading-field.estimated_cost-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: var(--azul-escuro);
  font-size: 1.3rem;
  font-weight: 700;
}

.multi_step_form-heading-field.estimated_cost-subtitle {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: Hind;
  text-wrap: wrap;
}

.estimated_cost-divider {
  width: 100%;
  height: 1px;
  background: var(--fafafa-escuro);
}

.estimated_cost-value {
  border: 2px solid var(--azul-escuro);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
}

.third_step-grid {
  column-gap: 28px;
  row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #efeff0;
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.multi_step_form-button {
  color: #fff;
  background-color: #3958BF;
  border-radius: 500px;
  width: auto;
  margin-bottom: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2.5rem;
  overflow: visible;
}

.multi_step_form-button.left_arrow {
  float: left;
  color: #3958BF;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #3958BF;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  margin-left: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.455, .03, .515, .955), border .3s cubic-bezier(.455, .03, .515, .955);
  position: static;
  top: 626px;
  bottom: auto;
  left: -2.5rem;
  right: auto;
}

.multi_step_form-button.left_arrow:hover {
  color: #2A418C;
  border-color: #2A418C;
  transform: translate3d(0, -4px, .01px);
}

.multi_step_form-button.right-arrow {
  float: right;
  background-color: var(--azul-claro);
  transform-style: preserve-3d;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  margin-right: .5rem;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.455, .03, .515, .955);
  display: block;
  position: static;
  top: 626px;
  bottom: auto;
  right: -2.5rem;
}

.multi_step_form-button.right-arrow:hover {
  background-color: var(--azul-escuro);
  transform: translate3d(0, -4px, .01px);
}

.submission_step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin: auto;
  display: flex;
}

.rentalconditions-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-template-rows: 1fr;
  column-gap: 24px;
  row-gap: 0px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  background: #efeff0;
  border-radius: 18px;
}

.rentalconditions-cargroup_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.2fr 1fr;
  column-gap: 16px;
  row-gap: 8px;
}

.rentalconditions-title_wrapper {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--fafafa-escuro);
  grid-column: span 2;
}

.rentalconditions-cargrouptitle-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.6fr 1fr;
  gap: 0px;
}

.rentalconditions-cargroup_subtitle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px;
  margin-top: 8px;
}

.rentalconditions-otherservices_subtitle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: stretch;
  align-items: stretch;
  gap: 0px;
  margin-top: 10px;
  line-height: 10px;
}

.rentalconditions-price_title {
  grid-column: span 2;
  grid-row: span 1;
}

.rentalconditions-progress {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-content: space-between;
  gap: 0px;
}

.rentalconditions-pickupdropoff_subtitle {
  display: block;
}

.rentalconditions-price_wrapper {
  grid-column: span 2;
  margin-top: -8px;
}

.div-block-9 {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 3px solid var(--azul-auto);
}

.div-block-10 {
  width: 3px;
  height: 50%;
  background: var(--azul-auto);
  border-radius: 50px;
  align-self: center;
  margin-top: -2px;
  margin-bottom: 4px;
}

.div-block-12 {
  margin-bottom: 1rem;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.azul-auto {
  color: var(--azul-auto) !important;
}

.heading-11 {
  font-size: 16px;
  margin-bottom: 6px;
}

.heading-12 {
  margin-bottom: 0px;
  font-size: 16px;
}

.rentalconditions-cars {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}

.rentalconditions-services {
  font-size: 12px;
}

.rentalconditions-dates-p {
  margin-bottom: 0px;
  font-size: 14px;
}

.paragraph-12 {
  margin-bottom: 0px;
  font-size: 12px;
}

.paragraph-13 {
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

.rentalconditions-car-details-p {
  margin-bottom: 0px;
  font-size: 12px;
}

.rentalconditions-insurance-p {
  font-size: 12px;
  text-align: justify;
}

.paragraph-5 {
  font-size: 12px;
  font-weight: 600;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 600;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 16px;
  color: var(--azul-auto)
}

.paragraph_3 {
  margin-bottom: 20px;
}

.paragraph-10 {
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}

.rentalconditions-checkbox_wrapper {
  display: flex;
  margin-left: 10px;
}

.heading_4 {
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.div-block-13 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rentalconditions-pickupdropoff_wrapper {
  display: grid;
  grid-template-columns: 0.05fr 1fr;
  grid-template-rows: 0.1fr 0.5fr;
  gap: 16px;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  border: 1px solid var(--fafafa-escuro);
}

.rentalconditions-price_subtitle {
  display: block;
}

.paragraph-7 {
  margin-bottom: 4px;
  font-size: 14px;
}

.paragraph-9 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.first_step-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 24px;
  column-gap: 28px;
  background-color: #efeff0;
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.first_step-pickup-grid-wrapper {
  grid-column: span 3;
}

.first_step-pickup-grid {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  column-gap: 14px;
}

.first_step-pickup-date {
  grid-column: span 1;
}

.first_step-pickup-time {
  grid-column: span 1;
}

.first_step-dropoff-grid-wrapper {
  grid-column: span 3;
}

.first_step-dropoff-grid {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  column-gap: 14px;
}

.first_step-dropoff-date {
  grid-column: span 1;
}

.first_step-dropoff-time {
  grid-column: span 1;
}

.first_step-age-wrapper {
  grid-column: span 1;
}

.first_step-location {
  grid-column: span 2;
}

.first_step-car {
  grid-column: span 3;
}

.slide_nav {
  display: none;
}

.testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.satisfaction_rate-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonial_spacing-block-2 {
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.testimonial_testimonial {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial_customer {
  column-gap: 1rem;
  row-gap: 1rem;
  text-align: left;
  align-items: stretch;
  display: flex;
}

.testimonial_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.google_logo-wrapper {
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.testimonial_rating-icon {
  color: #fcd53f;
  flex-direction: column;
  width: 1.125rem;
  height: 1.25rem;
  display: flex;
}

.testimonial_name-text {
  color: var(--castanho-auto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.testimonial_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.testimonial_component {
  background-color: #fafafa;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  padding: 3rem 4rem;
  display: flex;
}

.testimonial_rating-wrapper {
  column-gap: .25rem;
  row-gap: .25rem;
  display: flex;
}

.section_about {
  background-color: #3958BF;
  background-image: url('../images/padraoazul_06-06.svg');
  background-position: 100% 0;
  background-size: 160%;
  border-top: 32px solid #2A418C;
}

.testimonial_testimonial-column {
  column-gap: 2rem;
  row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.testimonial_testimonial-list {
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2rem;
  display: grid;
}

.button-red {
  border: 1px solid var(--vermelho-rentacar);
  background-color: var(--vermelho-rentacar);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  text-transform: none;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
}

.button-red:hover {
  transform: translate3d(0, -4px, .01px);
}

.section_fleet {
  background-color: #fff;
}

.pricing_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing_plans {
  column-gap: 3rem;
  row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-3 {
  letter-spacing: .02em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.image-4 {
  object-fit: cover;
  overflow: visible;
}

.pricing_spacing-block-3 {
  width: 100%;
  padding-bottom: 4rem;
}

.heading-style-h1-3 {
  color: var(--castanho-auto);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-2 {
  background-color: var(--azul-claro);
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: none;
  transform-style: preserve-3d;
  border: 1px solid #3958BF;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.455, .03, .515, .955);
}

.button-2:hover {
  background-color: #2A418C;
  transform: translate3d(0, -4px, .01px);
}

.pricing_car_info-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--castanho-auto);
  letter-spacing: .02em;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-3 {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.div-block-4 {
  margin-bottom: 8px;
}

.pricing_price-wrapper {
  text-align: center;
}

.pricing_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing_icon-wrapper {
  color: #000;
  flex: none;
  width: 28px;
  height: 28px;
}

.text-block-2 {
  color: var(--castanho-texto);
  text-align: center;
  letter-spacing: .02em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.pricing_plan {
  background-color: #fafafa;
  border: 0 solid #3958BF;
  border-radius: 28px;
  flex-direction: column;
  padding: 2rem;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.pricing_plan:hover {
  background-color: #f5f5f5;
}

.heading-style-h4 {
  color: var(--castanho-auto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing_feature-list {
  column-gap: 1rem;
  row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem 2rem;
  display: grid;
}

.pricing_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.heading-style-h6-4 {
  color: var(--azul-claro);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.pricing_spacing-block-4,
.pricing_spacing-block-5,
.pricing_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.div-block-5 {
  background-color: var(--vermelho-rentacar);
  color: #fff;
  border-radius: 50px;
  padding: .25rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 1.25rem;
  right: -.5rem;
}

.pricing_feature {
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: center;
  display: flex;
}

.heading_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.layout_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.layout_heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.layout_content {
  column-gap: 5rem;
  row-gap: 4rem;
  background-color: #fafafa;
  border-radius: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  width: 100%;
  padding: 4rem;
  display: grid;
}

.layout_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.layout_spacing-block {
  width: 100%;
  padding-bottom: 2rem;
}

.section_services {
  background-color: #fff;
}

.layout_icon {
  border-radius: 14px;
  width: 3rem;
  height: 3rem;
}

.layout_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.gallery_component {
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.section_gallery {
  background-color: #fff;
  overflow: hidden;
}

.gallery_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery_arrow-right {
  background-color: var(--fafafa-escuro);
  color: #3958BF;
  border: 0 solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery_mask {
  width: 50%;
  overflow: visible;
}

.gallery_heading-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.gallery_slide {
  padding-right: 2rem;
}

.gallery_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery_lightbox-link {
  width: 100%;
}

.gallery_image {
  object-fit: cover;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery_spacing-block {
  width: 100%;
  padding-bottom: 0;
}

.gallery_arrow-icon {
  color: var(--castanho-auto);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.gallery_arrow-left {
  background-color: var(--fafafa-escuro);
  color: #3958BF;
  border: 0 solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.faq_component {
  column-gap: 5rem;
  row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
}

.faq_icon {
  color: var(--castanho-auto);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.faq_heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_list-grid {
  column-gap: 1rem;
  row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq_icon-wrapper {
  background-color: var(--fafafa-escuro);
  border-radius: 50px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.section_faq {
  background-color: #fff;
}

.faq_accordion {
  background-color: #fafafa;
  border: 0 solid #3958BF;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question-text {
  color: var(--castanho-auto);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq_question {
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

.text-style-regular-2 {
  color: #383231;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Hind, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-style-regular-2.contact {
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
}

.text-style-regular-2.contact:hover {
  transform: translate3d(0, -2px, .01px);
}

.contact_component {
  column-gap: 4rem;
  row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.image-9 {
  width: 1.5rem;
  height: 1.5rem;
}

.contact6_contact-list {
  column-gap: 2rem;
  row-gap: 2rem;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.section_contact {
  background-color: #fafafa;
}

.contact6_item {
  column-gap: 1rem;
  row-gap: 1rem;
  display: flex;
}

.contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.contact7_image {
  object-fit: cover;
  border-radius: 24px;
  height: 100%;
  display: block;
}

.contact6_icon-wrapper {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.link {
  color: var(--castanho-auto);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
  cursor: pointer !important;
}

.link:hover {
  color: #2A418C;
}

.contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.footer_top-wrapper {
  column-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer_legal-link {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_component {
  background-color: #2A418C;
}

.footer_spacing-block2 {
  width: 100%;
  padding-bottom: 1rem;
}

.footer_spacing-block1 {
  width: 100%;
  padding-bottom: 4rem;
}

.footer_social-list {
  column-gap: .75rem;
  row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer_link-list {
  column-gap: 1.5rem;
  row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_credit-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_social-link {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_link {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.footer_bottom-wrapper {
  column-gap: 1.5rem;
  row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.body {
  letter-spacing: -.022px;
}

.office_location {
  border-radius: 28px;
}

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

.multi_step_form-grid-item-collection {
  column-gap: 0.5rem;
  row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.footer_pattern {
  background-color: #2A418C;
  background-image: url('../images/padraoazul_06-06.svg');
  background-position: 100% 0;
  background-size: 160%;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .text-style-large {
    font-size: 1.125rem;
  }

  .text-style-large.no_credit_card {
    display: none;
  }

  .text-style-large.call-to-action {
    color: var(--white);
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h1 {
    color: var(--white);
    font-size: 3.25rem;
    margin-bottom: 10px;
  }

  .header_image-wrapper {
    display: none;
  }

  .heading_spacing-block-2 {
    padding-bottom: 0;
  }

  .heading_spacing-block {
    display: none;
  }

  .header_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header_component {
    column-gap: 2rem;
    row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_header {
    height: auto;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .multi_step_form-heading-field.estimated_cost {
    font-size: 1.6rem;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    display: flex;
  }

  .navbar_menu-dropdown {
    border-radius: 25px;
    width: 100%;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .slider {
    max-width: 627px;
  }

  .multi_step_form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .multi_step_form-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .estimated_cost-value {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .testimonial_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .testimonial_name-text {
    font-size: 1rem;
  }

  .testimonial_component {
    padding: 2rem;
  }

  .section_about {
    background-size: 200%;
  }

  .testimonial_testimonial-column {
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .button_red-wrapper {
    margin-top: 32px;
  }

  .tooltip-text {
    max-width: 300px !important;
  }

  .testimonial_testimonial-list {
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .pricing_plans {
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .heading-style-h1-3 {
    font-size: 2rem;
  }

  .button-2,
  .text-block {
    font-size: 1.25rem;
  }

  .div-block-3 {
    padding: 1rem;
  }

  .text-block-2 {
    font-size: 1.125rem;
  }

  .pricing_plan {
    padding: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .pricing_feature-list {
    column-gap: .5rem;
    row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h6-4 {
    font-size: 1.125rem;
  }

  .pricing_spacing-block-5,
  .pricing_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .layout_item {
    overflow: hidden;
  }

  .layout_content {
    column-gap: 1rem;
    row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout_spacing-block {
    padding-bottom: 2rem;
  }

  .layout_spacing-block-3 {
    padding-bottom: 1rem;
  }

  .gallery_heading-wrapper {
    margin-bottom: 0;
  }

  .gallery_slide {
    padding-right: 1rem;
  }

  .gallery_spacing-block {
    padding-bottom: 0;
  }

  .faq_component {
    column-gap: 2rem;
    row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq_question-text {
    font-size: 1.125rem;
  }

  .text-style-regular-2 {
    font-size: 1rem;
  }

  .contact_component {
    column-gap: 2rem;
    row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact7_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .link {
    font-size: 1.125rem;
  }

  .contact7_spacing-block-3 {
    padding-bottom: 1rem;
  }

  .footer_top-wrapper {
    row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .cta {
    background-image: linear-gradient(rgba(49, 38, 34, .5), rgba(49, 38, 34, .5)), url('../images/pico_do_areeiro.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 28px 28px 0 0;
    max-width: 691px;
    padding: 1.75rem;
  }

  /* .rentalconditions-cargroup_subtitle {
    grid-template-columns: 1fr 1fr;
  } */

  .rentalconditions-cargrouptitle-wrapper {
    grid-template-rows: 0.6fr 1fr;
  }

  .rentalconditions-cars {
    font-size: 11px;
  }

  .rentalconditions-services {
    font-size: 11px;
  }

  .rentalconditions-dates-p {
    font-size: 12px;
  }

  .rentalconditions-car-details-p {
    font-size: 11px;
  }

  .paragraph-5 {
    font-size: 11px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .paragraph-12 {
    font-size: 11px;
  }

  .paragraph-13 {
    font-size: 11px;
  }

  .rentalconditions-insurance-p {
    font-size: 11px;
  }

  .paragraph-8 {
    font-size: 11px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 14px;
  }

  .heading-12 {
    font-size: 14px;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  /* Booking form adjustments */
  .multi_step_form-heading-field {
    font-size: 0.85rem;
    text-wrap: nowrap;
  }

  .booking-form-description {
    font-family: Hind;
    font-size: 1.125rem;
  }

  .booking-form-h2 {
    font-size: 1.75rem;
  }

  .steps_bar {
    padding-top: 1rem;
  }

  .multi_step_form-heading-field.estimated_cost-title {
    font-size: 1.25rem;
  }

  .quote-breakdown-price {
    font-size: 1rem;
  }

  .quote-breakdown-deposit {
    font-size: 1rem;
  }

  .first_step-main-grid {
    column-gap: 16px;
  }

  .first_step-pickup-grid {
    column-gap: 8px;
  }

  .first_step-dropoff-grid {
    column-gap: 8px;
  }

  .multi_step_form-text-field {
    font-size: 0.85rem !important;
  }

  .second_step-grid {
    column-gap: 16px;
  }

  .third_step-grid {
    column-gap: 16px;
  }
}

@media screen and (max-width: 767px) {

  .padding-section-large,
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading_spacing-block {
    padding-bottom: 1.25rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .form_step-progress-bar,
  .form_step-progress-bar.current-step {
    display: none;
  }

  .slider {
    max-width: 447px;
  }

  .multi_step_form {
    justify-content: space-around;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .steps_bar {
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }

  .form_step-number,
  .form_step-number.completed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form_step-progress-bar-mobile {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form_step-progress-bar-mobile.step-1 {
    background-color: #3958BF;
    width: 22%;
  }

  .form_step-progress-bar-mobile.step-4 {
    background-color: #3958BF;
    width: 100%;
  }

  .form_step-progress-bar-mobile.step {
    background-color: #3958BF;
    width: 80%;
  }

  .second_step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps_bar-wrapper {
    flex-flow: column;
    padding-bottom: 32px;
    display: flex;
  }

  .multi_step_form-heading-field.estimated_cost {
    font-size: 1.6rem;
  }

  .estimated_cost-value {
    min-height: 56px;
    font-size: 1.5rem;
  }

  .multi_step_form-button.left_arrow {
    top: 726px;
    left: -2rem;
  }

  .multi_step_form-button.right-arrow {
    top: 725px;
    right: -2rem;
  }

  .tooltip-text {
    max-width: 200px !important;
    margin-left: -110px !important;
  }

  .testimonial_spacing-block-2 {
    padding-bottom: 1rem;
  }

  .testimonial_testimonial {
    padding: 1rem;
  }

  .testimonial_customer {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .testimonial_name-text {
    font-size: .875rem;
  }

  .testimonial_component {
    padding: 1rem;
  }

  .section_about {
    background-size: 240%;
  }

  .button_red-wrapper {
    margin-top: 16px;
  }

  .testimonial_testimonial-list,
  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_spacing-block-3 {
    padding-bottom: 1rem;
  }

  .heading-style-h1-3 {
    font-size: 2rem;
  }

  .button-2 {
    padding: .5rem 1rem;
  }

  .pricing_car_info-wrapper {
    align-items: stretch;
    display: block;
  }

  .div-block-3 {
    padding: 0;
  }

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

  .pricing_price-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-style-h4 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .pricing_feature-list {
    padding: 1rem;
  }

  .pricing_spacing-block-4 {
    padding-bottom: 1rem;
  }

  .pricing_spacing-block-5,
  .pricing_spacing-block-6 {
    width: 5%;
    padding-bottom: 0;
  }

  .pricing_plan-content-top {
    margin-bottom: 16px;
    display: flex;
  }

  .heading_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .layout_content {
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .layout_spacing-block-2 {
    padding-bottom: .5rem;
  }

  .layout_spacing-block {
    padding-bottom: 1rem;
  }

  .layout_spacing-block-3 {
    padding-bottom: .5rem;
  }

  .gallery_mask {
    width: 100%;
  }

  .gallery_slide {
    padding-right: 1.5rem;
  }

  .gallery_spacing-block {
    padding-bottom: 0;
  }

  .gallery_arrow-left {
    right: 3.5rem;
  }

  .faq_component {
    row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .text-style-regular-2 {
    font-size: .875rem;
  }

  .contact_component {
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .contact7_spacing-block-3,
  .footer_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .footer_spacing-block1 {
    padding-bottom: 3rem;
  }

  .footer_link-list {
    column-gap: 0px;
    row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .footer_bottom-wrapper {
    column-gap: 0rem;
    row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .cta {
    max-width: 511px;
  }

  .rentalconditions-wrapper {
    grid-template-columns: unset;
  }

  .rentalconditions-cars {
    font-size: 11px;
  }

  .rentalconditions-services {
    font-size: 11px;
  }

  .rentalconditions-dates-p {
    font-size: 12px;
  }

  .rentalconditions-car-details-p {
    font-size: 11px;
  }

  .paragraph-5 {
    font-size: 11px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph-12 {
    font-size: 11px;
  }

  .rentalconditions-insurance-p {
    font-size: 11px;
  }

  .paragraph-8 {
    font-size: 11px;
  }

  .paragraph-10 {
    font-size: 12px;
  }

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

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 14px;
  }

  .heading-12 {
    font-size: 14px;
  }

  /* Booking form adjustments */
  .first_step-main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .first_step-pickup-grid {
    grid-template-columns: 1fr 1fr;
  }

  .first_step-dropoff-grid {
    grid-template-columns: 1fr 1fr;
  }

  .first_step-car {
    order: 2;
    grid-column: span 4;
  }

  .first_step-age-wrapper {
    order: 3;
    grid-column: span 2;
  }

  .first_step-location {
    grid-column: span 3;
  }

  .third_step-grid {
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a754-7b642879 {
    order: 1;
    grid-column: span 1;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a760-7b642879 {
    order: 2;
    grid-column: span 1;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a75c-7b642879 {
    order: 3;
    grid-column: span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e81273a760-3b642879 {
    order: 4;
    grid-column: span 2 !important;
  }
}

@media screen and (max-width: 479px) {
  .padding-section-large.landing-page {
    padding-top: 1.5rem;
  }

  .text-style-large {
    text-align: justify;
  }

  .text-style-large.no_credit_card {
    margin-bottom: 0;
  }

  .heading-style-h1 {
    padding-bottom: 9px;
  }

  .header_component {
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .slider {
    max-width: 350px;
  }

  .multi_step_form {
    padding-left: 0;
    padding-right: 0;
  }

  .steps_bar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
  }

  .form_step-progress-bar-mobile.step-1 {
    width: 25%;
  }

  .button {
    padding: .5rem 1rem;
    line-height: 1.5;
  }

  .button.submit {
    margin-top: 16px;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form_content {
    padding-bottom: 0;
  }

  .second_step-grid {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .multi_step_form-heading-field {
    margin-bottom: .4rem;
  }

  .multi_step_form-heading-field.estimated_cost {
    font-size: 1.3rem;
  }

  .estimated_cost-value {
    min-height: 56px;
    font-size: 1.3rem;
  }

  .multi_step_form-button.left_arrow {
    float: none;
    margin: 0rem .5rem 1.5rem;
    display: block;
    position: static;
  }

  .multi_step_form-button.right-arrow {
    float: none;
    margin-left: .5rem;
    margin-right: .5rem;
    position: static;
  }

  .testimonial_name-text {
    font-size: .75rem;
  }

  .section_about {
    background-size: 280%;
    border-top-width: 16px;
  }

  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 1.125rem;
  }

  .pricing_plan-content-top {
    flex-flow: column;
  }

  .layout_item {
    overflow: hidden;
  }

  .layout_content {
    grid-template-columns: 1fr;
  }

  .gallery_heading-wrapper {
    text-align: center;
  }

  .faq_component {
    grid-template-columns: 1fr;
  }

  .contact_component {
    row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact6_contact-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact6_item,
  .contact_content {
    overflow: hidden;
  }

  .footer_link {
    font-size: 1.125rem;
  }

  .cta {
    max-width: 350px;
    padding: 18px;
  }

  .rentalconditions-wrapper {
    grid-template-columns: unset;
  }

  .paragraph-9 {
    font-size: 13px;
  }

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 14px;
  }

  .heading-12 {
    font-size: 14px;
  }

  /* Booking form adjustments */
  .first_step-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .first_step-pickup-grid-wrapper {
    grid-column: span 2;
  }

  .first_step-dropoff-grid-wrapper {
    grid-column: span 2;
  }

  .first_step-location {
    grid-column: span 2;
  }

  .first_step-car {
    order: 2;
    grid-column: span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a754-7b642879 {
    order: 1;
    grid-column: span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a75c-7b642879 {
    order: 2;
    grid-column: span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a760-7b642879 {
    order: 3;
    grid-column: span 2;
  }
}

#w-node-a3460299-7544-9185-e44e-4dd58261bbad-7b642879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a6f6-7b642879,
#w-node-_40906c0f-2c3e-4244-cd0c-987e190cb0bf-7b642879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f2da81-3f4e-325a-0464-82309bbcdda1-7b642879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2f2da81-3f4e-325a-0464-82309bbcdda2-7b642879,
#w-node-f2f2da81-3f4e-325a-0464-82309bbcdda6-7b642879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a6fe-7b642879,
#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a702-7b642879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a706-7b642879 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a720-7b642879,
#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a724-7b642879 {
  grid-column: span 1;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a728-7b642879,
#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a72c-7b642879,
#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a730-7b642879 {
  grid-column: span 1;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a734-7b642879 {
  grid-column: span 1;
}

#w-node-_474d383e-4b00-826f-b73e-278da0ba7b33-7b642879 {
  padding: 1.5rem 1.25rem 1.25rem 1.25rem;
  background: white;
  border-radius: 18px;
  border: 1px solid var(--fafafa-escuro);
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#w-node-c80c44ed-617c-5dc2-be05-66e8ff73a758-7b642879,
#w-node-b433572a-cc4b-3861-2eaa-2c9dd318ffa2-7b642879,
#w-node-b4e991f0-b552-dee0-5052-3b1f48c1d43f-7b642879,
#w-node-b4e991f0-b552-dee0-5052-3b1f48c1d460-7b642879,
#w-node-b4e991f0-b552-dee0-5052-3b1f48c1d481-7b642879 {
  grid-column: span 1;
}

#w-node-c80c44ed-617c-5dc2-be05-66e81273a760-3b642879 {
  grid-column: span 3;
}

#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e65a-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e65f-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e664-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e669-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e68a-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e68f-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e694-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e699-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6b7-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6bc-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6c1-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6c6-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6e7-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6ec-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6f1-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e6f6-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e714-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e719-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e71e-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e723-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e741-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e746-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e74b-7b642879,
#w-node-_4305355e-a9b4-fab1-24b0-7ca92f13e750-7b642879,
#w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d998758-7b642879,
#w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d998762-7b642879,
#w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d998768-7b642879 {
  align-self: start;
}

#w-node-_53943a21-bd5c-8887-acc3-2e0ffd0d8b04-7b642879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c4ddd0b-f7e6-5c24-aa5e-f2fa1032c718-7b642879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a37e-7b642879 {
  justify-self: start;
}

#w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a38b-7b642879 {
  justify-self: end;
}

@media screen and (max-width: 991px) {

  #w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a37e-7b642879,
  #w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a38b-7b642879 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a706-7b642879 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a720-7b642879,
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a724-7b642879,
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a728-7b642879,
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a72c-7b642879,
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a730-7b642879,
  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a734-7b642879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_474d383e-4b00-826f-b73e-278da0ba7b33-7b642879 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d998747-7b642879 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d99876e-7b642879,
  #w-node-_53943a21-bd5c-8887-acc3-2e0ffd0d8b04-7b642879,
  #w-node-_2c4ddd0b-f7e6-5c24-aa5e-f2fa1032c718-7b642879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a399-7b642879 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a706-7b642879 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c80c44ed-617c-5dc2-be05-66e8ff73a720-7b642879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_474d383e-4b00-826f-b73e-278da0ba7b33-7b642879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-bb38e7dc-afd0-9d4e-2196-ce0e7d998747-7b642879,
  #w-node-_1f13e4f0-93d6-016d-1974-5cb90cc3a37e-7b642879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}