.panel-footer {
    position: relative;
    display: block;
    color: #fcfbf9;
    z-index: 1;
    background-color: #00234c;
}

.panel-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.panel-footer .footer-top {
	background-image: url(/includes/client_public/assets/redesign_assets/footer-pattern-line.jpg);
	width: 100%;
    height: 12px;
	background-size: cover;
}

.panel-footer .footer-content-container {
    margin: 0 auto;
	padding: 18px 20px 75px;
    max-width: 640px;
    text-align: center;
}

.panel-footer .client-details .rights.desktop {
    display: none;
} 

.panel-footer .footer-content-container .logo-footer img {
    display: block;
    max-width: 150px;
    margin: 0 auto 35px;
}

.panel-footer .footer-right .foot-divider {
	font-family: 'lfm_fontregular';
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-bottom: 14px;
    padding-top: 20px;
}

.panel-footer .footer-right .inner {
    display: flex;
    flex-direction: column;
}

.panel-footer .footer-right .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin: 0 0 10px;
}

.panel-footer .footer-right .social-links {
    flex-wrap: wrap;
}

.panel-footer .footer-right .footer-ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.panel-footer .footer-right .footer-ctas .footer-cta {
    margin: 10px;
}

.panel-footer .footer-right .footer-ctas .footer-cta .left-content,
.panel-footer .footer-right .footer-ctas .footer-cta .right-content {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.panel-footer .footer-right .footer-ctas .footer-cta .left-content {
    padding: 6px 10px 0 0;
}

.panel-footer .footer-right .footer-ctas .footer-cta .title {
    font-family:'Inter';
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: var(--color-gold);
    display: block;
}

.panel-footer .footer-right .footer-ctas .footer-cta .subtitle {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #fff;
}

.panel-footer .footer-center {
	display: flex;
    justify-content: center;
    flex-direction: column;
    order: 1;
}

.panel-footer .footer-center > div {
    flex: 1;
    max-width: 160px;
    text-align: left;
	padding: 5px 5px;
}

.panel-footer .footer-center > div .top-title {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.panel-footer .footer-center .navigation-footer {
    list-style: none;
    margin-left: 0;
}

.panel-footer .footer-center .navigation-footer a,
.panel-footer .footer-center .flights a {
	font-family: 'Inter';
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #fff;
}

.panel-footer .rights {
    order: 2;
	padding-bottom: 11px;
}

.panel-footer .rights p {
    font-size: 12px;
    letter-spacing: 0;
}

.panel-footer .attributions {
    display: flex;
    align-items: end;
    width: 37%;
    justify-content: center;
}

.panel-footer .attributions .made-by-sv {
	display: block;
    width: 180px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 34px;
    text-align: center;
}

.panel-footer .attributions .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        display: grid;
        grid-template-columns: 217px 1fr auto;
        grid-column-gap: 20px;
        max-width: 1240px;
        padding: 20px 20px 15px;
    }


    .panel-footer .footer-content-container .logo-footer img {
        max-width: 230px;
        margin: 10px auto 55px;
    } 

    .panel-footer .client-details .rights.desktop {
        display: block;
    } 

    .panel-footer .footer-center {
        padding: 20px 0;
        margin: 0;
    }

    .panel-footer .footer-center > div {
        max-width: none;
        text-align: left;
        padding: 0 5px;
    }

    .panel-footer .footer-right {
        order: 2;
        text-align: left;
    }

    .panel-footer .footer-right .foot-divider {
        margin-bottom: 10px;
    }

    .panel-footer .footer-right .foot-divider .swoosh {
        padding: 5px 0 0 5px;
    }

    .panel-footer .footer-right .inner {
        flex-direction: row;
        align-items: flex-start;
    }

    .panel-footer .footer-right .inner .social-media {
        max-width: 140px;
        margin: 0 -10px;
    }

    .panel-footer .footer-right .footer-ctas {
        padding: 10px 20px;
        justify-content: flex-start;
        flex-direction: column;
        flex: 1;
    }

    .panel-footer .footer-right .footer-ctas .footer-cta {
        margin: 0;
        margin-bottom: 10px;
    }

    .panel-footer .footer-right .footer-ctas > div:last-child .foter-cta {
        margin-bottom: 0;
    }

    .panel-footer .rights.mobile {
        display: none;
    }

	.panel-footer .attributions {
		width: 100%;
	}

	.panel-footer .attributions .made-by-sv {
		display: block;
		width: 180px;
		position: relative;
		bottom: -8px;
		margin-right: auto;
		margin-left: 0;
	}
}

@media (min-width:1400px){
    .panel-footer .footer-content-container {
        grid-column-gap: 60px;
    }

    .panel-footer .footer-right {
        text-align: left;
        min-width: 495px;
    }
    
    .panel-footer .footer-right .footer-ctas {
        text-align: center;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
