/*footer*/

div#copyright {
    display: none;}

.mcs_footer_title {
  font-family: 'Averia Serif Libre';
  font-weight: bold;}

.mcs_footer_text {
  font-family: 'Inter';}

a.mcs_footer_text {
  text-decoration: none;}


ul.mcs_ul_footer {
  margin-left: 0px;}

ul.mcs_ul_footer li {
  list-style: none;}

@media only screen and (min-width: 1000px){

.mcs_footer_title {
    font-size: 1.3vw;
    line-height: 120%;}

.mcs_footer_text {
    font-size: 1vw;
    line-height: 120%;}

.mcs_footer_text_bold {
    font-size: 1vw;
    line-height: 120%;
    font-weight: bold;
    text-decoration: none;}

img.img-with-animation.mcs_footer_image.skip-lazy {
    height: 100px;}

ul.mcs_ul_footer.mcs_footer_float {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;}

ul.mcs_ul_footer.mcs_footer_float li {
    list-style: none;}
}

@media only screen and (max-width: 999px){

.mcs_footer_title {
    font-size: 2vw;
    line-height: 120%;}

.mcs_footer_text {
    font-size: 1.5vw;
    line-height: 140%;}

.mcs_footer_text_bold {
    font-size: 1.5vw;
    line-height: 140%;
    font-weight: bold;
    text-decoration: none;}

img.img-with-animation.mcs_footer_image.skip-lazy {
    height: 100px;}

}

@media only screen and (max-width: 768px){

.mcs_footer_title {
    font-size: 3vw;}

.mcs_footer_text {
    font-size: 2vw;}

.mcs_footer_text_bold {
    font-size: 2vw;}
}

@media only screen and (max-width: 690px){

.mcs_footer_title {
  font-size: 5vw;}

.mcs_footer_text {
  font-size: 4vw;}

.mcs_footer_text_bold {
  font-size: 4vw;}
}
