.Footer {
  position: relative;
  margin-top: 100px;
  background-color: #eff9fe;
}

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

.Footer {
    margin-top: 100px;
}
  }

.Footer h4 {
    margin-top: 0;
    color: var(--clr-primary);
  }

.Footer-logoWrapper {
  position: absolute;
  top: -49px;
  display: flex;
  align-items: center;
  width: 100%;
}

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

.Footer-logoWrapper {
    top: -93px;
}
  }

.Footer-logoLineLeft,
.Footer-logoLineRight {
  flex: 1;
  height: 4px;
  margin-top: 25px;
  background-color: #009fe3;
}

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

.Footer-logoLineLeft,
.Footer-logoLineRight {
    height: 9px;
    margin-top: 45px;
}
  }

.Footer-logoLineLeft {
  margin-right: 10px;
}

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

.Footer-logoLineLeft {
    display: none;
}
  }

.Footer-logoLineRight {
  margin-left: 10px;
}

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

.Footer-logoLineRight {
    margin-left: 20px;
}
  }

.Footer-logo {
  width: 229px;
}

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

.Footer-logo {
    width: 440px;
    margin-left: 43px;
}
  }

.Footer-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 83px;
  padding-bottom: 25px;
  text-align: center;
}

.Footer-content .Text {
    text-align: center;
  }

.Footer-content .ContactButton {
    justify-content: center;
  }

.Footer-content .Button {
    margin-right: auto;
    margin-left: auto;
  }

.Footer-content .Column + .Column {
    margin-top: 30px;
  }

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

.Footer-content {
    flex-direction: row;
    text-align: left;
}

    .Footer-content .Text {
      text-align: left;
    }

    .Footer-content .ContactButton {
      justify-content: flex-start;
    }

    .Footer-content .Button {
      margin-right: 0;
      margin-right: initial;
      margin-left: 0;
      margin-left: initial;
    }

    .Footer-content .Column + .Column {
      margin-top: 0;
      margin-top: initial;
    }
  }

.Footer-left,
.Footer-center {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .Footer-left {
    width: 100%;
  }

  .Footer-center {
    width: 40%;
  }

  .Footer-right {
    width: 60%;
  }
}

@media screen and (min-width: 1026px) {
  .Footer-left {
    width: 50%;
    margin-bottom: 0;
  }

  .Footer-center,
  .Footer-right {
    width: 25%;
    margin-bottom: 0;
  }
}

.Footer-contentSocials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

.Footer-contentSocials a {
    margin-right: 15px;
  }

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

.Footer-contentSocials {
    justify-content: left;
    margin-top: 0;
}
  }

.Footer-linkNavigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

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

.Footer-linkNavigation {
    flex-direction: row;
    gap: 40px;
}
  }

.Footer-partnerLogo {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.Footer-partnerLogo {
    margin-left: 0;
}
  }
