.footer-container {
    position: relative;
    margin: var(--space-20) 0 0;
}

.panel-footer {
    --surface-foreground: transparent;
    --surface-background: transparent;
    --text: var(--white);
    background: url('../svg/energy_marks_mobile.svg') no-repeat bottom right var(--sw-secondary-color);
    position: relative;
    color: var(--text);
    clip-path: polygon(136.25% 100%, -37.19% 100%, -37.19% 10.31%, 136.25% 0%, 136.25% 100%);
    padding: var(--space-20) 0 0;
}

.panel-footer .footer-content-container {
    position: relative;
    z-index: 5;
    padding: 0 var(--space-5);
}

@media (min-width: 64em) {
    .footer-container {
        margin: 200px 0 0;
    }

    .panel-footer {
        background: url('../svg/energy_footerbackground.svg') no-repeat center center var(--sw-secondary-color);
        background-size: cover;
        padding: 174px var(--space-20) 55px;
        clip-path: polygon(100% 100%, 0% 100%, 0% 10.3%, 100% 0%);
    }

    .panel-footer .footer-content-container {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        row-gap: var(--space-5);
    }
}

.panel-footer .social-title {
    font-family: var(--font-header);
    font-size: var(--text-xl);
    margin: 0 0 var(--space-4);
}

.panel-footer .social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: var(--space-4);
    margin: 0 0 var(--space-6);
}

.panel-footer .social-links a {
    display: flex;
}

.panel-footer .logo-footer {
    margin: 0 0 var(--space-10);
}

.contentRender_name_plugins_common_logo_footer,
.footer-dec {
    position: absolute;
    z-index: 1;
}

.contentRender_name_plugins_common_logo_footer {
    top: -1px;
    left: var(--space-4);
    width: 94px;
}

.footer-dec {
    top: -14px;
    right: var(--space-4);
    width: 94px;
}

@media (min-width: 64em) { 
    .panel-footer .logo-footer {
        margin: 0;
    }

    .contentRender_name_plugins_common_logo_footer {
        top: -110px;
        left: var(--space-20);
        width: 262px;
        margin: 0;
    }

    .footer-dec {
        top: -142px;
        right: var(--space-1);
        width: auto;
    }

    .panel-footer .social-title {
        font-size: var(--text-3xl);
    }

    .panel-footer .social-links {
        gap: var(--space-6);
        margin: 0;
    }
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.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 .attribution-content-container {
    /* padding: 0 var(--space-4); */
    grid-column: 1 / 4;
}

.panel-footer .attribution-content-container p {
    line-height: var(--leading-snug);
    padding-bottom: 70px;
    text-align: left;
    font-size: var(--text-sm);
    font-family: var(--font-reg);
}


.panel-footer .made-by-sv {
    display: block;
    width: 180px;
    padding: 30px 0;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container p {
        padding-top: 10px;
        padding-bottom: 6px;
    }
    .panel-footer .made-by-sv {
        float: right;
        padding: 0 0 30px 0;
    }
}



.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
/*.panel-footer */
.mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

.panel-footer .social-links a {
    display: flex;  
    align-items: center;
    justify-content: center;
    color:var(--white);
}

.panel-footer .social-links li:nth-child(1) a,
.panel-footer .social-links li:nth-child(4) a  {
    background: url('../svg/btn_1.svg');
    width: 40px;
    height: 39px;
    background-size: cover;
}

.panel-footer .social-links li:nth-child(2) a,
.panel-footer .social-links li:nth-child(3) a  {
    background: url('../svg/btn_3.svg');
    width: 45px;
    height: 40px;
    background-size: cover;
}

.panel-footer .social-links li:nth-child(5) a  {
    background: url('../svg/btn_2.svg');
    width: 43px;
    height: 38px;
    background-size: cover;
}

.panel-footer .social-links a:hover {
    background-color: var(--sw-secondary-color);
    color: var(--white);
}

.panel-footer .site-link a {
    display: inline-block;
    font-size: var(--text-lg);
    font-family: var(--font-bold);
    color: var(--white);
    padding: 0 10px 8px;
}

.panel-footer .site-link a.selected {
    background: var(--sw-key-color);
    width: 62px;
    padding: 10px;
    clip-path: polygon(98.2% 98.34%, 0.87% 85.76%, 1.83% 0.17%, 99.61% 23.07%, 98.2% 98.34%);
}

@media (min-width: 64em) { 
    .panel-footer .social-links a {
        font-size: var(--text-4xl);
    }

    .panel-footer .social-links li:nth-child(1) a,
    .panel-footer .social-links li:nth-child(4) a  {
        width: 63px;
        height: 62px;
    }

    .panel-footer .social-links li:nth-child(2) a,
    .panel-footer .social-links li:nth-child(3) a  {
        width: 70px;
        height: 62px;
    }

    .panel-footer .social-links li:nth-child(5) a  {
        width: 66px;
        height: 59px;
    }
}

#reciteme {
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: transparent;
    width: 80px;
}