/* sign-up.css */
.signup-top {
    position: relative;
    padding-top: 140px;
    padding-bottom: 70px;
    background-color: #f8f8f8;
}
.signup-top h1 {
    font-size: 4.0rem;
    font-weight: 400;
    text-align: center;
    margin-inline: auto;
    max-width: 860px;
    color: rgba(var(--color-headings), 0.9);
}
.signup-top h1 span.free {
    font-weight: 500;
    font-style: italic;
    color: rgba(var(--color-red), 1);
}
.signup-top p {
    font-size: 1.35rem;
    line-height: 140%;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 0;
}
.signup-top p span {
    text-decoration: underline;
}
@media (max-width: 575.98px) {
    .signup-top {
        padding-top: 120px;
    }
    .signup-top h1 {
        font-size: 2.75rem;
        margin-bottom: 0;
    }
}
.s-div img {
    height: 200px;
    width: 100%;
}
.section-fields {
    padding-bottom: 100px;
}

.f-wrapper {
    position: relative;
    margin-top: -230px;
    max-width: 500px;
    border-radius: 9px;
    background-color: #ffffff;
    margin-inline: auto;
    padding: 30px 35px 35px 35px;
    border-top: 1px solid #eee;
}
@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }

@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) { }
@media (max-width: 767.98px) { }
@media (max-width: 449.98px) {
    .section-fields {
        padding-inline: 10px;
    } 
    .f-wrapper {
        padding: 15px 15px 15px 15px;
    }
}
#payment-form input {
    height: 44px;
}
#payment-form input[type='radio'] {
    height: 1em;
}
#payment-form label {
    padding-left: 3px;
    font-size: 0.85rem;
    color: rgba(var(--color-headings), 1);
    margin-bottom: 3px;
    font-family: var(--font-body);
}
label span.icon {
    color: #6d6e78;
    margin-left: 3px;
}
.row-fields {
    padding-block: 8px;
}
.row-fields.two {
    display: flex;
    column-gap: 15px;
}
.row-fields.two > div {
    flex-basis: calc(50% - 7px);
}

#payment-element {
    margin-top: 10px;
}
.row-terms {
    padding-block: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-submit {
    text-align: center;
}
.row-submit button.btn-submit {
    display: block;
    width: 100%;
    margin-inline: auto;
    text-transform: uppercase;
}
.row-logos {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.row-logos .logo-stripe {
    height: 30px;
    width: auto;
}
.row-logos .lock {
    font-size: 1.75rem;
    color: #888;
}
.TermsText {
    margin-top: 0;
}
.trial-copy {
    padding-top: 25px;
    color: #6d6e78;
    font-size: 0.75rem;
    line-height: 1.45;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.trial-copy strong {
    color: 444;
    font-weight: bold;
}
.product-choices {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.choice {
    flex-grow: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
}
.choice.selected {
    border: 1px solid rgba(var(--color-blue), 0.9);
    background-color: rgba(var(--color-blue), 0.1);
    color: #fff;
}
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    column-gap: 7px;
}
#payment-form .choice label {
    flex-grow: 1;
    cursor: pointer;
    color: #666;
}
#payment-form .choice.selected label {
    color: #000;
    font-weight: 500;
}
.form-check.choice .form-check-input {
    float: unset;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
}
p.need-more {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 10px;
}
p.need-more a {
    color: #888;
}
.start-with {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 25px;
    padding-inline: 5px;
}
.start-with .line {
    flex-grow: 1;
    height: 1px;
    background-color: rgba(var(--color-headings), 0.3);
}
.start-with h3 {
    width: fit-content;
    margin-bottom: 0;
    font-size: 1rem;
    /* font-family: var(--font-body); */
    /* text-transform: uppercase; */
    /* color: rgba(var(--color-headings), 0.6); */
}
