/* stylelint-disable order/order */
/* stylelint-enable order/order */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-hero-home {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--vh, 1vh) * 100 - 4rem);
  margin-top: 0 !important;
  padding: clamp(5.5rem, 4.0542168675rem + 3.0120481928vw, 6.75rem) 0 clamp(5.5rem, 1.4518072289rem + 8.4337349398vw, 9rem) 0;
}
@media (min-width: 48rem) {
  .block-hero-home__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.block-hero-home .wp-block-image {
  margin-bottom: 1.5rem;
}
.block-hero-home .block-content:first-child {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .block-hero-home .block-content:first-child {
    flex: 0 0 60%;
    max-width: 33rem;
    margin-bottom: 0;
    padding-right: 2rem;
  }
}
.block-hero-home .block-content:last-child:not(:first-child) {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 1.2771084337rem + 1.5060240964vw, 2.625rem) clamp(1.25rem, -0.3403614458rem + 3.313253012vw, 2.625rem);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 48rem) {
  .block-hero-home .block-content:last-child:not(:first-child) {
    flex: 0 0 40%;
    max-width: 25.9375rem;
  }
}
.block-hero-home .hs-form {
  text-align: left;
}
.block-hero-home .hs-form-field {
  border: 1px solid #c4c1d6;
  border-bottom: 0;
}
.block-hero-home .hs-form-field:first-child {
  border-radius: 0.25rem 0.25rem 0rem 0rem;
}
.block-hero-home .hs-submit::before {
  border: 1px solid #c4c1d6;
}