footer {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    width: 100%;
    background: #fff;
    padding: 60px 7.905vw 40px 7.905vw;
    box-sizing: border-box;
}
.author {
    display: flex;
    flex-flow: row wrap;
    max-width: 2200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    justify-content: center;
    align-items: center;
    background: #192841;
    padding: 20px;
    box-sizing: border-box;
    width: auto;
}
.author a {
    color: #CD9F5C;
}
.author a:hover {
    text-decoration: underline;
}
.title-footer {
	margin-bottom: 5px;
}
footer ul {
    display: inline;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
	margin-bottom: 0;
}
footer li {
	display: flex;
    margin-bottom: 7.5px;
}
footer div {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-flow: row nowrap;
}
.separator-header {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
footer a {
    color: #121212;
    text-align: left;
}
footer img {
    width: 150px;
}
footer div {
    color: #121212;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
/* .separator {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
} */
.column {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    width: calc(100% / 5.5);
    flex: 1;
    min-width: 0;
    gap: 1.2vw;
}
.column:nth-child(2) {

    padding-left: 5vw;
}
.column:nth-child(3) {

    padding-left: 5vw;
}
.column:nth-child(4) {

    padding-left: 5vw;
}
.column:nth-child(5) {

    padding-left: 5vw;
}
.column:nth-child(6) {

    padding-left: 5vw;
}
.title-footer {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.medias {
    margin-top: 20px;
}
/* .contact {
    margin-top: 20px;
} */
.logo-column img {
    max-width: 100%;
    height: auto;
}

.link-column {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    .footer-container {
        flex-flow: column;
        gap: 40px;
    }
    .column {
        gap: 10px;
    }
    .column:nth-child(2) {
    padding-left: 5vw;
}
}

/* Responsive styles */
@media (max-width: 1069px) {
    footer {
        padding: 20px;
        flex-flow: column;
    }
    footer img {
        width: 200px;
    }
	body > footer > div > div.column.column-4 {
		margin-bottom: 20px;
	}
	#wpcf7-f341-o1 > form > p:nth-child(10) > span > span > span > input[type=checkbox] {
		width: auto !important;
	}
    footer address {
        display: flex;
        justify-content: flex-start;
		margin-left: 20px;
    }
	#wpcf7-f341-o1 p {
		width: 100%;
	}
	#wpcf7-f341-o1 span {
		width: 100%;
	}
	#wpcf7-f341-o1 input {
		width: 100%;
	}
    footer div {
    flex-flow: column;
}
    .title-footer {
    font-size: 16px;
}
    footer div {
        font-size: 20px;
    }
	footer a {
		font-size: 14px;
	}
    .footer-container {
        flex-direction: row wrap;
        align-items: center;
    }

    .column {
        width: 100%;
        margin-bottom: 15px;
    }
.column {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    /* width: calc(100% / 5.5); */
    flex: 1;
    min-width: 0;
    gap: 1.2vw;
}
.column:nth-child(2) {
    padding-top: 2.5vw;

}
.column:nth-child(3) {
    padding-top: 2.5vw;

}
.column:nth-child(4) {
    padding-top: 2.5vw;
    margin-bottom: 0;

}
.column:nth-child(5) {
    padding-top: 2.5vw;
}
.column:nth-child(6) {
    padding-top: 2.5vw;
    
}

@media screen and (min-width: 1400px) {
footer .column {
        width: calc(1100px / 5) !important;
        box-sizing: border-box;
        gap: 20px;
    }
}

@media screen and (min-width: 2200px) {
    footer {
        height: 425px;
        max-width: 2200px; /* Fix the max width for very large screens */
        margin: 0 auto; /* Center the footer */
    }
    footer ul {
        width: 132px;
    }
    .column {
        gap: 20px;
        height: 225px;
        width: 132px !important;
    }
    .column:nth-child(2),
    .column:nth-child(3),
    .column:nth-child(4),
    .column:nth-child(5),
    .column:nth-child(6) {
        padding-top: 60px;
        padding-left: 110px;
    }
}