.form-title + div > form {
 background-color: transparent !important; 
}
.landing-page-multistep {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr minmax(519px, 1fr);
  align-items: center;
  max-width: 1312px;
  gap: 64px;
  align-items: start;
  padding: 64px;
  border-radius: 3px;
  border: 1px solid var(--Gradients-G-3, rgba(255, 255, 255, 0.10));
  background: var(--Gradients-G-1, linear-gradient(74deg, rgba(64, 84, 100, 0.03) -21.13%, rgba(129, 170, 202, 0.21) 126.75%));
}
.bgsfgrad {
 background: var(--Gradients-G-1, linear-gradient(74deg, rgba(64, 84, 100, 0.03) -21.13%, rgba(129, 170, 202, 0.21) 126.75%)); 
}

.sfcontent-w {
  max-width: 634px;
}
.sfcontent-w h2{
  margin-bottom: 48px !important;
} 


.content-no p {
 margin-bottom: 0 !important; 
}

.content-no {
   
}
@media screen and (max-width: 1079px) {
  .landing-page-multistep {
    grid-template-columns: minmax(0, 1fr);
    padding: 64px 32px;
    gap: 32px;
  }
}
.landing-page-multistep.single-col {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  max-width: 1312px;
  gap: 64px;
}
.landing-page-multistep-wrapper {
  padding: 0 64px;
}

.landing-page-multistep .left-column img {
  width: 100%;
  height: auto;
}
.landing-page-multistep input[type="text"],
.landing-page-multistep input[type="tel"],
.landing-page-multistep input[type="email"] {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--Tint-TQ-30, #B2EEEB) !important;
  background: rgba(255, 255, 255, 0.25) !important;
}
.landing-page-multistep input[type="text"]::placeholder,
.landing-page-multistep input[type="tel"]::placeholder,
.landing-page-multistep input[type="email"]::placeholder {
  color: var(--Neutrals-N-4, #B2B2B2);
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
h3.form-title {
  display: none;
}
#form-module button {
  border-radius: 0;
  border: none;
  background: var(--Main-Palette-Turquoise, #00C7BB);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Main-Palette-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 17px 17px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
}
.landing-page-multistep .hsfc-FieldLabel {
  display: none !important;
}
.landing-page-multistep .hsfc-Step__Content,
.landing-page-multistep .text-container {
  max-width: 700px !important;
  width: 100%; !important;
  margin: 0 auto !important;
}
.landing-page-multistep.single-col .text-container {
  margin: 64px auto !important;
}
.landing-page-multistep .hsfc-Step__Content {
  padding: 0px !important;
}

.landing-page-multistep .text-container[step='first'] {
  margin-bottom: 32px !important;
}
.landing-page-multistep .text-container[step='second'] {
  margin-bottom: 64px !important;
}


.landing-page-multistep {
  ul li {
    position: relative;
    margin-bottom: 12px;
  }

  h1, .h1 {
    margin-bottom: 24px;
    color: #FFF;
    font-family: Geist;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  h2, .h2 {
    margin-bottom: 24px;
    color: #fff;
    font-family: Geist;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  h3, .h3 {
    margin-bottom: 24px;
    color: #fff;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  h4, .h4 {
    margin-bottom: 24px;
    color: #fff;
    font-family: Geist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }  
  h5, .h5 {
    margin-bottom: 24px;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  p, .p1 {
    margin-bottom: 16px;
    color: #fff;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 35px */
  }
  .p2 {
    margin-bottom: 16px;
    color: #fff;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }
  .p3 {
    margin-bottom: 16px;
    color: #fff;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  label {
    color: #fff;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
  }
  .detail-text {
    color: #fff;
    font-family: Geist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .button-text {
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.54px;
    text-transform: uppercase;
  }
  @media screen and (max-width: 1079px) {
    h1, .h1 {
      color: #FFF;
      font-family: Geist;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    h2, .h2 {
      color: #fff;
      font-family: Geist;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    h3, .h3 {
      color: #fff;
      font-family: Geist;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    h4, .h4 {
      color: #fff;
      font-family: Geist;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }  
    h5, .h5 {
      font-family: Geist;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    h6, .h6 {
      color: #fff;
      font-family: Geist;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    p, .p1 {
      color: #fff;
      font-family: Geist;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%; /* 35px */
      margin-bottom: 16px;
    }
    .p2 {
      margin-bottom: 16px;
      color: #fff;
      font-family: Geist;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 25.6px */
    }
    .p3 {
      margin-bottom: 16px;
      color: #fff;
      font-family: Geist;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 175%; /* 21px */
    }
    label {
      color: #fff;
      font-family: Geist;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 16px */
    }
    .detail-text {
      color: #fff;
      font-family: Geist;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
    }
    .button-text {
      font-family: Geist;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%; /* 18px */
      letter-spacing: 0.54px;
      text-transform: uppercase;
    }
  }
}
.landing-page-multistep *[step="0"],
.landing-page-multistep *[step="1"] {
  display: none !important;
}

.landing-page-multistep *[step="0"].active,
.landing-page-multistep *[step="1"].active {
  display: block !important;
}
.hsfc-NavigationRow__Buttons {
  flex-direction: row !important;
  align-content: space-between;
}
.hsfc-PhoneInput__FlagAndCaret {
  background: var(--Main-Palette-Turquoise, #00C7BB) !important;
  border-color: var(--Main-Palette-Turquoise, #00C7BB) !important;
}
.PhoneInput__FlagAndCaret__Caret {
  border-top: 6px solid #fff;
}

.form-container .hs-richtext {
 opacity: 0.5 !important;
 margin-bottom: 48px !important;
 line-height: normal !important;
}




.form-container input[type=submit]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #001C34; 
  z-index: 0;
  transition: width 0.4s ease;
}

.form-container input[type=submit]:hover::before {
  width: 100%;
}

.form-container input[type=submit] span {
  position: relative;
  z-index: 1;
  color: #FFFFFF; 
  transition: color 0.4s ease;
}

.form-container input[type=submit]:hover span {
  color: #FFFFFF !important;
    font-weight: 700;
}


@media screen and (max-width: 767px) {
  .landing-page-multistep-wrapper {
    padding: 0 32px;
  }

  .sfcontent-w h2{
  margin-bottom: 24px !important;
} 
  .form-container .hs-richtext {
 margin-bottom: 24px !important;
}
  .content-no p {
 margin-bottom: 0 !important; 
} 
}


@media screen and (max-width: 520px) {
    .arnosoc-wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: start;   
  }
}