.error-text {
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #FF0000;
}

.form__footer {
    margin-top: 25px;
}

@media screen and (max-width: 575.98px) {
    .form__input {
        height: 50px;
    }
}

.sign_up_2 .content-block {
    margin-top: 30px;
}

.form-aside_load {
    position: relative;
}
.form-aside_load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url("../../img/icons/loading.gif") center/40px no-repeat rgba(236, 243, 247, 0.7);
}

.form-aside__back {
    position: relative;
    padding-left: 1.25rem;
    color: var(--dusty-gray);
}
@media (any-hover: hover) {
    .form-aside__back:hover {
        text-decoration: underline;
    }
}
.form-aside__back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.875rem;
    height: 100%;
    transform: rotate(180deg);
    background: url("../../img/icons/arrow.svg") center/0.875rem no-repeat;
}
@supports (margin-bottom: clamp( 1.25rem , 1.043814433rem  +  1.0309278351vw , 1.875rem )) {
    .form-aside__back:not(:last-child) {
        margin-bottom: clamp( 1.25rem , 1.043814433rem  +  1.0309278351vw , 1.875rem );
    }
}
@supports not (margin-bottom: clamp( 1.25rem , 1.043814433rem  +  1.0309278351vw , 1.875rem )) {
    .form-aside__back:not(:last-child) {
        margin-bottom: calc(
                1.25rem + 0.625 * (100vw - 20rem) / 60.625
        );
    }
}

.header {
    background-color: #0547A5;
}

.header__logo {
    max-width: 255px;
}

body {
    background: none;
}

.form {
    background: #ECF3F7 !important;
}

.content-block {
    background: #ECF3F7 !important;
    top: 30px;
}

.hero.intro .form {
    top: 30px;
    margin-bottom: unset;
}

.hero__bg-image {
    /*width: 100vw;*/
    height: 400px;
    padding: 0 0 120px 0;
    background-color: #0547A5;
    margin: 30px 30px 30px 30px;
    border-radius: 10px;
    /*background-image: url('../img/mockup.png');*/
    /*background-size: 25%, 25%, 25%;*/
    /*background-position: 80% 50%;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    /*position: relative;*/
}

.sign_up_premium_3 .hero__subtitle,
.sign_up_campaign_3 .hero__subtitle {
    color: #fff;
    max-width: 600px;
    margin: 0;
}

.sign_up_premium_3 .hero__title,
.sign_up_campaign_3 .hero__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    text-align: left;
}

.sign_up_premium_3 .hero_left,
.sign_up_campaign_3 .hero_left {
    width: 50%;
    float: left;
    padding-top: 75px;
}

.sign_up_premium_3 .hero_right,
.sign_up_campaign_3 .hero_right {
    padding-top: 25px;
}

.sign_up_premium_3 .hero_right img,
.sign_up_campaign_3 .hero_right img {
    padding-left: 40px;
    float: right;
    margin-right: 60px;
}

@media screen and (max-width: 1200px) {
    .sign_up_premium_3 .hero_left,
    .sign_up_campaign_3 .hero_left {
        width: 100%;
        float: none;
        padding-top: 75px;
    }

    .sign_up_premium_3 .hero_right,
    .sign_up_campaign_3 .hero_right {
        width: 100%;
        padding-top: 25px;
    }

    .sign_up_premium_3 .hero_left .hero__title,
    .sign_up_campaign_3 .hero_left .hero__title {
        max-width: unset;
    }

    .sign_up_premium_3 .hero__bg-image,
    .sign_up_campaign_3 .hero__bg-image {
        height: auto;
        padding: unset;
    }

    .sign_up_premium_3 .hero_right img,
    .sign_up_campaign_3 .hero_right img {
        padding: unset;
        float: unset;
        margin-right: unset;
    }

    .sign_up_premium_3 .hero_right,
    .sign_up_campaign_3 .hero_right {
        padding-left: unset;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .sign_up_premium_3 .hero_right img,
    .sign_up_campaign_3 .hero_right img {
        width: 100%;
        float: unset;
        margin-right: unset;
    }
}

.chargeInfo span, a, .hero__read-more {
    color: #0547A5 !important;
}

.form__header h3 {
    font-weight: 700 !important;
}

.form__row h3 {
    font-weight: normal !important;
}

.ajnCampaignText h3 {
    font-family: inter, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: #102039;
}

.ajnCampaignText p {
    font-family: inter, sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #102039;
}

@media screen and (max-width: 980px) {
    .hero.intro .hero__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    @media screen and (max-width: 980px) {
        .hero__subtitle {
            font-size: 14px;
            line-height: 20px;
        }
    }
    @media screen and (max-width: 1200px) {
        .sign_up_premium_3 .hero_left, .sign_up_campaign_3 .hero_left {
            padding-top: 25px;
        }
    }
}

@media screen and (min-width: 980px) {
    .hero {
        padding-top: 50px;
    }
    .hero.intro {
        padding-top: 50px;
    }
    .hero__bg-image {
        margin-top: 0px;
    }
    .hero__title {
        margin-bottom: 30px;
    }
    .sign_up_premium_3 .hero__bg-image .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .sign_up_premium_3 .hero__bg-image .hero_right img, .sign_up_campaign_3 .hero_right img {
        margin-right: unset;
    }
    .sign_up_premium_3 .hero__title {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 980px) {
    .hero {
        padding-top: 0px;
    }
}

.header-middle {
    padding-left: 16px;
}

.ajnCampaignText h3 {
    margin-bottom: 10px;
}

.sign_up_campaign_3 #backToDonorship {
    margin-bottom: 30px;
}

body.sticky-header .header > .container {
    padding: 10px 20px 10px 4px !important;
}

#stepBilling .form__item:first-of-type {
    margin-top: 0px !important;
}

#stepBilling #backToDonorship {
    margin-bottom: 25px !important;
}

.profile__line {
    background: #0547A5 !important;
}

.profile__history-item:last-of-type {
    border-bottom: unset !important;
    margin-bottom: 0px !important;
}

.form__button {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 991.98px) {
    body.sticky-header .header .header-middle {
        padding: 10px 16px 15px 0px !important;
    }

    .header .logo img {
        width: 256px !important;
        height: 26px !important;
    }

    .hero {
        padding-top: 0px !important;
    }

    .header.mobile-header .container {
        height: 60px !important;
    }

    .menu-control {
        margin-right: 16px !important;
    }

    body.sticky-header .header > .container {
        padding: 10px 18px 10px 18px !important;
    }

    .mobile header.header .crm-log-in {
        margin-left: -25px !important;
    }
}

@media screen and (max-width: 480.98px) {
    .profile.content-block {
        margin-bottom: 30px;
    }
    .form.password {
        height: 320px;
    }
    .hero__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hero__subtitle, .hero__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}