.panel-footer {
    --surface-foreground: var(--off-black);
    --surface-background: var(--off-black);
    --text: var(--white);
    color: var(--text);
    background-color: var(--surface-foreground);
    padding: 30px 20px 15px;
    display: flex;
    flex-direction: column;
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0;
    padding: 0 var(--space-5);
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 400px;
}

.panel-footer .widgets {
    display: grid;
    gap: 20px;
    padding: 0;
    grid-template-columns: calc(50% + 10px) 1fr;
    grid-template-rows: 1fr;
}
.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    max-width: 400px;
    margin: auto;
}

.panel-footer .logo-footer img {
    display: block;
    width: 220px;
    height: auto;
    max-width: 220px;
    margin-bottom: 20px;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-media.desktop {
    display: none;
}

.panel-footer .social-media .social-links {
    flex-direction: column;
}

.panel-footer .social-media .social-links .social-network {
    padding: 2px 0;
}

.panel-footer .attributions.desktop {
    display: none;
}

.panel-footer .attribution-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-2) 0 0;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

.panel-footer .attribution-content-container p {
    font-size: 9px;
    line-height: var(--leading-snug);
    text-align: left;
    font-family: var(--font-museo-700);
}

.panel-footer .attribution-content-container p span {
    display: block;
    width: auto;
}

.panel-footer .slash {
    display:none;
}

.panel-footer .made-by-sv {
    display: flex;
    width: 130px;
    justify-content: flex-end;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 130px;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
	left: 0;
    width: 100%;
    z-index: 9999;
}



@media screen and (min-width: 64em) {
    .panel-footer {
        padding: 50px 20px;
    }

    .panel-footer .footer-width-constraint {
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width:100%;
        max-width: 100%;
    }

    .panel-footer .logo {
        display: flex;
        justify-content:space-between;
    }

    .panel-footer .logo-footer img {
        width: 300px;
        max-width: 300px;
        margin-bottom: 15px;
    }

    .panel-footer .social-media.desktop {
        display: block;
        padding-bottom: 15px;
    }
    
    .panel-footer .social-media.mobile {
        display: none;
    }

    .panel-footer .social-media .social-links {
        flex-direction: row;
    }
    
    .panel-footer .social-media .social-links .social-network {
        padding: 0 10px;
    }

    .panel-footer .social-media .social-links .social-network a {
        font-size: 36px;
    }

    .panel-footer .footer-content-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .panel-footer .footer-nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .panel-footer .footer-nav-wrapper {
        display: flex;
        justify-content:space-between;
        margin-bottom: 20px;
    }

    .panel-footer .widgets {
        grid-template-columns: 1fr 210px;
        gap: 20px;
        width: calc(100% * 835 / 1320);
    }

    .panel-footer .attributions.mobile {
        display: none;
    }

    .panel-footer .attributions.desktop {
        display: block;
        margin-top: 10px;
    }

    .panel-footer .attribution-content-container p {
        font-size:11px;
        white-space: nowrap;
    }

    .panel-footer .slash {
        display: block;
        margin: 0 5px;
    }

    .panel-footer .footer-content-container, .panel-footer .attribution-content-container {
        padding:0;
        margin: 0;
        justify-content: flex-start;
    }

    .panel-footer .made-by-sv,
    .panel-footer .made-by-sv img {
        width: 170px;
    }
}

@media screen and (min-width:1250px) {
    .panel-footer {
        padding: 50px 60px;
    }
    .panel-footer .slash {
        display: block;
        margin: 0 17px;
    }
    .panel-footer .widgets {
        gap: 35px;
        grid-template-rows: 210px;
    }
}