/* Footer newsletter form — BC site Figma 1285-3373 */

footer .footer-subscribe-field {
    font-weight: 400;
    font-size: inherit;
    line-height: normal;
}

footer .footer-subscribe-form {
    display: block;
    padding-top: 19px;
    max-width: 100%;
    margin: 0;
}

footer .footer-subscribe-form__row {
    display: inline-flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

footer .footer-subscribe-form__input[type="email"] {
    flex: 1 1 auto;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    height: 54px;
    border: 1px solid #fff;
    border-right: 0;
    background: transparent;
    border-radius: 8px 0 0 8px;
    padding: 0 20px;
    color: #fff;
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
}

footer .footer-subscribe-form__input:focus {
    outline: none;
}

footer .footer-subscribe-form__input::placeholder {
    color: #b0bec5;
    opacity: 1;
}

footer .footer-subscribe-form__submit {
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 54px;
    width: 54px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #073248;
    padding: 0;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

footer .footer-subscribe-form__submit:hover {
    background: #f4f7fa;
}

footer .footer-subscribe-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    font-family: Geologica, sans-serif;
    font-weight: 400;
    color: #8fa3ac;
    cursor: pointer;
}

footer .footer-subscribe-form__consent span {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    text-transform: none;
}

footer .footer-subscribe-form__consent input {
    margin-top: 2px;
    flex-shrink: 0;
}

footer .footer-subscribe-form__message {
    display: block;
    font-family: Geologica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 10px;
    width: 100%;
}

footer .footer-subscribe-form__message--success {
    color: #fff;
    padding-top: 19px;
    padding-bottom: 0;
}

footer .footer-subscribe-form__message--error {
    color: #ffb4ae;
}

@media screen and (max-width: 767px) {
    footer .footer-subscribe-form {
        width: 100%;
    }

    footer .footer-subscribe-form__row {
        display: flex;
        width: 100%;
    }
}
