.article-share {
    margin-top: 24px;
    padding: 40px 48px;
    border-radius: 16px;
    background: #E6ECFF;
}

.article-share .text-caption {
    margin-bottom: 16px;
}

.share {
    display: flex;
    gap: 8px
}

.share a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff !important;
    width: 56px;
    height: 56px;
    border-radius: 12px !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.share a img {
    width: 16px;
}

.share a:hover {
    border-color: #000 !important;
}

.share .addtoany_list {
    display: flex !important;
    flex-flow: row wrap;
    gap: 8px;
}

.share a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none !important;
}

.share .addtoany_list a:hover img, .share .addtoany_list a:hover span {
    opacity: 1 !important;
}

.share .a2a_button_x > span,
.share .a2a_button_facebook > span,
.share .a2a_button_linkedin > span {
    background: transparent !important;
}

.share .a2a_button_x .a2a_label,
.share .a2a_button_x svg,
.share .a2a_button_facebook .a2a_label,
.share .a2a_button_facebook svg,
.share .a2a_button_linkedin .a2a_label,
.share .a2a_button_linkedin svg {
    display: none !important;
}

.share .a2a_button_x span.a2a_svg {
    width: 16px !important;
    height: 16px !important;
    background: url('../img/social/twitter-black.svg') center center/contain no-repeat !important;
}

.share .a2a_button_facebook span.a2a_svg {
    width: 16px !important;
    height: 16px !important;
    background: url('../img/social/facebook-black.svg') center center/contain no-repeat !important;
}

.share .a2a_button_linkedin span.a2a_svg {
    width: 16px !important;
    height: 16px !important;
    background: url('../img/social/linkedin-black.svg') center center/contain no-repeat !important;
}

.article p,
.article li {
    color: #32353E;
}

.article li b, .article p b, .article blockquote p {
    color: #121318;
}

.article h1,
.article h2,
.article h3 {
    margin: 56px 0;
}

.article h2,
.article h3 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.04em;
}

.article h4 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.04em;
}

.article .badge-block {
    margin-top: 56px;
    margin-bottom: 16px
}

.article .badge-block + h1,
.article .badge-block + h2,
.article .badge-block + h3 {
    margin-top: 16px;
}

.article .wp-block-group > * {
    margin-bottom: 32px;
}

.article p a:not([class]) {
    color: rgba(20, 80, 255, 1);
    text-decoration: underline;
}

.article p a:not([class]):hover {
    color: rgba(20, 80, 255, 1);
    text-decoration: none;
}

.article ul {
    padding: 0;
    list-style: none;
}

.article li {
    padding-left: 36px;
    position: relative;
    list-style: none;
}

.article li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icons/i-check.svg) no-repeat center;
    background-size: 24px;
}

.article li:not(:last-child) {
    margin-bottom: 16px;
}

.article .subtitle {
    margin: 0;
}


.article .wp-block-image {
    padding: 16px 48px;
}

.article .wp-block-image img {
    width: 100%;
    border-radius: 12px;
}

.article .wp-block-image figcaption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.article-img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 56px;
}

.article-video {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;

}

.video-embed {
    padding-top: 56.25%;
    position: relative;
}

.article-video video,
.article-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


#scroll-progress-container {
    position: absolute;
    bottom: -2px;
    left: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: calc(1232px - 40px);*/
    max-width: 100%;
    width: 100%;
    height: 4px;
    background-color: transparent;
    z-index: 9999;
    pointer-events: none;
}

#scroll-progress-bar {
    height: 100%;
    width: 0;
    background-color: #1450FF;
    transition: width 0.1s ease-out;
}


/*@media (max-width: 1199px) {*/
/*    #scroll-progress-container {*/
/*        left: -22px;*/
/*        right: -22px;*/
/*    }*/
/*}*/

.article-negative {
    z-index: 2;
    position: relative;
    margin-top: -90px;
}

.article-subscribe {
    background: #F1F4FE;
    border-radius: 24px;
    padding: 24px;
    margin-top: 56px;
}

.article-subscribe .form-control {
    height: 64px;
    display: flex;
    align-items: center;
    border: 1px solid #DFE1E5;
    background: #fff;
    color: #121318;
    padding: 0 24px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    flex: 1;
    width: 100%;
    border-radius: 16px;
}

.article-subscribe .form-control::-webkit-input-placeholder {
    color: #797E8E;
}

.article-subscribe .form-control::-moz-placeholder {
    color: #797E8E;
}

.article-subscribe .form-control:-moz-placeholder {
    color: #797E8E;
}

.article-subscribe .form-control:-ms-input-placeholder {
    color: #797E8E;
}

.article-subscribe .btn {
    min-width: 136px;
}

.article-subscribe form {
    margin-top: 16px;
}

.article-subscribe__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    box-shadow: 0 2px 3px 0 rgba(31, 47, 81, .17);
    margin-right: 16px;
    position: relative;
    background: #fff;
    border: 1px solid #CDCFD7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-subscribe__icon:before {
    content: '';
    position: absolute;
    border: 1px solid #CDCFD7;
    border-radius: 12px;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
}

.article-subscribe__icon img {
    width: 24px;
}

.article-subscribe .hsfc-Step__Content,
.article-subscribe .hbspt-form form {
    display: flex !important;
    margin-top: 16px !important;
    padding: 0 !important;
    gap: 8px !important;
}

.article-subscribe .hsfc-Step__Content > div,
.article-subscribe .hbspt-form form > div {
    margin: 0 !important;
    overflow: unset !important;
}

.article-subscribe .hbspt-form form > div:nth-child(1) {
    max-width: 100%;
    width: 100%;
}

.article-subscribe .hsfc-Step__Content [type="submit"],
.article-subscribe .hbspt-form form [type="submit"] {
    margin-top: 0 !important;
}

.article-subscribe .hsfc-Step__Content .hsfc-FieldLabel,
.article-subscribe .hbspt-form form label {
    display: none !important;
}

.article-subscribe .hsfc-Step__Content [type="text"],
.article-subscribe .hsfc-Step__Content [type="email"],
.article-subscribe .hbspt-form form [type="text"],
.article-subscribe .hbspt-form form [type="email"] {
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #DFE1E5 !important;
    background: #fff !important;
    color: #121318 !important;
    padding: 0 24px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-right: 8px !important;
    flex: 1 !important;
    width: 100% !important;
    border-radius: 16px !important;
    appearance: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    font-family: inherit !important;
}

.article-subscribe .hsfc-Step__Content button,
.article-subscribe .hbspt-form form [type="submit"] {
    --bs-btn-padding-y: 0.375rem !important;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-line-height: 1.5 !important;
    --bs-btn-border-width: var(--bs-border-width) !important;
    --bs-btn-border-color: transparent !important;
    --bs-btn-hover-border-color: transparent !important;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    --bs-btn-disabled-opacity: 0.65 !important;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5) !important;
    display: inline-block !important;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
    font-size: var(--bs-btn-font-size) !important;
    font-weight: var(--bs-btn-font-weight) !important;
    line-height: var(--bs-btn-line-height) !important;
    color: var(--bs-btn-color) !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
    border-radius: var(--bs-btn-border-radius) !important;
    background-color: var(--bs-btn-bg) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #5c636a !important;
    --bs-btn-hover-border-color: #565e64 !important;
    --bs-btn-focus-shadow-rgb: 130, 138, 145 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #565e64 !important;
    --bs-btn-active-border-color: #51585e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #6c757d !important;
    --bs-btn-disabled-border-color: #6c757d !important;
    font-size: 16px !important;
    line-height: 20px !important;
    height: 64px !important;
    padding: 0 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    font-weight: 600 !important;
    padding-right: 24px !important;
    background: #1450FF !important;
    color: #ffffff !important;
    border: none !important;
    white-space: nowrap !important;
    position: relative !important;
    font-family: 'ArbeitProContrast' !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 136px !important;
}

.article-subscribe .hsfc-Step__Content button:after,
.article-subscribe .hbspt-form form [type="submit"]:after {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-sm-right-light.svg);
    background-size: 16px;
    margin-left: 8px;
    transition: .2s .1s linear;
}

.article-subscribe .hsfc-Step__Content button:hover,
.article-subscribe .hbspt-form form [type="submit"]:hover {
    transform: none !important;
    filter: none !important;
    background: #043DE1 !important;
}

.article-subscribe .hsfc-Step__Content button:hover:after,
.article-subscribe .hbspt-form form [type="submit"]:hover:after {
    transform: translateX(4px) !important;
}

.article-subscribe .hsfc-Step__Content .hsfc-NavigationRow,
.article-subscribe .hsfc-Step__Content .hsfc-NavigationRow__Alerts,
.article-subscribe .hbspt-form form .hsfc-NavigationRow,
.article-subscribe .hbspt-form form .hsfc-NavigationRow__Alerts {
    margin: 0 !important;
    padding: 0 !important;
}

.article-subscribe .hsfc-Step__Content .hsfc-NavigationRow__Alerts,
.article-subscribe .hbspt-form form > .hs_error_rollup {
    display: none !important;
}

.article-subscribe .hbspt-form form .hs-error-msgs {
    margin: 0 !important;
}

.article-subscribe .hbspt-form form .hs-error-msgs li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.article-subscribe .hbspt-form form .hs-error-msgs li:before {
    display: none;
}

.article-subscribe .hbspt-form form .hs-error-msgs label {
    display: inline-block !important;
}

.article-subscribe .hsfc-Step__Content .hsfc-ErrorAlert,
.article-subscribe .hbspt-form form .hs-error-msg {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: "ArbeitProContrast" !important;
    text-transform: none !important;
    color: rgba(229,21,32,1.0) !important;
}

@media (max-width: 767px) {
    .article-subscribe .hsfc-Step__Content,
    .article-subscribe .hbspt-form form {
        flex-direction: column !important;
    }

    .article-subscribe .hsfc-Step__Content [type="text"],
    .article-subscribe .hsfc-Step__Content [type="email"],
    .article-subscribe .hsfc-Step__Content button,
    .article-subscribe .hbspt-form form [type="text"],
    .article-subscribe .hbspt-form form [type="email"],
    .article-subscribe .hbspt-form form [type="submit"] {
        height: 48px !important;
        margin-right: 0 !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

/* blockquote */
.article blockquote:not(.blockquote-block__quote) {
    padding-left: 24px;
    position: relative;
    margin: 32px 0 16px;
}

.article blockquote:not(.blockquote-block__quote):before {
    content: '';
    background: #1450FF;
    border-radius: 4px;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

:where(.wp-block-columns) {
    margin-bottom: 56px;
}


.article-form {
    width: 466px;
    padding: 24px;
    border-radius: 16px;
    background: #F1F4FE;
}

.article-form form {
    display: grid;
    row-gap: 24px;
}

.article-form .form-label {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    margin-bottom: 8px;
}

.article-form .form-control {
    height: 56px;
    background: #fff;
    border: 1px solid #CDCFD7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #121318;
}

.article-form .form-control::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
}

.article-form .form-control::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
}

.article-form .form-control:-moz-placeholder {
    color: #797E8E;
    opacity: 1;
}

.article-form .form-control:-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
}

.article-form .form-check-label {
    font-size: 14px;
    line-height: 20px;

}

.form-agree {
    color: #5C6170;
}

.form-agree a {
    color: #1450FF;
    text-decoration: underline;
}

.form-agree a:hover {
    color: #1450FF;
    text-decoration: none;
}

.article-content {
    flex: 1;
    padding-right: 72px;
}


.article blockquote:not(.blockquote-block__quote) + p {
    margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
    .article-content {
        flex: none;
        padding-right: 0;
        margin-top: 56px;
    }

    .article-form {
        width: 100%;
    }
}


@media (max-width: 767px) {

    .article-negative {
        margin-top: -76px;
    }

    .article-img {
        margin-bottom: 32px;
    }

    .article-img, .article-video {
        border-radius: 6px;
        margin-bottom: 42px;
        overflow: hidden;
    }

    .article h1, .article h2, .article h3 {
        margin: 32px 0;
        font-size: 28px;
        line-height: 30px;
    }

    .article h2,
    .article h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .article h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .article .wp-block-group > * {
        margin-bottom: 16px;
    }

    .article .badge-block {
        margin-top: 32px;
    }

    .article .wp-block-image {
        padding-left: 0;
        padding-right: 0;
    }

    .article .wp-block-image figcaption {
        font-size: 12px;
        line-height: 18px;
        padding: 0 24px;
        margin-top: 8px;
    }

    .article blockquote:not(.blockquote-block__quote) {
        margin-top: 24px;
    }

    :where(.wp-block-columns) {
        margin-bottom: 32px;
    }

    .article-share {
        padding: 24px;
        border-radius: 16px;
    }

    .article-subscribe {
        border-radius: 16px;
        padding: 8px;
        margin-top: 40px;
    }

    .article-subscribe .form-control {
        height: 48px;
        margin-right: 0;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .article-subscribe .btn {
        width: 100%;
        height: 48px;
    }


    .article-content {
        margin-top: 40px;
    }

    .article-form form {
        row-gap: 16px;
    }

    .article-form .form-label {
        font-size: 11px;
    }

    .article-form .form-control {
        height: 48px;
    }

}


/**/
.article-form .hsfc-Step__Content,
.article-form form,
.modal-content .hsfc-Step__Content,
.modal-content .hbspt-form form {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    padding: 0 !important;
}

.article-form .hsfc-Step__Content > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.modal-content .hbspt-form form > .form-columns-2 {
    display: flex !important;
}

.modal-content .hsfc-Step__Content > div,
.modal-content .hbspt-form form > .form-columns-2 {
    max-width: 100% !important;
    width: 100% !important;
    gap: 24px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.modal-content .hbspt-form form > .form-columns-1 {
    max-width: 100% !important;
    width: 100% !important;
}

.modal-content .hbspt-form form > .form-columns-2 > div {
    max-width: 50% !important;
    width: 100% !important;
    float: none !important;
}

.modal-content .hbspt-form form > .form-columns-1 .input,
.modal-content .hbspt-form form > .form-columns-2 .input {
    margin: 0 !important;
}

.article-form .hsfc-Step__Content label,
.article-form form label,
.modal-content .hsfc-Step__Content label,
.modal-content .hbspt-form form label {
    text-transform: uppercase !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: .1em !important;
    margin-bottom: 8px !important;
    font-family: 'ArbeitProContrast' !important;
    line-height: initial !important;
    color: #121318 !important;
}

.article-form .hsfc-Step__Content label > span,
.article-form form label > span,
.modal-content .hsfc-Step__Content label > span,
.modal-content .hbspt-form form label {
    display: flex !important;
    flex-flow: row nowrap !important;
    justify-content: flex-start !important;
}

.article-form .hsfc-Step__Content label span,
.article-form form label span,
.modal-content .hsfc-Step__Content label span,
.modal-content .hbspt-form form label span {
    font-family: 'ArbeitProContrast' !important;
    line-height: initial !important;
    color: #121318 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: .1em !important;
}

.article-form .hsfc-Step__Content input[type="text"],
.article-form .hsfc-Step__Content input[type="email"],
.article-form .hsfc-Step__Content input[type="tel"],
.article-form .hsfc-Step__Content input[type="number"],
.article-form .hsfc-Step__Content input[type="date"],
.article-form .hsfc-Step__Content input[type="time"],
.article-form .hsfc-Step__Content input[type="url"],
.article-form .hsfc-Step__Content input[type="search"],
.article-form .hsfc-Step__Content input[type="password"],
.article-form .hsfc-Step__Content input[type="file"],
.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response),
.modal-content .hsfc-Step__Content input[type="text"],
.modal-content .hsfc-Step__Content input[type="email"],
.modal-content .hsfc-Step__Content input[type="tel"],
.modal-content .hsfc-Step__Content input[type="number"],
.modal-content .hsfc-Step__Content input[type="date"],
.modal-content .hsfc-Step__Content input[type="time"],
.modal-content .hsfc-Step__Content input[type="url"],
.modal-content .hsfc-Step__Content input[type="search"],
.modal-content .hsfc-Step__Content input[type="password"],
.modal-content .hsfc-Step__Content input[type="file"],
.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response),
.modal-content .hbspt-form form input[type="text"],
.modal-content .hbspt-form form input[type="email"],
.modal-content .hbspt-form form input[type="tel"],
.modal-content .hbspt-form form input[type="number"],
.modal-content .hbspt-form form input[type="date"],
.modal-content .hbspt-form form input[type="time"],
.modal-content .hbspt-form form input[type="url"],
.modal-content .hbspt-form form input[type="search"],
.modal-content .hbspt-form form input[type="password"],
.modal-content .hbspt-form form input[type="file"],
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response),
.article-form form input[type="text"],
.article-form form input[type="email"],
.article-form form input[type="tel"],
.article-form form input[type="number"],
.article-form form input[type="date"],
.article-form form input[type="time"],
.article-form form input[type="url"],
.article-form form input[type="search"],
.article-form form input[type="password"],
.article-form form input[type="file"],
.article-form form textarea:not(.g-recaptcha-response) {
    width: 100% !important;
    height: 56px !important;
    background: #fff !important;
    border: 1px solid #CDCFD7 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 24px !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #121318 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response),
.article-form form textarea:not(.g-recaptcha-response),
.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response),
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response) {
    height: 120px !important;
    padding: 24px !important;
}

.article-form .hsfc-Step__Content input::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content input::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content input:-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content input:-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content input::-webkit-input-placeholder,
.modal-content .hbspt-form form input::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content input::-moz-placeholder,
.modal-content .hbspt-form form input::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content input:-moz-placeholder,
.modal-content .hbspt-form form input:-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content input:-ms-input-placeholder,
.modal-content .hbspt-form form input:-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form input::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form input::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form input:-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form input:-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response)::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response)::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response):-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response):-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response)::-webkit-input-placeholder,
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response)::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response)::-moz-placeholder,
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response)::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response):-moz-placeholder,
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response):-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response):-ms-input-placeholder,
.modal-content .hbspt-form form textarea:not(.g-recaptcha-response):-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form textarea:not(.g-recaptcha-response)::-webkit-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form textarea:not(.g-recaptcha-response)::-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form textarea:not(.g-recaptcha-response):-moz-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form form textarea:not(.g-recaptcha-response):-ms-input-placeholder {
    color: #797E8E;
    opacity: 1;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content .hsfc-DataPrivacyField .hsfc-Row,
.article-form form .hsfc-DataPrivacyField .hsfc-Row,
.modal-content .hsfc-Step__Content .hsfc-DataPrivacyField .hsfc-Row,
.modal-content .hbspt-form form .hsfc-DataPrivacyField .hsfc-Row {
    margin-bottom: 0 !important;
}

.article-form .hsfc-Step__Content .hsfc-RichText,
.article-form form .hsfc-RichText,
.modal-content .hsfc-Step__Content .hsfc-RichText,
.modal-content .hbspt-form form .hsfc-RichText,
.article-form .hsfc-Step__Content .hs-richtext,
.article-form form .hs-richtext,
.modal-content .hsfc-Step__Content .hs-richtext,
.modal-content .hbspt-form form .hs-richtext {
    color: #5C6170 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content .hsfc-CheckboxField,
.article-form form .hsfc-CheckboxField,
.article-form form .hs-form-booleancheckbox,
.modal-content .hsfc-Step__Content .hsfc-CheckboxField,
.modal-content .hbspt-form form .hsfc-CheckboxField {
    margin: 24px 0 !important;
}

.article-form .hsfc-Step__Content .hsfc-CheckboxField label,
.article-form form .hsfc-CheckboxField label,
.article-form form .hs-form-booleancheckbox label,
.modal-content .hsfc-Step__Content .hsfc-CheckboxField label,
.modal-content .hbspt-form form .hsfc-CheckboxField label {
    display: flex !important;
    align-items: flex-start !important;
}

.article-form .hsfc-Step__Content .hsfc-CheckboxField label span,
.article-form form .hsfc-CheckboxField label span,
.article-form form .hs-form-booleancheckbox label span,
.modal-content .hsfc-Step__Content .hsfc-CheckboxField label span,
.modal-content .hbspt-form form .hsfc-CheckboxField label span {
    font-size: 14px !important;
    line-height: 20px !important;
    text-transform: none !important;
    font-family: 'ArbeitProContrast' !important;
}

.article-form .hsfc-Step__Content .hsfc-CheckboxField [type="checkbox"],
.article-form form .hsfc-CheckboxField [type="checkbox"],
.article-form form .hs-form-booleancheckbox [type="checkbox"],
.modal-content .hsfc-Step__Content .hsfc-CheckboxField [type="checkbox"],
.modal-content .hbspt-form form .hsfc-CheckboxField [type="checkbox"] {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border-radius: .25em;
    top: -2px !important;
}

.article-form .hsfc-Step__Content .hsfc-CheckboxField label > span,
.article-form form .hsfc-CheckboxField label > span,
.article-form form .hs-form-booleancheckbox label > span,
.modal-content .hsfc-Step__Content .hsfc-CheckboxField label > span,
.modal-content .hbspt-form form .hsfc-CheckboxField label > span {
    display: inline-block !important;
}

/* .article-form .hsfc-Step__Content .hsfc-CheckboxField label span.hsfc-FieldLabel__RequiredIndicator {
    display: none!important;
} */

.article-form .hsfc-Step__Content .hsfc-NavigationRow,
.article-form form .hsfc-NavigationRow,
.modal-content .hsfc-Step__Content .hsfc-NavigationRow,
.modal-content .hbspt-form form .hsfc-NavigationRow {
    margin-top: 0 !important;
    gap: 0 !important;
}

.article-form .hsfc-Step__Content .hsfc-NavigationRow__Alerts,
.article-form form .hsfc-NavigationRow__Alerts,
.modal-content .hsfc-Step__Content .hsfc-NavigationRow__Alerts,
.modal-content .hbspt-form form .hsfc-NavigationRow__Alerts {
    margin-bottom: 0 !important;
}

.article-form .hsfc-Step__Content .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
.article-form form .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
.modal-content .hsfc-Step__Content .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
.modal-content .hbspt-form form .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert {
    margin-bottom: 24px !important;
}

.article-form form .inputs-list,
.modal-content .hbspt-form form .hs-error-msgs {
    margin-bottom: 0 !important;
}

.modal-content .hbspt-form form .hs-error-msgs {
    padding: 0 !important;
    list-style: none !important;
}

.modal-content .hbspt-form form .hs-error-msgs li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.article-form .hsfc-Step__Content .hsfc-ErrorAlert,
.article-form form .hsfc-ErrorAlert,
.article-form form .inputs-list li,
.article-form form .inputs-list li label,
.modal-content .hsfc-Step__Content .hsfc-ErrorAlert,
.modal-content .hbspt-form form .hs-error-msg {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: 'ArbeitProContrast' !important;
    text-transform: none !important;
    color: rgba(229, 21, 32, 1.0) !important;
    letter-spacing: -.04em !important;
}

.article-form .hsfc-Step__Content button,
.article-form form button,
.modal-content .hsfc-Step__Content button,
.modal-content .hbspt-form form button,
.article-form .hsfc-Step__Content [type="submit"],
.article-form form [type="submit"],
.modal-content .hsfc-Step__Content [type="submit"],
.modal-content .hbspt-form form [type="submit"] {
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-padding-y: 0.375rem !important;
    --bs-btn-font-family: !important;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-line-height: 1.5 !important;
    --bs-btn-border-width: var(--bs-border-width) !important;
    --bs-btn-border-color: transparent !important;
    --bs-btn-hover-border-color: transparent !important;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    --bs-btn-disabled-opacity: 0.65 !important;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5) !important;
    display: inline-block !important;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
    font-size: var(--bs-btn-font-size) !important;
    font-weight: var(--bs-btn-font-weight) !important;
    line-height: var(--bs-btn-line-height) !important;
    color: var(--bs-btn-color) !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
    border-radius: var(--bs-btn-border-radius) !important;
    background-color: var(--bs-btn-bg) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;

    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #5c636a !important;
    --bs-btn-hover-border-color: #565e64 !important;
    --bs-btn-focus-shadow-rgb: 130, 138, 145 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #565e64 !important;
    --bs-btn-active-border-color: #51585e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #6c757d !important;
    --bs-btn-disabled-border-color: #6c757d !important;

    font-size: 16px !important;
    line-height: 20px !important;
    height: 64px !important;
    padding: 0 32px !important;
    padding-right: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    font-weight: 600 !important;

    padding-right: 24px !important;

    background: #1450FF !important;
    color: #ffffff !important;
    border: none !important;

    white-space: nowrap !important;
    height: 48px !important;
    border-radius: 12px !important;

    position: relative !important;
    font-family: 'ArbeitProContrast' !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.article-form .hsfc-Step__Content button:after,
.article-form form button:after,
.modal-content .hsfc-Step__Content button:after,
.modal-content .hbspt-form form button:after,
.article-form .hsfc-Step__Content [type="submit"]:after,
.article-form form [type="submit"]:after,
.modal-content .hsfc-Step__Content [type="submit"]:after,
.modal-content .hbspt-form form [type="submit"]:after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-sm-right-light.svg);
    background-size: 16px;
    margin-left: 8px;
    transition: .2s .1s linear;
}

.article-form .hsfc-Step__Content button:hover,
.article-form form button:hover,
.modal-content .hsfc-Step__Content button:hover,
.modal-content .hbspt-form form button:hover,
.article-form .hsfc-Step__Content [type="submit"]:hover,
.article-form form [type="submit"]:hover,
.modal-content .hsfc-Step__Content [type="submit"]:hover,
.modal-content .hbspt-form form [type="submit"]:hover {
    transform: none !important;
    filter: none !important;
}

.article-form .hsfc-Step__Content button:hover:after,
.article-form form button:hover:after,
.modal-content .hsfc-Step__Content button:hover:after,
.modal-content .hbspt-form form button:hover:after,
.article-form .hsfc-Step__Content [type="submit"]:hover:after,
.article-form form [type="submit"]:hover:after,
.modal-content .hsfc-Step__Content [type="submit"]:hover:after,
.modal-content .hbspt-form form [type="submit"]:hover:after {
    transform: translateX(4px) !important;
}

.modal-content .hbspt-form form .hs-input.hs-fieldtype-intl-phone {
    display: flex !important;
}

.article-form .hsfc-Step__Content .hsfc-PhoneInput__FlagAndCaret,
.article-form form .hsfc-PhoneInput__FlagAndCaret,
.modal-content .hsfc-Step__Content .hsfc-PhoneInput__FlagAndCaret,
.modal-content .hbspt-form form select {
    height: 56px !important;
    background: #fff !important;
    border: 1px solid #CDCFD7 !important;
    border-radius: 12px 0 0 12px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #121318 !important;
}

.article-form .hsfc-Step__Content input[type="tel"],
.article-form form input[type="tel"],
.modal-content .hsfc-Step__Content input[type="tel"],
.modal-content .hbspt-form form input[type="tel"] {
    border-radius: 0 12px 12px 0 !important;
    border-left: none !important;
}

.article-form .hsfc-Step__Content .hsfc-DropdownOptions__Search,
.article-form form .hsfc-DropdownOptions__Search,
.modal-content .hsfc-Step__Content .hsfc-DropdownOptions__Search,
.modal-content .hbspt-form form .hsfc-DropdownOptions__Search {
    padding: 0 !important;
}

.article-form .hsfc-Step__Content .hsfc-DropdownOptions__List__ListItem,
.article-form form .hsfc-DropdownOptions__List__ListItem,
.modal-content .hsfc-Step__Content .hsfc-DropdownOptions__List__ListItem,
.modal-content .hbspt-form form .hsfc-DropdownOptions__List__ListItem {
    display: flex !important;
}

.article-form .hsfc-Step__Content .hsfc-DropdownOptions__List li::before,
.article-form form .hsfc-DropdownOptions__List li::before,
.modal-content .hsfc-Step__Content .hsfc-DropdownOptions__List li::before,
.modal-content .hbspt-form form .hsfc-DropdownOptions__List li::before {
    position: relative !important;
    margin-right: 8px !important;
    display: none !important;
}

@media (max-width: 550px) {
    .article-form .hsfc-Step__Content,
    .article-form form,
    .modal-content .hsfc-Step__Content,
    .modal-content .hbspt-form form {
        gap: 12px !important;
    }

    .article-form .hsfc-Step__Content > div {
        gap: 12px !important;
    }

    .modal-content .hsfc-Step__Content > div,
    .modal-content .hbspt-form form > .form-columns-2 {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .modal-content .hbspt-form form > .form-columns-2 > div {
        max-width: 100% !important;
    }

    .article-form .hsfc-Step__Content input[type="text"],
    .article-form .hsfc-Step__Content input[type="email"],
    .article-form .hsfc-Step__Content input[type="tel"],
    .article-form .hsfc-Step__Content input[type="number"],
    .article-form .hsfc-Step__Content input[type="date"],
    .article-form .hsfc-Step__Content input[type="time"],
    .article-form .hsfc-Step__Content input[type="url"],
    .article-form .hsfc-Step__Content input[type="search"],
    .article-form .hsfc-Step__Content input[type="password"],
    .article-form .hsfc-Step__Content input[type="file"],
    .article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response),
    .modal-content .hsfc-Step__Content input[type="text"],
    .modal-content .hsfc-Step__Content input[type="email"],
    .modal-content .hsfc-Step__Content input[type="tel"],
    .modal-content .hsfc-Step__Content input[type="number"],
    .modal-content .hsfc-Step__Content input[type="date"],
    .modal-content .hsfc-Step__Content input[type="time"],
    .modal-content .hsfc-Step__Content input[type="url"],
    .modal-content .hsfc-Step__Content input[type="search"],
    .modal-content .hsfc-Step__Content input[type="password"],
    .modal-content .hsfc-Step__Content input[type="file"],
    .modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response),
    .modal-content .hbspt-form form input[type="text"],
    .modal-content .hbspt-form form input[type="email"],
    .modal-content .hbspt-form form input[type="tel"],
    .modal-content .hbspt-form form input[type="number"],
    .modal-content .hbspt-form form input[type="date"],
    .modal-content .hbspt-form form input[type="time"],
    .modal-content .hbspt-form form input[type="url"],
    .modal-content .hbspt-form form input[type="search"],
    .modal-content .hbspt-form form input[type="password"],
    .modal-content .hbspt-form form input[type="file"],
    .modal-content .hbspt-form form textarea:not(.g-recaptcha-response),
    .article-form form input[type="text"],
    .article-form form input[type="email"],
    .article-form form input[type="tel"],
    .article-form form input[type="number"],
    .article-form form input[type="date"],
    .article-form form input[type="time"],
    .article-form form input[type="url"],
    .article-form form input[type="search"],
    .article-form form input[type="password"],
    .article-form form input[type="file"],
    .article-form form textarea:not(.g-recaptcha-response) {
        padding: 0 12px !important;
    }

    .article-form .hsfc-Step__Content textarea:not(.g-recaptcha-response),
    .article-form form textarea:not(.g-recaptcha-response),
    .modal-content .hsfc-Step__Content textarea:not(.g-recaptcha-response),
    .modal-content .hbspt-form form textarea:not(.g-recaptcha-response) {
        padding: 12px !important;
    }

    .article-form .hsfc-Step__Content .hsfc-CheckboxField,
    .article-form form .hsfc-CheckboxField,
    .modal-content .hsfc-Step__Content .hsfc-CheckboxField,
    .modal-content .hbspt-form form .hsfc-CheckboxField {
        margin: 12px 0 !important;
    }

    .article-form .hsfc-Step__Content .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
    .article-form form .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
    .modal-content .hsfc-Step__Content .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert,
    .modal-content .hbspt-form form .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert {
        margin-bottom: 12px !important;
    }
}

.article-form form .hs-form-booleancheckbox:before,
.article-form form .inputs-list li:before {
    display: none !important;
}

.article-form form .hs-form-booleancheckbox,
.article-form form .inputs-list li {
    padding: 0 !important;
}

/* Styles for .section-subscribe, duplicating .article-subscribe */
.section-subscribe .hsfc-Step__Content {
    display: flex !important;
    margin-top: 16px !important;
    padding: 0 !important;
    gap: 8px !important;
}

.section-subscribe .hsfc-Step__Content > div {
    margin: 0 !important;
    overflow: 0 !important;
}

.section-subscribe .hsfc-Step__Content [type="submit"] {
    margin-top: 0 !important;
}

.section-subscribe .hsfc-Step__Content .hsfc-FieldLabel {
    display: none !important;
}

.section-subscribe .hsfc-Step__Content [type="text"],
.section-subscribe .hsfc-Step__Content [type="email"] {
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #DFE1E5 !important;
    background: #fff !important;
    color: #121318 !important;
    padding: 0 24px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-right: 8px !important;
    flex: 1 !important;
    width: 100% !important;
    border-radius: 16px !important;
    appearance: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    font-family: inherit !important;
}

.section-subscribe .hsfc-Step__Content button {
    --bs-btn-padding-y: 0.375rem !important;
    --bs-btn-font-family: !important;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-line-height: 1.5 !important;
    --bs-btn-border-width: var(--bs-border-width) !important;
    --bs-btn-border-color: transparent !important;
    --bs-btn-hover-border-color: transparent !important;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    --bs-btn-disabled-opacity: 0.65 !important;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5) !important;
    display: inline-block !important;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
    font-size: var(--bs-btn-font-size) !important;
    font-weight: var(--bs-btn-font-weight) !important;
    line-height: var(--bs-btn-line-height) !important;
    color: var(--bs-btn-color) !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
    border-radius: var(--bs-btn-border-radius) !important;
    background-color: var(--bs-btn-bg) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #5c636a !important;
    --bs-btn-hover-border-color: #565e64 !important;
    --bs-btn-focus-shadow-rgb: 130, 138, 145 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #565e64 !important;
    --bs-btn-active-border-color: #51585e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #6c757d !important;
    --bs-btn-disabled-border-color: #6c757d !important;
    font-size: 16px !important;
    line-height: 20px !important;
    height: 64px !important;
    padding: 0 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    font-weight: 600 !important;
    padding-right: 24px !important;
    background: #1450FF !important;
    color: #ffffff !important;
    border: none !important;
    white-space: nowrap !important;
    position: relative !important;
    font-family: 'ArbeitProContrast' !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 136px !important;
}

.section-subscribe .hsfc-Step__Content button:after {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-sm-right-light.svg);
    background-size: 16px;
    margin-left: 8px;
    transition: .2s .1s linear;
}

.section-subscribe .hsfc-Step__Content button:hover {
    transform: none !important;
    filter: none !important;
    background: #043DE1 !important;
}

.section-subscribe .hsfc-Step__Content button:hover:after {
    transform: translateX(4px) !important;
}

.section-subscribe .hsfc-Step__Content .hsfc-NavigationRow,
.section-subscribe .hsfc-Step__Content .hsfc-NavigationRow__Alerts {
    margin: 0 !important;
    padding: 0 !important;
}

.section-subscribe .hsfc-Step__Content .hsfc-NavigationRow__Alerts {
    display: none !important;
}

.section-subscribe .hsfc-Step__Content .hsfc-ErrorAlert {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: "ArbeitProContrast" !important;
    text-transform: none !important;
}

@media (max-width: 767px) {
    .section-subscribe .hsfc-Step__Content {
        flex-direction: column !important;
    }

    .section-subscribe .hsfc-Step__Content [type="text"],
    .section-subscribe .hsfc-Step__Content [type="email"],
    .section-subscribe .hsfc-Step__Content button {
        height: 48px !important;
        margin-right: 0 !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
}
