.panel-footer {
    --surface-foreground: var(--sw-key-color);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
    padding-bottom: 0px;
}
@media (min-width: 40em) {
    .panel-footer {
        padding-bottom: 0px;
    }
}

.panel-footer .cta-container {
    position: relative;
    overflow: hidden;
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/visit29/footer_cta_bg_b7b214b1-3739-4264-b722-af3b59dd98c8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.panel-footer .cta-container::after {
    content: '';
    pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,0.4));
    display: block;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.panel-footer .cta-container > div:not(:first-child) {
    position: relative;
}

.panel-footer .cta-container > div:first-child {
    position: relative;
}

.panel-footer .cta-container > div:first-child::after {
    content: '';
    pointer-events: none;
    background-image: url(/includes/public/assets/shared/decorations/palms/white-palms-footer-cta-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 67px;
    width: 46px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        display: flex;
        flex-direction: row;
        padding: 16px 0;
        background-position: 85% 60%;
        background-size: 100%;
    }

    .panel-footer .cta-container > div {
        flex: 1 1 0;
    }

    .panel-footer .cta-container > div:first-child::after {
        background-image: url(/includes/public/assets/shared/decorations/palms/white-palms-footer-cta-desk.svg);
        width: 122px;
        height: 180px;
        left: unset;
        right: -145px;
        bottom: -16px;
    }
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1195px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding-top: 24px;
    padding-bottom: var(--space-5);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr 1fr;
        text-align: left;
        padding-top: 62px;
        padding-bottom: 68.5px;
    }   
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer :is(.client-details, .client-logo) {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-3);
    place-items: center;
}

.panel-footer .client-logo {
    margin-bottom: 12px;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 180px;
}

@media screen and (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        display: block;
        width: 245px;
    }
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details {
    margin-bottom: 26px;
}

.panel-footer .client-details p {
    font-family: var(--font-body);
    margin-bottom: 0;
    font-size: var(--text-sm);
    font-weight: 100;
    line-height: 1.4;
}

.panel-footer .footer-nav {
    max-width: 335px;
    margin: 0 auto 36px;
}

.panel-footer .translate {
    margin-bottom: 32px;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-media .social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 2px solid var(--white);
    border-radius: 50%;
    background-color: var(--teal-26);
}

.panel-footer .social-media .social-links a {
    font-size: 25px;
}

@media (hover: hover) {
    .panel-footer .social-media .social-links a:hover {
        color: var(--white);
    }
}

@media (min-width: 64em) {
    .panel-footer :is(.client-logo, .client-details, .footer-nav, .translate) {
        margin-bottom: 0;
    }

    .panel-footer .client-logo {
        place-items: start;
    }

    .panel-footer .client-details {
        grid-column: 1;
        place-items: flex-start;
    }

    .panel-footer .client-details p {
        margin-bottom: 6px;
        font-size: 1.125rem;
    }

    .panel-footer .client-details p:last-child {
        margin-bottom: 0;
    }

    .panel-footer .footer-nav {
        grid-row: 1;
        grid-column: 2;
        display: flex;
        justify-content: center;
        padding-right: 18px;
        max-width: unset;
        margin: 0;
    }

    .panel-footer .translate {
        grid-column: 3;
        grid-row: 1;
        margin-left: 92px;
    }

    .panel-footer .social-media {
        grid-column: 3;
        grid-row: 1;
        justify-content: flex-end;
        padding-right: 12px;
    }

    .panel-footer .social-media  .contentRender_name_plugins_collections_template_custom_social_links {
        margin-top: 40px;
    }
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 44px;
    background-color: var(--surface-foreground);
    margin: 0 0 0 auto;
}

.panel-footer .attributions.desk {
    display: none;
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    color: var(--white);
    font-weight: 400;
}

.panel-footer .made-by-sv {
    display: block;
    width: 157px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (min-width: 64em) {
    .panel-footer .attributions.mobile {
        display: none;
    }

    .panel-footer .attributions.desk {
        grid-column: 3;
        display: flex;
    }

    .panel-footer .attributions.desk .attribution-content-container {
        flex-direction: column;
        justify-content: flex-end;
        gap: 12px;
        padding: 0;
    }

    .panel-footer .made-by-sv {
        width: 248px;
    }

    .panel-footer .attribution-content-container p {
        font-size: 1.125rem;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
