.panel-footer {
    --text: white;

    color: var(--text);
    background-color: var(--teal);
}

@media (min-width: 64em) {
    .panel-footer .inner {
        display: grid;
        grid-template-columns: 1fr 1fr 20px;
    }

    .panel-footer.no-cta .inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media (min-width: 1300px) {
    .panel-footer .inner {
        display: grid;
        grid-template-columns: 1fr 39.85vw 30px;
    }
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding: 38px 20px 36px 15px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        order: 1;
        margin: 0;
        padding: 52px 32px 22px 37px;
    }   
}

@media (min-width: 1440px) {
    .panel-footer .footer-content-container {
        grid-template-columns: 298px 1fr;
    }   
}

.panel-footer .footer-content-container .right-section {

}

@media (min-width: 64em) {
    .panel-footer .footer-content-container .right-details  {
        padding-top: 37px;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 186px;
    margin: 0 auto 20px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        margin: 0 0 31px;
        width: calc(140px + (248 - 140) * ((100vw - 1025px) / (1440 - 1025)));
    }
}

@media (min-width: 1440px) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 248px;
    }
}

.panel-footer .footer-content {
    margin-bottom: 27px;
    padding-left: 2px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content {
        margin-bottom: 35px;
        padding-left: 2px;
    }
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox p { 
    color: white;
    font-family: var(--font-body-medium-italic);
    font-size: 11px;
    line-height: 15.8px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox p {
        font-size: 15.58px;
        line-height: 21.42px;
    }  
}


.panel-footer .footer-content .contentRender_name_plugins_core_textbox a {
    color: inherit;
    text-decoration: none;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox i.fas {
    margin-right: 2px;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox i.fas.fa-envelope {
    margin-left: 14px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox a {
        display: table;
    }

    .panel-footer .footer-content .contentRender_name_plugins_core_textbox i.fas {
        font-size: 15px;
        margin-right: 7px;
    }

    .panel-footer .footer-content .contentRender_name_plugins_core_textbox i.fas.fa-envelope {
        margin-left: 0;
    }
}

@media (min-width: 1300px) {
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox a {
        display: inline;
    }

    .panel-footer .footer-content .contentRender_name_plugins_core_textbox i.fas.fa-envelope {
        margin-left: 14px;
    }
}

@media (min-width: 64em) {
    .panel-footer .attributions {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (min-width: 1300px) {
    .panel-footer .attributions {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.panel-footer .attributions .hardcoded-logos {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
    padding-left: 4px;
}

@media (min-width: 64em) {
    .panel-footer .attributions .hardcoded-logos {
        justify-content: space-between;
        padding-left: 0;
        width: 240px;
    }
}

.panel-footer .attributions .hardcoded-logos > img,
.panel-footer .attributions .hardcoded-logos > a {
    width: 72px;
    margin: 0 11px;
    align-self: center;
}

.panel-footer .attributions .hardcoded-logos > a img {
    margin: 0;
}

@media (min-width: 64em) {
    .panel-footer .attributions .hardcoded-logos > img,
    .panel-footer .attributions .hardcoded-logos > a {
        width: 100px;
        margin: 0;
    }
}


.panel-footer .attributions .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-2) 20px var(--space-2) 25px;
}

@media (min-width: 64em) {
    .panel-footer .attributions .attribution-content-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0;
        padding: var(--space-2) 0 var(--space-2) 0;
    }   
}

@media (min-width: 1300px) {
    .panel-footer .attributions .attribution-content-container {
        padding: var(--space-2) 20px var(--space-2) 39px;
    }   
}

.panel-footer .attributions .attribution-content-container p {
    font-size: 10.03px;
    line-height: 12.9px;
    margin-bottom: 5px;
}

@media (min-width: 64em) {
     .panel-footer .attributions .attribution-content-container p {
        order: 3;
        font-size: 12.85px;
    }
}

.panel-footer .attributions .made-by-sv {
    display: block;
    width: 105px;
}

@media (min-width: 64em) {
    .panel-footer .attributions .made-by-sv {
        order: 2;
        width: 137px;
        margin-bottom: 5px;
    }
}

.panel-footer .attributions .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/****************/
/*CTA Container*/
/**************/
.panel-footer .cta-container {
    display: grid;
    background-color: white;
    border-top: 5px white;
    gap: 5px;
    border-bottom: 5px solid #FFF;
}

.panel-footer .cta-container > div{
    height: 100%;
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        order: 2;
        padding: 0 10px;
        gap: 10px;
        border-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .panel-footer .cta-container > div{
        max-height: 204px;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
