#lead-form-news-wrapper .btn {
    position: relative;
    display: inline-block;
    padding: 1rem;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border-radius: 0;
    border: none;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
}

#lead-form-news-wrapper .btn--primary--blue {
    color: #fff;
    background: #1464f4;
}

#lead-form-news-wrapper .btn--animated {
    transition-property: color;
    transition-duration: 0.5s;
}

#lead-form-news-wrapper .btn--border--blue {
    border: 0.063rem solid #1464f4;
}


#lead-form-news-wrapper {
    background-color: rgba(247, 249, 249, 1);
    padding: 64px 0;
    margin-top: 30px;
}

.lead-news-form {
    max-width: 548px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}

.form-header .title {
    font-size: 36px;
    font-weight: 300;
    line-height: 45.18px;
    letter-spacing: -0.02em;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(217, 225, 226, 1);
}

.form-header .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group .form-control {
    display: block;
    padding: 15px 16px;
    background: #FFFFFF;
    border: 1px solid #D9E1E2;
    border-radius: 3px;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #3C3C3C;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.floating-label>input:focus+label {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    color: inherit;
    background-color: transparent;
    border-radius: 0.25rem;
    top: -0.7875rem;
    font-size: 0.875rem;
}

.floating-label>input:focus+label,
.form-group.has-value .floating-label>input+label {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #8A8A8A;
    top: 5px;
    left: 16px;
    padding: 0;
}

.floating-label>input:focus,
.form-group.has-value .floating-label>input {
    padding-top: 24px;
    padding-bottom: 6px;
}

.floating-label {
    position: relative;
}

.floating-label>input+label,
.floating-label>textarea+label {
    -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    color: #6c757d;
    pointer-events: none;
    font-size: 1rem;
    padding: calc(0.375rem + 1px) calc(0.75rem + 1px);
}

.floating-label>input+label,
.floating-label>textarea+label {
    display: block;
    padding: 15px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #3C3C3C;
}

span.required {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1464F4;
}

.form-error {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #DC3545;
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: 0;
}

.vf-model {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.form-radios {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.form-radios .form-item {
    width: 50%;
    display: flex;
    align-items: center;
}

.form-radios .form-item input {
    width: 24px;
    height: 24px;
}

.form-radios .form-item label {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 12px;
    margin-bottom: 0;
}

.form-footer {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.form-footer a {
    text-decoration: underline;
}

.thank-you {
    max-width: 628px;
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
}

.thank-you .logo {
    margin-bottom: 30px;
}

.thank-you .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.thank-you .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.thank-you .btn {
    width: 190px;
}

@media only screen and (max-width: 767px) {
    .lead-news-form {
        max-width: 90%;
    }

    .form-header .title {
        font-size: 20px;
        font-weight: 300;
        line-height: 25.1px;
    }
}