.mailchimp-container {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  background: rgb(44,44,44);
  text-align: center;
  padding: 7vw 0 1vw;
  display: flex;
  justify-content: center;
}
.mailchimp-button {
  cursor: pointer;
  color: white;
  font-size:2.5vw;
  letter-spacing: -0.65px;
  display: inline-block;
  transition: 0.3s;
}
.mailchimp-button:hover {
  color: #03a9f4;;
}


.footer-menu {
  font-family: 'Manrope', sans-serif;
  background: rgb(44,44,44);
  background: linear-gradient(180deg, rgba(44,44,44,1) 0%, rgba(22,22,22,1) 100%);
  width: 100%;
  padding-bottom: 7vw;
  padding-top: 6vw;
}
.footer-menu .footer-container .footer-logo{
  width: 13vw;
  height: 13vw;
  background: rgb(10,10,10);
  background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(10,10,10,1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-menu .footer-container .footer-logo img{
  width: 65%;
  height: auto;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(157deg) brightness(109%) contrast(101%);
}
.footer-menu .footer-container > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0;
}

.footer-container {
  max-width: 70%;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-container a{
  cursor: pointer;
}
/*ul li*/
.footer-container ul,
.footer-container li {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*menu title*/
.footer-container ul li div.title {
  font-size: 1.35vw;
  line-height: 3vw;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #FFF;
}

/*link*/
.footer-container > ul ul li a {
  font-size: 1vw;
  line-height: 2.8vw;
  font-weight: 500;
  color: #ffffff;
}
.footer-container > ul ul li a:hover {
  color: #8C43FD;
}
/*privacy*/
.privacy{
  background-color: #FFF;
}
.privacy-container {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: rgb(137, 137, 137);
  height: 6.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-selector {
  text-align: right;
}

.language-selector a {
  display: inline-block;
}

.language-selector img {
  display: inline-block;
  width: 15px;
  font-weight: 500;
  text-align: right;
  margin-right: 10px;
  position: relative;
  bottom: -3px;
}

.privacy span a,.privacy span span {
  font-size: 16px;
  color: rgb(137, 137, 137);
  margin: 0 25px;
}

.privacy span a:hover {
  color: rgb(48, 210, 212);
}

/*social-media*/
.social-media {
  margin: 0 25px;
}
.social-media ul {
  padding: 0px;
  display: flex;
  flex-direction: row;
  list-style: none;
}
.social-media ul li a {
  display: flex;
  align-items: center;
  margin: 0 3px;
}
.social-media img {
  width: auto;
  height: 26px;
  margin-right: 10px;
  filter: invert(52%) sepia(12%) saturate(11%) hue-rotate(352deg) brightness(102%) contrast(84%);
  transition: none;
}
.social-media img:hover {
  transition: 0.5s;
  filter: invert(70%) sepia(96%) saturate(1557%) hue-rotate(129deg) brightness(95%) contrast(100%);
  transition: none;
}




@media only screen and (max-width: 1440px) {
  .footer-container {
    max-width: 80%;
  }
  .footer-menu .footer-container .footer-logo{
    width: 14.5vw;
    height: 14.5vw;
  }
  .privacy span a,.privacy span span {
    font-size: 12px; 
    margin: 0 20px;
  }
  .social-media img {
    width: auto;
    height: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-container {
    max-width: 90%;
  }
  .footer-menu .footer-container .footer-logo{
    width: 16vw;
    height: 16vw;
  }
  .footer-container ul li div.title{
    font-size: 1.5vw;
  }
  .footer-container > ul ul li a{
    font-size: 1.1vw;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer-container{
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mailchimp-container{
    padding: 50px 0;
  }
  .mailchimp-button {
    font-size: 20px;
  }
  
  .footer-container{
    padding: 0px 16% 0 18%;
    max-width: 100%;
  }
  .footer-menu .footer-container > ul{
    justify-content: start;
    padding: 0;
  }
  .footer-menu .footer-container > ul >li{
    width: 33.3%;
    margin-bottom: 6vw;
  } 
  .footer-menu .footer-container .footer-logo{
    width: 16vw;
    height: 16vw;
    order:6;
    margin-left: 2vw;
  }
  .footer-container ul li div.title{
    font-size: 18px;
    line-height: 36px;
  }
  .footer-container > ul ul li a{
    font-size: 12px;
    line-height: 24px;
  }
  .privacy-container{
    flex-direction: column;
    height: calc(22vw + 16px*3);
    max-height: 150px;
  }
  .privacy span{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .privacy span span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .privacy span a,.privacy span span {
    margin: 0 20px 16px 20px;
  }
}
@media only screen and (max-width: 440px) {
  .footer-menu .footer-container {
    padding: 0 13%;
  }
  .footer-menu .footer-container > ul >li:nth-child(2n){
    width: 60%;
  }
  .footer-menu .footer-container > ul >li:nth-child(2n-1){
    width: 40%;
  }
  .footer-menu .footer-container .footer-logo{
    width: 20vw!important;
    height: 20vw!important;
  }
  .social-media ul li a{
    margin: 0 10px;
  }
}
