:root {
  --black: black;
  --full-container: 1240px;
  --medium-grey: #8a8a8a;
  --white: white;
  --cta-green: #43f1ce;
  --light-grey: #e0e0e0;
  --dark-grey: #202020;
}

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

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

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

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

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

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

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

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

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

.navbar {
  border-bottom: 1px solid var(--black);
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #fff 58%, #ddd);
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.navbar-container {
  width: var(--full-container);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-item {
  padding: 8px;
  font-weight: 600;
}

.nav-item.w--current {
  color: var(--medium-grey);
}

.logo-germanica {
  width: 160px;
}

.nav-item-contact {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100rem;
  padding: 8px 23px;
  font-weight: 600;
  transition: all 0.2s;
}

.nav-item-contact:hover {
  background-color: var(--cta-green);
  color: var(--black);
}

.hero {
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 88px;
  overflow: visible;
}

.hero-container {
  width: var(--full-container);
  background-color: var(--light-grey);
  background-image: url("../images/hero-bg.webp");
  background-position: 50% 7%;
  background-size: cover;
  border-radius: 1rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
}

.hero-left {
  z-index: 1;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 50%;
  display: flex;
  position: relative;
}

.h1 {
  color: var(--black);
  width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.text-span {
  color: var(--light-grey);
}

.p {
  color: var(--black);
  width: 46ch;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.hero-right {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  height: auto;
  min-height: 490px;
  padding: 16px;
  display: flex;
  position: relative;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-container {
  padding-left: 0;
  padding-right: 0;
}

.form-input {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.radios {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.p-form-radio {
  color: var(--black);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.g-radio-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.radio {
  align-items: center;
  margin-right: 10px;
  padding-left: 10px;
  display: flex;
}

.radio_button {
  border-color: #060606;
  margin-top: 0;
  margin-left: -10px;
  margin-right: 10px;
}

.radio_button.w--redirected-checked {
  background-color: #a5ff09;
  border-width: 2px;
  border-color: #020303;
}

.radio-button-label {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
}

.radio-button-label-2 {
  color: var(--black);
  font-size: 16px;
}

.checkbox-field {
  margin-bottom: 8px;
}

.checkbox {
  margin-right: 8px;
}

.p-form {
  color: var(--black);
  text-align: center;
}

.p-form-info {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.p-form-info-underline {
  text-decoration: underline;
}

.divider-form {
  background-color: #dcdada;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.submit-form {
  background-color: #3acc4b;
  border-radius: 100px;
  width: 100%;
  height: 56px;
}

.submit-form:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.submit-form.p-cta-hero {
  border: 1px solid var(--black);
  background-color: var(--cta-green);
  color: var(--black);
  text-transform: uppercase;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s;
}

.submit-form.p-cta-hero:hover {
  background-color: var(--black);
  color: var(--white);
}

.success-message {
  background-color: var(--cta-green);
  border-radius: 1rem;
  max-width: 100%;
}

.text-block {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.error-message {
  background-color: #ffc0c0;
  border-radius: 0.5rem;
  margin-top: 16px;
}

.text-block-2 {
  color: #000;
  font-size: 12px;
}

.hero-cars {
  max-width: 100%;
  position: absolute;
  inset: auto auto -32px -24px;
}

.how-it-works {
  background-color: var(--light-grey);
  background-image: linear-gradient(90deg, #ddd, #fff);
  width: 100%;
  margin-top: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}

.how-it-works-container {
  width: var(--full-container);
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.signature-advantages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
}

.signature-advantage-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signature-advantage-container {
  z-index: 1;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(#3030301a, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.p-signature-advantages {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.signature-advantage-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  background-image: url("../images/signature-card-bg-2-new.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signature-advantage-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--medium-grey);
  background-image: url("../images/signature-card-bg-3.webp");
  background-position: 50%;
  background-size: auto;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section {
  width: 100vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.p-big-signature-advantages {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.signature-includes-container {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-signature-includes {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.signature-includes-icon {
  width: 2.2rem;
}

.models {
  width: 100%;
  margin-top: 64px;
  padding-bottom: 48px;
  overflow: hidden;
}

.models-container {
  width: var(--full-container);
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.models-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.left-arrow,
.right-arrow {
  display: none;
}

.models-slider-wrapper {
  margin-right: 4rem;
}

.models-slider-container {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.model-info {
  border: 1px solid var(--medium-grey);
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: flex-end;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
}

.models-card-img {
  z-index: 0;
  width: 60%;
  position: absolute;
  inset: auto auto -8px 0;
}

.mask {
  overflow: visible;
}

.models-card-content {
  z-index: 1;
  grid-row-gap: 0.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.h3-models-card {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.p-model-card {
  text-align: right;
  margin-bottom: 0;
}

.models-card-price {
  color: var(--medium-grey);
  flex-flow: column;
  display: flex;
}

.p-big-model-card {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.models-card-cta {
  background-color: var(--cta-green);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.models-card-cta:hover {
  background-color: var(--black);
  color: var(--light-grey);
}

.p-cta {
  margin-bottom: 0;
  font-weight: 600;
}

.brand-logo {
  width: 48px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.models-card-img-5 {
  z-index: 0;
  width: 60%;
  max-width: 100%;
  position: absolute;
  inset: auto auto -8px 0;
}

.models-card-img-5.id_4 {
  width: 53%;
  bottom: -16px;
}

.models-card-img-5.renegade {
  width: 44%;
}

.models-card-img-5.commander {
  width: 60%;
}

.models-card-img-5.h6-2 {
  width: 52%;
  bottom: -2px;
}

.models-card-img-5.h6-3 {
  bottom: -18px;
}

.models-card-img-5.h6-4 {
  width: 58%;
}

.models-card-img-5.id-buzz {
  width: 66%;
}

.brand-logo-toyota {
  width: 56px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.models-card-img-3 {
  z-index: 0;
  width: 62%;
  max-width: 100%;
  position: absolute;
  inset: auto auto -8px 0;
}

.models-card-img-3.compass {
  width: 58%;
}

.brand-logo-gwm {
  width: 100px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.slide-nav-dots-mobile {
  bottom: 0;
}

.form-select {
  border: 1px solid var(--black);
  color: #333;
  border-radius: 10px;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.why-choose-us {
  background-color: var(--light-grey);
  background-image: linear-gradient(90deg, #ddd, #fff);
  width: 100%;
  margin-top: 64px;
  padding-top: 48px;
  padding-bottom: 64px;
  overflow: visible;
}

.h2-light {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.why-choose-uscontainer {
  width: var(--full-container);
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose-us-wrapper {
  width: var(--full-container);
  margin-left: auto;
  margin-right: auto;
}

.why-choose-us-top-border {
  background-image: linear-gradient(90deg, #404040, #ddd);
  width: 100%;
  height: 1px;
}

.why-choose-us-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.why-choose-us-content {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-choose-us-icon {
  width: 40px;
}

.p-why-choose-us {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-2 {
  font-weight: 700;
}

.why-choose-us-icon-2 {
  width: auto;
  height: 36px;
}

.why-choose-us-bottom {
  background-image: linear-gradient(266deg, #404040, #ddd);
  width: 100%;
  height: 1px;
}

.why-choose-us-plans {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 8px;
  display: grid;
}

.plans-card-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  background-image: url("../images/plans-1-bg.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plans-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--medium-grey);
  background-color: var(--dark-grey);
  background-image: url("../images/plan-2-bg.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-plans {
  color: var(--black);
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.advantages-bg-video {
  z-index: 0;
  width: 100%;
  height: 300px;
  position: absolute;
}

.cta-video-bg {
  z-index: 0;
  width: 100vw;
  height: 80vh;
}

.cta-container {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-2 {
  background-color: var(--cta-green);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.cta-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer {
  background-color: var(--white);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.footer-container {
  width: var(--full-container);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.germanica-footer {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.p-footer {
  color: var(--black);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
}

.link {
  color: var(--black);
}

.logo-germanica-footer {
  width: 140px;
}

.logo-stroke {
  width: 80px;
}

.p-section-cta {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.models-slider-mobile {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: none;
}

.model-info-mobile {
  border: 1px solid var(--medium-grey);
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: flex-end;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
}

.models-card-cta-mobile {
  background-color: var(--cta-green);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.models-card-cta-mobile:hover {
  background-color: var(--black);
  color: var(--light-grey);
}

.models-card-img-4 {
  z-index: 0;
  width: 75%;
  max-width: 100%;
  position: absolute;
  inset: auto auto -8px -24px;
}

.hero-cars-mobile {
  max-width: 100%;
  display: none;
  position: absolute;
  inset: auto auto -32px -40px;
}

.wrapper-hidden {
  overflow: hidden;
}

.model-version-span {
  font-size: 16px;
}

.brand-logo-jeep {
  width: 64px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.models-card-cta-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #43f1ce;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.models-card-cta-2:hover {
  color: #e0e0e0;
  background-color: #000;
}

.h3-models-card-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.p-big-model-card-2 {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.models-card-price-2 {
  color: #8a8a8a;
  flex-flow: column;
  display: flex;
}

.model-info-2 {
  background-color: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 1rem;
  justify-content: flex-end;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
}

.h3-models-card-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.p-big-model-card-3 {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.models-card-price-3 {
  color: #8a8a8a;
  flex-flow: column;
  display: flex;
}

.model-info-3 {
  background-color: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 1rem;
  justify-content: flex-end;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
}

.h3-models-card-4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.models-card-price-4 {
  color: #8a8a8a;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-item {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    line-height: 22px;
  }

  .logo-germanica {
    width: auto;
  }

  .nav-item-contact {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-container {
    grid-column-gap: 1rem;
    background-position: 50% 0;
    background-size: auto;
    width: 100%;
    padding: 24px;
  }

  .hero-left {
    max-width: 50%;
  }

  .h1 {
    width: auto;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .p {
    width: auto;
  }

  .hero-right {
    max-width: 60%;
  }

  .radios {
    justify-content: center;
    align-items: center;
  }

  .p-form-radio {
    text-align: left;
  }

  .hero-cars {
    width: 56%;
    bottom: -24px;
    left: 0;
  }

  .how-it-works {
    margin-top: 48px;
  }

  .how-it-works-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .signature-advantage-3 {
    background-position: 50%;
  }

  .cta-section {
    height: 70vh;
  }

  .signature-includes {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-signature-includes {
    font-size: 18px;
    line-height: 26px;
  }

  .models-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .models-slider-container {
    grid-column-gap: 1.5rem;
  }

  .model-info {
    height: 400px;
  }

  .models-card-img,
  .models-card-img-5 {
    width: 70%;
    left: 0;
  }

  .models-card-img-3 {
    width: 73%;
    left: 0;
  }

  .why-choose-uscontainer {
    width: 100%;
  }

  .why-choose-us-wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-choose-us-container {
    grid-column-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-why-choose-us {
    font-size: 16px;
    line-height: 24px;
  }

  .why-choose-us-plans {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plans-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .plans-card-1 {
    background-position: 50%;
  }

  .cta-video-bg {
    height: 70vh;
  }

  .cta-container {
    grid-row-gap: 24px;
  }

  .footer-container {
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .germanica-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .brand {
    width: 130px;
  }

  .model-info-2,
  .model-info-3 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 10;
    top: 0;
    overflow: visible;
  }

  .navbar-container {
    align-items: center;
    width: 100%;
    padding: 16px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-item {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 15px;
    display: flex;
  }

  .logo-germanica {
    width: 140px;
  }

  .nav-item-contact {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero {
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 60px;
  }

  .hero-container {
    grid-row-gap: 1rem;
    background-size: cover;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    padding: 24px 16px;
  }

  .hero-left {
    grid-row-gap: 0.5rem;
    max-width: 100%;
  }

  .h1 {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.1rem;
  }

  .p {
    width: 100%;
  }

  .hero-right {
    z-index: 2;
    max-width: 100%;
    margin-top: -2rem;
  }

  .radios {
    grid-column-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-bottom: 12px;
    padding-top: 4px;
  }

  .p-form-radio {
    text-align: left;
    width: auto;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    margin-bottom: 8px;
    display: flex;
  }

  .checkbox {
    margin-right: 0;
  }

  .p-form {
    width: 90%;
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .submit-form.p-cta-hero {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .hero-cars {
    width: 100%;
    display: none;
    left: 0;
  }

  .how-it-works {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .how-it-works-container {
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .signature-advantages {
    flex-flow: column;
    margin-bottom: 1rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .signature-advantage-1 {
    height: 280px;
  }

  .h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .signature-advantage-2 {
    height: 280px;
  }

  .signature-advantage-3 {
    background-position: 100%;
    height: 280px;
  }

  .cta-section {
    height: 50vh;
  }

  .signature-includes {
    flex-flow: column;
    display: flex;
  }

  .p-signature-includes {
    font-size: 18px;
    line-height: 26px;
  }

  .models {
    margin-top: 40px;
  }

  .models-container {
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .models-slider {
    padding-bottom: 56px;
    display: none;
  }

  .models-slider-container {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .models-card-img {
    width: 72%;
    left: -8px;
  }

  .models-card-img.polo-1 {
    width: 78%;
  }

  .h3-models-card.name-mobile {
    text-align: right;
    max-width: 200px;
    margin-top: 4px;
    line-height: 24px;
  }

  .h3-models-card.name-mobile-phe-v19 {
    text-align: right;
    max-width: 110px;
    margin-top: 4px;
    line-height: 24px;
  }

  .models-card-img-5 {
    width: 80%;
    left: -8px;
  }

  .models-card-img-5.id_4 {
    width: 80%;
  }

  .models-card-img-5.renegade {
    width: 60%;
  }

  .models-card-img-5.commander {
    width: 80%;
  }

  .models-card-img-5.h6-2 {
    width: 72%;
  }

  .models-card-img-5.h6-4 {
    width: 77%;
  }

  .models-card-img-5.id-buzz {
    width: 90%;
  }

  .models-card-img-3 {
    width: 84%;
    left: 0;
  }

  .models-card-img-3.compass {
    width: 75%;
  }

  .slide-nav-dots-mobile {
    bottom: -64px;
  }

  .why-choose-us {
    margin-top: 32px;
    padding: 32px 1rem 40px;
  }

  .why-choose-uscontainer {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .why-choose-us-wrapper {
    width: 100%;
  }

  .why-choose-us-container {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .p-why-choose-us {
    font-size: 18px;
    line-height: 26px;
  }

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

  .why-choose-us-plans {
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }

  .plans-container {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .plans-card-1,
  .plans-card-2 {
    height: 250px;
  }

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

  .advantages-bg-video {
    height: 280px;
  }

  .cta-video-bg {
    height: 50vh;
  }

  .cta-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    padding: 40px 1rem;
  }

  .footer-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
  }

  .germanica-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .models-slider-mobile {
    display: block;
  }

  .model-info-mobile {
    height: 420px;
  }

  .models-card-cta-mobile {
    margin-top: 16px;
  }

  .models-card-img-4 {
    left: -8px;
  }

  .hero-cars-mobile {
    z-index: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -0.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0 auto;
  }

  .p-menu {
    color: var(--black);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
  }

  .menu-button {
    grid-column-gap: 0rem;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
    display: block;
  }

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

  .icon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .menu-button-wrapper {
    grid-column-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-hidden {
    z-index: 0;
    position: static;
  }
}
