@media only screen and (min-width: 0rem) {
  #lead-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #lead-container .container {
    padding: var(--sectionPadding);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 24.375rem;
    position: relative;
  }
  #lead-container .content .title {
    font-size: clamp(1.4375rem, 6.4vw, 2.3625rem);
  }
  #lead-container .content .briosa-img {
    width: 100%;
    height: auto;
    max-width: 23rem;
  }
  #lead-container .content .briosa-img img {
    width: 100%;
    height: auto;
  }
  #lead-container .copy {
    color: var(--secondaryLight);
    font-weight: 400;
    font-size: var(--bodyFontSize);
  }
  #lead-container .background {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
  }
  #lead-container .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead-container .form {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lead-container .form input {
    font-size: 1rem;
    width: 100%;
    height: clamp(2.375rem, 3.5vw, 2.5rem);
    margin: 0;
    padding: 0;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid var(--stroke);
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: block;
  }
  #lead-container .form input::-webkit-input-placeholder {
    color: #767676;
  }
  #lead-container .form input:-ms-input-placeholder {
    color: #767676;
  }
  #lead-container .form input::-ms-input-placeholder {
    color: #767676;
  }
  #lead-container .form input::placeholder {
    color: #767676;
  }
  #lead-container .bottom-links {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  #lead-container .bottom-link {
    font-size: 1rem;
    text-decoration: none;
    color: var(--secondaryLight);
  }
  #lead-container .bottom-link:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 48rem) {
  #lead-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead-container .background {
    display: block;
    height: 100%;
    width: 35%;
  }
  #lead-container .container {
    margin: auto;
    max-width: 27.375rem;
  }
  #lead-container .content .title {
    font-size: clamp(1.4375rem, 4.9vw, 2.0625rem);
  }
  #lead-container .bottom-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #lead-container .bottom-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 64rem) {
  #lead-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead-container .background {
    display: block;
    height: 100%;
    width: 40%;
  }
  #lead-container .container {
    max-width: 32.375rem;
  }
  #lead-container .content .title {
    font-size: clamp(1.4375rem, 4.9vw, 2.3625rem);
  }
}
