.container-hcor-footer {
    display: flex;
    flex-direction: column;
    padding: 120px 0;
    background: linear-gradient(180deg, #fffcfa 0%, #ffffff 63.91%);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    box-sizing: border-box;
    max-width: 1264px;
    margin: 0 auto;
}

.container-hcor-footer .hcor-footer-inner-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.container-hcor-footer .hcor-footer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-hcor-footer .hcor-footer-col-title {
    color: #2e3745;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 32px 0;
}

.container-hcor-footer .hcor-footer-col-title-dark {
    color: #2e3745;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 32px 0;
}

.container-hcor-footer .hcor-footer-col-title-small {
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.container-hcor-footer .hcor-footer-vertical-divider {
    width: 1px;
    background-color: #d9d9d9;
    opacity: 0.3;
    margin: 32px 48px;
}

.container-hcor-footer .hcor-footer-bottom-line {
    height: 1px;
    background-color: #d9d9d9;
    opacity: 0.3;
    width: 100%;
    margin-bottom: 32px;
}


.container-hcor-footer .hcor-footer-col-1 {
    flex: 0 0 260px;
}

.container-hcor-footer .hcor-footer-column-wrapper-2-3 {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.container-hcor-footer .hcor-footer-branding-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-hcor-footer .hcor-footer-abs-logo {
    width: 250px;
    height: 52px;
}

.container-hcor-footer .hcor-footer-abs-logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.container-hcor-footer .hcor-footer-contact-text {
    color: #2e3745;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    margin-bottom: 32px;
}

.container-hcor-footer .hcor-footer-branding-bottom {
    display: flex;
    flex-direction: column;
}

.container-hcor-footer .hcor-footer-link {
    color: #2e3745;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-decoration: underline;
}


.container-hcor-footer .hcor-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-hcor-footer .hcor-footer-menu li a {
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}


.container-hcor-footer .hcor-footer-security-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container-hcor-footer .hcor-footer-google-img {
    width: 150.5px;
    height: 43.3px;
    display: block;
}

.container-hcor-footer .hcor-footer-ssl {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.container-hcor-footer .hcor-footer-ssl-img {
    width: 30px;
    height: 39px;
    display: block;
}

.container-hcor-footer .hcor-footer-ssl-text-block {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.container-hcor-footer .hcor-footer-ssl-title {
    color: #475569;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}

.container-hcor-footer .hcor-footer-ssl-subtitle {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}


.container-hcor-footer .hcor-footer-social-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.container-hcor-footer .hcor-footer-circle-btn {
    width: 32px;
    height: 32px;
    background-color: #e71861;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 1px 0px #f0cbd8;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.container-hcor-footer .hcor-footer-circle-btn svg {
    display: block;
}

.container-hcor-footer .hcor-footer-backbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.container-hcor-footer .hcor-footer-back-to-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.container-hcor-footer .hcor-footer-back-to-top .hcor-footer-link {
    color: #2e3745;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
}

.container-hcor-footer .hcor-footer-col-5 {
    display: none;
}

@media (max-width: 1024px) {
    .container-hcor-footer {
        padding: 64px 16px;
    }

    .container-hcor-footer .hcor-footer-inner-grid {
        flex-direction: column;
        gap: 48px;
    }

    .container-hcor-footer .hcor-footer-vertical-divider {
        display: none;
    }

    .container-hcor-footer .hcor-footer-col-1,
    .container-hcor-footer .hcor-footer-col-2,
    .container-hcor-footer .hcor-footer-col-3,
    .container-hcor-footer .hcor-footer-col-4 {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container-hcor-footer .hcor-footer-col-1 .hcor-footer-branding-bottom {
        display: none;
    }

    .container-hcor-footer .hcor-footer-col-4 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        justify-content: space-between;
    }

    .container-hcor-footer .hcor-footer-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        justify-content: center;
        width: 100%;
    }

    .container-hcor-footer .hcor-footer-col-2 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        width: calc(50% - 16px);
    }

	.container-hcor-footer .hcor-footer-column-wrapper-2-3 {
    	gap: 16px;
	}

    .container-hcor-footer .hcor-footer-col-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        justify-content: center;
        width: calc(50% - 16px);
    }

    .container-hcor-footer .hcor-footer-col-4 {
        width: 100%;
    }

    .container-hcor-footer .hcor-footer-col-4 .hcor-footer-social-top {
        margin-bottom: 0;
    }

    .container-hcor-footer .hcor-footer-col-4 .hcor-footer-bottom-line {
        display: none;
    }

    .container-hcor-footer .hcor-footer-col-4 .hcor-footer-backbar {
        margin-top: 0;
    }

    .container-hcor-footer .hcor-footer-col-5 {
        display: block;
        margin-top: 16px;
        text-align: center;
    }
}