.hero {
  display: flex;
  flex-direction: row;
  gap: 95px
}

.hero__offer, .hero__form .text-area{
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.hero__offer{
  color: #058623;
  margin-top: 20px;
}

.hero__form .text-area{
  color: #373A40;
}



ul.hero_list_usp li {
  list-style-type: none;
  margin: 0 0 .5em;
  display: flex;
  gap: 10px;
}

ul.hero_list_usp li:before {
  border-bottom: 3px solid #058623;
  border-left: 3px solid #058623;
  content: "";
  display: block;
  flex: 0 0 1em;
  height: .5em;
  margin-top: 10px;
  transform: rotate(-45deg);
  transform-origin: 25%;
  width: 1em;
}


/* .hero h1 {
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 120%;
color: #058623;
line-height: 120%;
font-feature-settings: 'liga' off, 'clig' off;
}

.hero h2 {
font-weight: 700;
font-size: 18px;
line-height: 150%;
font-feature-settings: 'liga' off, 'clig' off;
}

.hero .hero__description {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%;
font-feature-settings: 'liga' off, 'clig' off;
}

.hero .hero__description p {

}

.hero .hero__offer {
color: #058623;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%;
font-feature-settings: 'liga' off, 'clig' off;
} */

.hero .hero__column-left {
  flex: 1 0 50%;
  order: 0;
}

.aspect-1-1 .hero__image_desktop {
  aspect-ratio: 1 / 1;
}

.aspect-4-3 .hero__image_desktop {
  aspect-ratio: 4 / 3;
}

.aspect-3-2 .hero__image_desktop {
  aspect-ratio: 3 / 2;
}

.aspect-16-9 .hero__image_desktop {
  aspect-ratio: 16 / 9;
}

.aspect-4-5 .hero__image_desktop {
  aspect-ratio: 4 / 5;
}

.aspect-21-9 .hero__image_desktop {
  aspect-ratio: 21 / 9;
}

.hero__image_desktop{
  max-width: 445px;
  /*   aspect-ratio: 1 / 1; */
  object-fit: cover;
}

.hero__image_mobile{
  max-width: 100%;
  aspect-ratio: 330 / 180;
  object-fit: cover;
  border-radius: 24px!important;
}



/* ------------ */

.phonenumber{
  /*margin-top: 15px;*/
}
.quote-form {
  margin-top: 21px;
}
/* 
.quote-head h4 {
color: #00dd54 !important;
} */
/* 
input#phone {
width: 240px;
} */

.error-message {
  color: #DA1F25;
  font-size: 0.8em;
  margin-top: 5px;
  display: none;
  width: 100%;
}

input.error {
  border: 1px solid #DA1F25;
}
/* 
input[type="email"] {
width: 240px;
}
*/
.quote-form .text-area {
  margin-top: 30px;
  margin-right: -15px;
}

.step-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 767px;

}


.text-area.call-us {
  align-items: center;
  margin: 10px auto;
}
.phonenum {
  font-size: 18px;
  font-weight: 400;
  color: #0C60ED;
  padding-left: 5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.quote-form .text-area.bold-text p{font-weight:600 !important;}
.consent-disclamer {}
.consent-disclamer p{
  display: block;
  font-size: 12px;
  color: #A4A4A4;
  padding-top: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 0px;}

.container.quote-form {
  padding:0;
  padding-top: {% inline_text field="padding_top" value="" %};
}

.container.quote-form .row {
  background: transparent;
}

.container.quote-form form.quote-form .step-one {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.container.quote-form form.quote-form .step-one .btn_first_step {
  margin-top: 0;
}

.container.quote-form h3 {
  color: #686D77;
  font-weight: 100;
  text-align: left;
  padding: 20px 0;
  font-size: 1rem;
}

.container.quote-form form {
  display: block;
  padding: 0px;
  display: block;
  flex-direction: column;
  max-width: 425px;
}

.container.quote-form form input {
  padding: 12px;
  font-weight: 100;
  color: #777777;
}

.container.quote-form form button {
  padding: var(--btn-xl-spacing-y, 0.65em) var(--btn-xl-spacing-x, 0.9rem); 
}
.container.quote-form form.quote-form .step-one {
  margin: 24px 0;
}

.container.quote-form form.quote-form .step-one .step-wrapper {
  margin: 10px 0px;
}
.container.quote-form form.quote-form .step-two {
  width: 100%;
  margin-bottom: 10px;
}
.container.quote-form form.quote-form .step-two button {
  float: none;
  margin: 0;
}
.container.quote-form form.quote-form .step-one .note {
  width: 140px; 
  margin-right: 15px;
  position: relative
}
.container.quote-form form.quote-form .step-one input, .container.quote-form form.quote-form .step-two input {
  margin-right: 15px;
}



.container.quote-form form.quote-form .step-one input:focus {
  border-color: #058623;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
}


.step-two {
  display: none;
}
input#zipcode {
  background: #ffffff;
  margin-right: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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


.error-message::before {
  content: '!';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #d93025;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  margin-top: -5px;
}







.container.quote-form input:not(:placeholder-shown) {
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.container.quote-form input:focus::placeholder {
  color: transparent;
}



.container.quote-form label.input-placeholder {
  position: absolute;
  visibility: hidden;
  opacity:0;
  font-size: 12px;
  transition: 0.2s;
  pointer-events: none;
}



.container.quote-form input:focus {
  border-color: #058623;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
}

.container.quote-form input:focus, .container.quote-form input:not(:placeholder-shown) {
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
}



.container.quote-form  label.input-placeholder {
  position: absolute;
  visibility: hidden;
  opacity:0;
  font-size: 12px;
  transition: 0.2s;
  pointer-events: none;
}

.container.quote-form input:focus + .input-placeholder, .container.quote-form  input:not(:placeholder-shown) + .input-placeholder{
  top:2px;
  left: 14px;
  visibility: visible;
  opacity:1;
  color: #058623;
}


.container.quote-form input:not(:placeholder-shown) + .container.quote-form input {
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.container.quote-form .disclaimer-wrapper{
  font-size: 12px;
  line-height: 150%;
  margin: 10px 0;
  text-align: justify;
}





@media (max-width: 767px) {
  .container.quote-form form {
    max-width: 390px;
  }
  .container.quote-form form button {
    width: -webkit-fill-available;
  }
  input[type="email"], input#phone  {
    width: inherit;
  }
  .container.quote-form form.quote-form .step-one .note {
    width: -webkit-fill-available;
    margin-right: 0;
  }
  .container.quote-form {
    padding-top: {% inline_text field="padding_top" value="" %};
  }
  .container.quote-form form.quote-form .step-one, .container.quote-form form.quote-form .step-two {
    flex-direction: column;
  }
  .container.quote-form form.quote-form .step-one button {
    margin-top: 10px !important;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .container.quote-form form.quote-form .step-one .note{
    margin-bottom:5px;
  }




}

@media (max-width: 1099px) {
  .hero {
    flex-direction: column;
    gap: 20px
  }

  .hero .hero__column-left {
    order: 1;
  }

  .step-wrapper {
    flex-direction: column;
    min-width: auto;
  }

  .container.quote-form form.quote-form .step-one .note{
    margin-bottom:5px;
  }

  #zipcode-error{
    order:2;
    margin-top: -5px;
  }
  #miBoton{
    order:3;
  }
}

