.nb-footer.footer-wrapper.style-2 {
    background:
        radial-gradient(circle at 85% 0, rgba(32, 91, 174, .28), transparent 30%),
        linear-gradient(135deg, #081525 0%, #0d2038 55%, #0b1a2d 100%);
    border: 0;
    color: #c7d2e0;
    margin-top: 72px !important;
    overflow: hidden;
    position: relative;
}

.nb-footer.footer-wrapper.style-2::before {
    background: linear-gradient(90deg, #144f9b, #d6a54d 50%, #e4233f);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.nb-footer footer {
    padding: 0 !important;
}

.nb-footer__main {
    display: grid;
    gap: clamp(34px, 4vw, 72px);
    grid-template-columns: minmax(250px, 1.25fr) minmax(150px, .65fr) minmax(220px, .9fr) minmax(290px, 1.2fr);
    padding-bottom: 58px;
    padding-top: 64px;
}

.nb-footer__brand,
.nb-footer__column,
.nb-footer__newsletter {
    min-width: 0;
}

.nb-footer__logo {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    margin-bottom: 22px;
    min-height: 58px;
    padding: 10px 15px;
}

.nb-footer__logo img {
    height: auto;
    max-width: 176px;
}

.nb-footer__brand > p,
.nb-footer__contact > p,
.nb-footer-newsletter > p {
    color: #aebdce;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.nb-footer__brand > p {
    max-width: 340px;
}

.nb-footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.nb-footer__trust span {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #dce6f1;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 11px;
}

.nb-footer__trust i {
    color: #d6a54d;
    margin-right: 6px;
}

.nb-footer__column h2,
.nb-footer-newsletter h2 {
    color: #fff;
    font-family: "Sora", "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.3;
    margin: 0 0 20px;
}

#content-block .nb-footer__column > a:not(.nb-footer__contact-link):not(.nb-footer__social) {
    color: #bdcad9;
    display: table;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 13px;
    padding-left: 15px;
    position: relative;
}

.nb-footer__column > a:not(.nb-footer__contact-link):not(.nb-footer__social)::before {
    background: #d6a54d;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: transform .2s ease;
    width: 5px;
}

#content-block .nb-footer__column > a:hover {
    color: #fff !important;
}

.nb-footer__column > a:hover::before {
    transform: scale(1.5);
}

.nb-footer__contact > p {
    margin-bottom: 18px;
}

#content-block .nb-footer__contact-link {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    color: #fff;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding: 10px 12px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#content-block .nb-footer__contact-link:hover,
#content-block .nb-footer__contact-link:focus {
    background: rgba(255, 255, 255, .085);
    border-color: rgba(255, 255, 255, .18);
    color: #fff !important;
    transform: translateY(-1px);
}

.nb-footer__contact-link > i {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    color: #d6a54d;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.nb-footer__contact-link span,
.nb-footer__contact-link small {
    display: block;
}

.nb-footer__contact-link span {
    font-size: 14px;
    font-weight: 800;
}

.nb-footer__contact-link small {
    color: #8fa2b7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.nb-footer__socials {
    margin-top: 16px;
}

.nb-footer__socials-label {
    color: #8fa2b7;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.nb-footer__socials-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
}

#content-block .nb-footer__social {
    align-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    color: #dce6f1;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    justify-content: flex-start;
    line-height: 1.2;
    min-height: 44px;
    padding: 9px 12px 9px 9px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

#content-block .nb-footer__social:hover,
#content-block .nb-footer__social:focus {
    background: rgba(255, 255, 255, .11);
    border-color: rgba(255, 255, 255, .22);
    color: #fff !important;
    transform: translateY(-1px);
}

.nb-footer__social i {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.nb-footer__social--facebook i {
    background: #1877f2;
}

.nb-footer__social--linkedin i {
    background: #0a66c2;
}

.nb-footer__social span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nb-footer-newsletter {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    padding: 24px;
}

.nb-footer-newsletter__eyebrow {
    color: #d6a54d;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.nb-footer-newsletter h2 {
    font-size: 20px;
    margin-bottom: 7px;
}

.nb-footer-newsletter > p {
    margin-bottom: 18px;
}

.nb-footer-newsletter__form {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 11px;
    display: flex;
    overflow: hidden;
    padding: 4px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.nb-footer-newsletter__form:focus-within {
    border-color: #6f9bd5;
    box-shadow: 0 0 0 4px rgba(68, 126, 199, .2);
}

.nb-footer-newsletter__form input {
    background: transparent;
    border: 0;
    color: #10203a;
    flex: 1 1 auto;
    font-size: 14px;
    height: 46px;
    min-width: 0;
    outline: 0;
    padding: 0 13px;
}

.nb-footer-newsletter__form input::placeholder {
    color: #7a899c;
}

.nb-footer-newsletter__form button {
    align-items: center;
    background: #12499a;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    transition: background .2s ease, transform .2s ease;
}

.nb-footer-newsletter__form button:hover {
    background: #0c3b80;
    transform: translateY(-1px);
}

.nb-footer-newsletter__notifications .alert {
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.45;
    margin: 12px 0 0;
    padding: 9px 11px;
}

.nb-footer__bottom {
    background: rgba(3, 11, 21, .45);
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.nb-footer__bottom-inner {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    min-height: 82px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.nb-footer__legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.nb-footer__legal span,
.nb-footer__legal a,
.nb-footer__payments > span {
    color: #8fa2b7;
    font-size: 12px;
    line-height: 1.4;
}

#content-block .nb-footer__legal a {
    color: #8fa2b7;
}

#content-block .nb-footer__legal a:hover {
    color: #fff;
}

.nb-footer__payments {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.nb-footer__payments > span {
    font-weight: 700;
    margin-right: 4px;
}

.nb-footer__payments a {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    display: block;
    padding: 2px;
}

.nb-footer__payments img {
    display: block;
    height: 28px;
    object-fit: contain;
    width: 50px;
}

@media (max-width: 1199px) {
    .nb-footer__main {
        grid-template-columns: 1.2fr .8fr 1fr;
    }

    .nb-footer__newsletter {
        grid-column: 1 / -1;
    }

    .nb-footer-newsletter {
        align-items: center;
        display: grid;
        gap: 6px 28px;
        grid-template-columns: 1fr 1.2fr;
    }

    .nb-footer-newsletter__eyebrow,
    .nb-footer-newsletter h2,
    .nb-footer-newsletter > p {
        grid-column: 1;
    }

    .nb-footer-newsletter form {
        grid-column: 2;
        grid-row: 1 / span 3;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .nb-footer__socials-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .nb-footer.footer-wrapper.style-2 {
        margin-top: 48px !important;
    }

    .nb-footer__main {
        gap: 34px 24px;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
        padding-top: 46px;
    }

    .nb-footer__brand,
    .nb-footer__newsletter {
        grid-column: 1 / -1;
    }

    .nb-footer-newsletter {
        display: block;
    }

    .nb-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 18px;
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .nb-footer__payments {
        flex-wrap: wrap;
    }

    .nb-footer__socials-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479px) {
    .nb-footer__main {
        grid-template-columns: 1fr;
    }

    .nb-footer__brand,
    .nb-footer__newsletter {
        grid-column: auto;
    }

    .nb-footer-newsletter__form {
        display: block;
    }

    .nb-footer-newsletter__form input {
        display: block;
        width: 100%;
    }

    .nb-footer-newsletter__form button {
        width: 100%;
    }

    .nb-footer__legal {
        align-items: flex-start;
        flex-direction: column;
    }
}
