:root {
    --dark-231e1e: #231e1e;
    --wool-ebdbcf: #ebdbcf;
    --black-080e1f: #080e1f;
    --light-686262: #686262;
    --dark-777575: #777575;
    --sage-98aa69: #98aa69;
    --cream-f9f4ef: #f9f4ef;
    --cognac-915d29: #915d29;
    --unnamed-color-ffffff: #fff;
    --unnamed-color-000000: #000;
    --unnamed-color-a07449: #a07449;
    --unnamed-color-333f48: #333f48;
    --unnamed-font-family-raleway: "Raleway", sans-serif;
    --unnamed-font-family-cormorant: "Cormorant", serif;
    --unnamed-font-family-open-sans: "Open Sans", sans-serif;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-300: 300;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-weight-medium: 500;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-18: 18px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-32: 32px;
    --unnamed-font-size-36: 36px;
    --unnamed-font-size-46: 46px;
    --unnamed-font-size-65: 65px;
    --unnamed-line-spacing-22: 22px;
    --unnamed-line-spacing-24: 24px;
    --unnamed-line-spacing-28: 28px;
    --unnamed-line-spacing-32: 32px;
    --unnamed-line-spacing-38: 38px;
    --unnamed-line-spacing-50: 50px;
}

.footer.newfooter-2024 {
    background-color: var(--cream-f9f4ef);
    color: var(--black-080e1f);
    font-family: var(--unnamed-font-family-raleway);
    padding: 48px 24px;
    position: relative;
    z-index: 999;
}

.row.footer-blockItems {
    display: flex;
    column-gap: 88px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.logo-block {
    margin-bottom: 35px;
}

.footer.newfooter-2024 h4 {
    color: #915d29;
    color: var(--cognac-915d29);
    font: normal normal 700 16px/38px Cormorant;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}

a:not(.slick-track):not(.slick-slide):not(.hs-allow-transition):not(
        [data-transition-wrapper]
    ),
div:not(.slick-track):not(.slick-slide):not(.hs-allow-transition):not(
        [data-transition-wrapper]
    ) {
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.footer.newfooter-2024 .menu-block ul {
    list-style: none;
    padding: 0;
}

.footer.newfooter-2024 .menu-block ul li {
    line-height: normal;
    margin-bottom: 18px;
}

.footer.newfooter-2024 .menu-block ul li a {
    color: var(--black-080e1f);
    font-family: var(--unnamed-font-family-raleway);
    font-size: var(--unnamed-font-size-16);
    line-height: 24px;
    text-decoration: none;
}

.footer.newfooter-2024 .menu-block ul li a:hover {
    color: var(--cognac-915d29);
}

.footer.newfooter-2024 .menu-block ul {
    margin-bottom: 0;
    margin-top: 0;
}

.footer.newfooter-2024 .button-block .outsidebtn {
    background: transparent;
    border: 1px solid var(--cognac-915d29);
    margin: 12px auto;
    padding: 12px 18px;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 100%;
}

a.btn {
    border: 0px;
}

.footer.newfooter-2024 .button-block .outsidebtn a.btn.btn-primary {
    background: transparent;
    color: #080e1f;
    font: normal normal 500 16px/24px Raleway;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    transition: 0.3s ease-in-out;
}

.footer.newfooter-2024 .button-block .outsidebtn:hover {
    background-color: var(--cognac-915d29);
}

.footer.newfooter-2024 .button-block .outsidebtn:hover a.btn.btn-primary {
    color: var(--unnamed-color-ffffff);
}

.footer.newfooter-2024 .social-icons {
    margin-top: 20px;
}

.footer.newfooter-2024 .social-icons a svg {
    fill: var(--black-080e1f);
    transition: color 0.3s ease;
}

.footer.newfooter-2024 .social-icons a:hover svg {
    fill: var(--cognac-915d29);
}

.footer.newfooter-2024 .social-icons a i.fa-brands.fa-x-twitter {
    color: var(--black-080e1f);
    transition: color 0.3s ease;
}

.footer.newfooter-2024 .social-icons a:hover i.fa-brands.fa-x-twitter {
    color: var(--cognac-915d29);
}

.footer.newfooter-2024 .bottom-bar {
    align-items: center;
    border-top: 4px solid #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 24px;
}

.footer.newfooter-2024 .bottom-bar a {
    color: var(--black-080e1f);
    font-family: var(--unnamed-font-family-raleway);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-24);
    text-decoration: none;
}

.footer.newfooter-2024 .bottom-bar a:hover {
    color: var(--cognac-915d29);
}

.footer.newfooter-2024 .bottom-bar .center-icon {
    height: 40px;
    width: auto;
}

.footer.newfooter-2024 .bottom-bar p {
    color: #080e1f;
    font: normal normal normal 18px/28px Raleway;
    letter-spacing: 0;
    text-align: right;
}

.bottom-bar.d-flex.justify-content-between.align-items-center a {
    text-decoration: underline;
}

.footer.newfooter-2024 .social-icons {
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 56px;
    width: 100%;
}

.footer.newfooter-2024 .social-icons svg {
    height: 18px;
    width: 18px;
}

.footer.newfooter-2024 .social-icons h4.socialTitle {
    color: #915d29;
    font: normal normal 700 16px/38px Cormorant;
    letter-spacing: 1.6px;
    margin-bottom: 6px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 767px) {
    .footer.newfooter-2024 .bottom-bar {
        flex-direction: column;
        margin-top: 48px;
        padding-top: 14px;
        text-align: center;
    }

    .footer.newfooter-2024 .bottom-bar .center-icon {
        margin: 15px 0;
    }

    .footer.newfooter-2024 .footer-column {
        text-align: center;
    }

    .row.footer-blockItems {
        column-gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 38px;
    }

    .footer.newfooter-2024 .menu-block ul li {
        line-height: normal;
        margin-bottom: 18px;
        text-align: left;
    }

    .footer.newfooter-2024 .menu-block ul li:last-child {
        margin-bottom: 0;
    }

    .footer.newfooter-2024 .bottom-bar .center-icon {
        order: 1;
        width: 124px;
    }

    .footer.newfooter-2024 .bottom-bar a {
        margin-bottom: 24px;
        order: 2;
    }

    .footer.newfooter-2024 .bottom-bar p {
        order: 3;
    }
}
